|
|
Debian3.1安装在VMware下
配置:
#/etc/network/interfaces
auto eth0
iface eth0 inet static
address 192.168.1.230
network 192.168.1.0
netmast 255.255.255.0
broadcast 192.168.1.255
#/etc/resolv.conf
nameserver 192.168.1.1
ping 127.0.0.1 ok
ping 192.168.1.230 ok
ping 192.168.1.10 ok
ping 192.168.1.1 ok
ping 202.108.22.5 failed
ping www.baidu.com failed
提示: connect: Network is unreachable
please help me, thanks a lot! |
|