|
|
今天开始还行,但系统更新重启以后就不行了。
下面是一些运行信息,帮忙给查一下,
- wolfkin:~# uname -a
- Linux wolfkin 2.6.16-2-686 #1 Fri Aug 18 19:01:49 UTC 2006 i686 GNU/Linux
- wolfkin:~# ifconfig
- lo Link encap:Local Loopback
- inet addr:127.0.0.1 Mask:255.0.0.0
- inet6 addr: ::1/128 Scope:Host
- UP LOOPBACK RUNNING MTU:16436 Metric:1
- RX packets:1477 errors:0 dropped:0 overruns:0 frame:0
- TX packets:1477 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:0
- RX bytes:219344 (214.2 KiB) TX bytes:219344 (214.2 KiB)
- wolfkin:~# ifup eth0
- 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 [url]http://www.isc.org/dhcp-contrib.html[/url]
- sit0: unknown hardware address type 776
- sit0: unknown hardware address type 776
- Listening on LPF/eth0/00:50:8d:60:6a:3a
- Sending on LPF/eth0/00:50:8d:60:6a:3a
- Sending on Socket/fallback/fallback-net
- DHCPREQUEST on eth0 to 255.255.255.255 port 67
- DHCPACK from 192.168.1.62
- bound to 192.168.1.130 -- renewal in 43200 seconds.
- wolfkin:~# ifconfig
- eth0 Link encap:Ethernet HWaddr 00:50:8D:60:6A:3A
- inet addr:192.168.1.130 Bcast:192.168.1.255 Mask:255.255.255.0
- inet6 addr: fe80::250:8dff:fe60:6a3a/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:2503 errors:0 dropped:0 overruns:0 frame:0
- TX packets:816 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:241077 (235.4 KiB) TX bytes:55059 (53.7 KiB)
- Interrupt:11 Base address:0xc000
- lo Link encap:Local Loopback
- inet addr:127.0.0.1 Mask:255.0.0.0
- inet6 addr: ::1/128 Scope:Host
- UP LOOPBACK RUNNING MTU:16436 Metric:1
- RX packets:1490 errors:0 dropped:0 overruns:0 frame:0
- TX packets:1490 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:0
- RX bytes:220052 (214.8 KiB) TX bytes:220052 (214.8 KiB)
- wolfkin:~# ping 192.168.1.62
- PING 192.168.1.62 (192.168.1.62) 56(84) bytes of data.
- From 192.168.1.130 icmp_seq=1 Destination Host Unreachable
- From 192.168.1.130 icmp_seq=2 Destination Host Unreachable
- From 192.168.1.130 icmp_seq=3 Destination Host Unreachable
- --- 192.168.1.62 ping statistics ---
- 4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3008ms
- , pipe 3
- wolfkin:~# ping 192.168.1.1
- PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
- From 192.168.1.130 icmp_seq=3 Destination Host Unreachable
- From 192.168.1.130 icmp_seq=6 Destination Host Unreachable
- From 192.168.1.130 icmp_seq=7 Destination Host Unreachable
- --- 192.168.1.1 ping statistics ---
- 7 packets transmitted, 0 received, +3 errors, 100% packet loss, time 6001ms
- , pipe 2
- wolfkin:~# iptables -L
- Chain INPUT (policy ACCEPT)
- target prot opt source destination
- Chain FORWARD (policy ACCEPT)
- target prot opt source destination
- Chain OUTPUT (policy ACCEPT)
- target prot opt source destination
- wolfkin:~# route
- Kernel IP routing table
- Destination Gateway Genmask Flags Metric Ref Use Iface
- 192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
- 192.168.1.0 * 255.255.255.0 U 0 0 0 br0
- default 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
复制代码 |
|