|
我有两块网卡,eth1 接的小区lan,eth0什么也没接。
结果宽带连接向导 误判 认为没有网卡,无法进行下去
我就直接用了ADSL配置,拨号,通了。小区似乎支持IPV6
网络配置情况:
-----------------------------------------------------
[root@MagicLinux ~]# ifconfig
eth1 Link encap:Ethernet HWaddr 00:11:5B:1A:DD:5F
inet6 addr: fe80::211:5bff:fe1a:dd5f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:74 errors:0 dropped:0 overruns:0 frame:0
TX packets:27 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4608 (4.5 KiB) TX bytes:3262 (3.1 KiB)
Interrupt:18 Base address:0x4000
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:20 errors:0 dropped:0 overruns:0 frame:0
TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1000 (1000.0 b) TX bytes:1000 (1000.0 b)
ppp0 Link encap oint-to-Point Protocol
inet addr:59.61.28.160 P-t-P:59.61.24.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:3 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:54 (54.0 b) TX bytes:61 (61.0 b)
[root@MagicLinux ~]# ping www.sina.com.cn
PING jupiter.sina.com.cn (218.30.66.101) 56(84) bytes of data.
64 bytes from 218.30.66.101: icmp_seq=0 ttl=246 time=41.7 ms
64 bytes from 218.30.66.101: icmp_seq=1 ttl=246 time=41.1 ms
64 bytes from 218.30.66.101: icmp_seq=2 ttl=246 time=41.2 ms
64 bytes from 218.30.66.101: icmp_seq=3 ttl=246 time=41.5 ms
64 bytes from 218.30.66.101: icmp_seq=4 ttl=246 time=41.6 ms
--- jupiter.sina.com.cn ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4000ms
rtt min/avg/max/mdev = 41.190/41.474/41.730/0.224 ms, pipe 2
[root@MagicLinux ~]# |
|