/etc/network/interfaces设置无效
发表于 : 2009-06-21 14:06
我的网络设置如下:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.0.110
netmask 255.255.255.0
gateway 192.168.0.1
环境:
windowsxp+vmware
vmware同时安装了freebsd和ubuntu
windowsxp 网络设置:
address 192.168.0.101
netmask 255.255.255.0
gateway 192.168.0.1
vmware网卡设置为bridge模式
问题:
上述配置设置完后,/etc/initd./networking restart
ubuntu主机无法ping通xp,但freebsd(这个vmware设置正确,无错)可以
请高手指点,谢谢.
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.0.110
netmask 255.255.255.0
gateway 192.168.0.1
环境:
windowsxp+vmware
vmware同时安装了freebsd和ubuntu
windowsxp 网络设置:
address 192.168.0.101
netmask 255.255.255.0
gateway 192.168.0.1
vmware网卡设置为bridge模式
问题:
上述配置设置完后,/etc/initd./networking restart
ubuntu主机无法ping通xp,但freebsd(这个vmware设置正确,无错)可以
请高手指点,谢谢.