Ubuntu 12.04 network setting /etc/network/interfaces
Ubuntu 12.04
/etc/network/interfaces and change it to
Then from commandline do
/etc/network/interfaces and change it to
auto eth0
iface eth0 inet static
address xx.xx.xx.xx
netmask xx.xx.xx.xx
gateway xx.xx.xx.xx
dns-nameservers xx.xx.xx.xx
dns-search xx
where you have to fill the xx
given by your ISP.Then from commandline do
sudo ifup eth0
留言