I try to entering Manual IP Address from /etc/network/interfaces
like this;
auto eth0
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1
but i still can't connected with my internet
but if i try to write /etc/network/interfaces like this
auto eth0
iface eth0 inet dhcp
I can connected with my internet
please help me