轉自作者:dimis2410
sudo gedit /etc/network/interfaces
and make the file look like this:
修改即可
auto lo
iface lo inet loopback
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
gateway 192.168.1.1
auto eth0
"192.168.1.100 " my static ip
"255.255.255.0" my subnet mask
"192.168.1.1" my routers/gateway ip
"eth0" my current ethernet interface
Change the addresses to yours...
and then restart networking...
sudo /etc/init.d/networking restart
Now i'm sure that it will not hang on "Starting NFS common utils..."
:)
沒有留言:
張貼留言