由 kahn » 週四 5月 26, 2005 9:37 pm
小弟把 /etc/network/interfaces 下的那三行給取消,不知道這三行有何特殊作用.
#mapping hotplug
# script grep
# map eth0
然後在 inface eth0 inet static 前加上 auto eth0
auto eth0
iface eth0 inet static
address 192.168.2.100
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.2.255
gateway 192.168.2.10
這樣存檔後用/etc/init.d/networking restart 就不會出現問題了
另外在範例說明檔中有很多可參考的資料
/usr/share/doc/ifupdown/examples/network-interfaces.gz