設定IP

vim /etc/network/interfaces

改成

auto eth0
iface eth0 inet static(若要使用DHCP則將static改為dhcp)
address 210.71.4.88
netmask 255.255.255.0
gateway 210.71.4.254

設定DNS

vim /etc/resolv.conf

加入

nameserver 210.71.11.200

重新啟動網路設定

/etc/init.d/networking restart
Categories: Linux