这是我的interfaces:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
script grep
map eth0
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
gateway 192.168.1.1
auto eth0
ping 127.0.0.1 192.168.1.100都可以,就是ping 192.168.1.1不通.
幸亏是双系统,这个帖子就是在2003下发的.
谁来帮帮我呀?
