2012年3月27日 星期二

Ubuntu - eth0 static ip

sudo vim /etc/network/interfaces

auto eth0
iface eth0 inet static
address 10.0.0.100
netmask 255.255.255.0
gateway 10.0.0.1

sudo /etc/init.d/networking restart

沒有留言: