家里有一个宽带接口,不需要密码直接上的。
宽带口接一个无限路游,脱了4台机器。
路游的ip是192.168.0.1
我的笔记本装了linux之后又安装了 intel 3945无线网卡的驱动。
网络联接显示网卡工作正常,网络连接也激活了。但是就是上不了网,
也ping不到局域网内的其他机器。帮我看看怎么回事儿好么??谢谢
[root@linux ~]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth0
default 192.168.0.1 0.0.0.0 UG 0 0 0 eth0
[root@linux ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:13:02:38:FC:80
inet addr:192.168.0.7 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:50 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:66 Memory:edf00000-edf00fff
lo Link encapocal 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:1851 errors:0 dropped:0 overruns:0 frame:0
TX packets:1851 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2651108 (2.5 MiB) TX bytes:2651108 (2.5 MiB)

