哭死,..怎么我上不了网?
我是通过路由器共享上网的,板上插了两张网卡8139和3Com 3C905C-TX郁闷死了,系统是任的网卡的,.可是死活都ping不通路由器.不管是指定IP还是DHCP都不能上网,更可悲的是通过DHCP自动取得IP网卡会自动禁用.现在木有办法了.只好用windows了. 我记得用其发行版的linux和国内的红旗都没有这个问题的啊.谁来帮我列........ :cry: 你是如何配置网络的? 有没有使用过开始菜单里的“宽带网络设置向导”? 两卡 ?
这么爽 :mrgreen::mrgreen: 你用哪个网卡上网的?我看关键两个问题,一个,网卡本身要起的来,第二个,默认设备要正确,别让系统试图通过你没有使用的那块网卡上网。 虽然我现在不再用magic了,不过配置应该一样。我现在也是双网卡,用magic的时候是单网卡。
首先要解决的是自己的网卡是否都起来了,且配置都正确。
可以用:
#ifconfig -a
eth0 Link encap:EthernetHWaddr 00:E0:4C:80:7A:8C
inet addr:192.168.0.88Bcast:192.168.0.255Mask:255.255.255.0
UP BROADCAST MULTICASTMTU:1500Metric:1
RX packets:0 errors:0 dropped:0 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:19 Base address:0x2000
eth1 Link encap:EthernetHWaddr 00:11:5B:1A:DD:5F
inet addr:192.168.1.88Bcast:192.168.1.255Mask:255.255.255.0
inet6 addr: fe80::211:5bff:fe1a:dd5f/64 Scope:Link
UP BROADCAST RUNNING MULTICASTMTU:1500Metric:1
RX packets:7667 errors:0 dropped:0 overruns:0 frame:0
TX packets:8284 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4176718 (3.9 Mb)TX bytes:1261441 (1.2 Mb)
Interrupt:19 Base address:0xc000
lo Link encap:Local Loopback
inet addr:127.0.0.1Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNINGMTU:16436Metric:1
RX packets:28 errors:0 dropped:0 overruns:0 frame:0
TX packets:28 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1400 (1.3 Kb)TX bytes:1400 (1.3 Kb)
ppp0 Link encap:Point-to-Point Protocol
inet addr:59.57.198.9P-t-P:10.10.10.5Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICASTMTU:1492Metric:1
RX packets:6080 errors:0 dropped:0 overruns:0 frame:0
TX packets:6691 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:3941318 (3.7 Mb)TX bytes:1018460 (994.5 Kb)
注意观察网卡的物理地址,看看是否每次重新启动后,eth0和 eth1每次对应的网卡都是不变的。
udev用默认的配置,eth0和eth1会随机的交换。
我想magic应该没这个问题。
命令行下可以用:
ifconfig eth0 192.168.0.28 netmask 255.255.255.0 up
修改网卡信息,并激活网卡
接着ping 你同一网段的主机或你的gateway主机的ip
到这一步确定同一个子网内的通迅是没问题的。
接着配置路由表(包括网关以外的任何机器的通迅)
用route命令
http://linux.vbird.org/linux_server/0140networkcommand.php#route
当然图形的配置工具应该优先考虑,但是如果无效,用最基本的工具,处理起来更不受其他问题的干扰.
页:
[1]