|
发表于 2009-11-25 13:34:25
|
显示全部楼层
(1)/etc/network/interfaces里面除了一下两行以外,其他的全部注释掉
auto lo
iface lo inet loopback
比如我的:
shekarry@Debian:~$ cat /etc/network/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
# The primary network interface
#allow-hotplug eth0
#iface eth0 inet dhcp
(2)不知道怎么做,我的也看不到 |
|