|
楼主 |
发表于 2004-11-6 17:00:20
|
显示全部楼层
用iface static的话,出现如下
root@0[root]# /etc/init.d/networking restart
Setting up IP spoofing protection: rp_filter.
Reconfiguring network interfaces...Ignoring unknown interface lo=lo.
SIOCADDRT: Network is unreachable
Failed to bring up eth0.
done.
如果用的是iface dhcp,则查找dhcp,失败
root@0[root]# ifup -a
Internet Software Consortium DHCP Client 2.0pl5
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.
Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html
sit0: unknown hardware address type 776
eth0: unknown hardware address type 24
sit0: unknown hardware address type 776
eth0: unknown hardware address type 24
Listening on LPF/eth0/<null>
Sending on LPF/eth0/<null>
Sending on Socket/fallback/fallback-net
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 19
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 18
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 1
No DHCPOFFERS received.
No working leases in persistent database.
Exiting.
Failed to bring up eth0.
我现在也怀疑网络模块加载问题,可是我怎么查看加载呢?昨天还是好的呢,今天启动后就不行了,不知道哪里错……昨天用apt-get升级了xfce,和这个有关么?昏掉了 |
|