設定IP

1vim /etc/network/interfaces

改成

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

設定DNS

1vim /etc/resolv.conf

加入

1nameserver 210.71.11.200

重新啟動網路設定

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