LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: xmake

装了archlinux的兄弟看看!郁闷了。网络就是搞不好!

[复制链接]
发表于 2004-7-6 04:18:27 | 显示全部楼层

看看这个办法行不?

在终端里输入:dhcpcd eth0

或者修改/etc/rc.conf
代码如下:

lo="lo 127.0.0.1"
eth0="dhcp"
INTERFACES=(lo eth0)
 楼主| 发表于 2004-7-6 12:10:33 | 显示全部楼层
N年的帖子也翻出来厉害。。。其实解决很简单!
把 ROUTES=(gateway) 用“#”取消掉就OK了。
发表于 2004-9-19 19:04:20 | 显示全部楼层
[php]
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   (prefix an interface in INTERFACES with a ! to disable it)
#
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#
lo="lo 127.0.0.1"
eth0="eth0 192.168.0.121 netmask 255.255.255.0 broadcast 192.168.0.255"
INTERFACES=(lo eth0)

#
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
#   (prefix a route in ROUTES with a ! to disable it)
#
gateway="default gw 192.168.0.1"
ROUTES=(gateway)
[/php]
发表于 2005-3-11 20:19:47 | 显示全部楼层
我装完了以后没法上网;(

# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   (prefix an interface in INTERFACES with a ! to disable it)
#
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#
lo="lo 127.0.0.1"
eth0="eth0 192.168.1.80 netmask 255.255.255.0 broadcast 192.168.1.255"
INTERFACES=(lo eth0)

#
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
#   (prefix a route in ROUTES with a ! to disable it)
#
gateway="default gw 192.168.1.1"
ROUTES=(gateway)

在modprobe.conf里面加上了
alias eth0 8139too


ping 192.168.1.1
显示destination unreachable

我的网卡是8139c,原来用suse的时候是可以上网的,不过上一会就断。用win2003需要修改linkspeed/duplex mode 为 100Mbps/half duplex,哪位大侠知道该怎么办?
回复 支持 反对

使用道具 举报

发表于 2005-3-11 20:30:17 | 显示全部楼层
去换 网卡
这样最简单 网卡也不贵  否则总是个麻烦
回复 支持 反对

使用道具 举报

发表于 2005-3-11 20:35:53 | 显示全部楼层
我的也是,用lsmod发现8139too模块压根就没有载入,手动载入一下就好了,刚刚把8139too模块的启动写到rc.conf里边去了,还没有重启,不知道启动时候会不会自动载入了
回复 支持 反对

使用道具 举报

发表于 2005-3-16 20:38:45 | 显示全部楼层
我的arch用0。7的full iso安装的基本系统,上不了网。用的是电信的adsl
dmesg 显示网卡8139cp    lsmod 8139too已加载  
rc.conf  中the0="dhcp" 注销了网关和路由
已将/etc/ppp/options文件备份并重建
adsl-setup   中dns 用的是server 用户名和密码设置正确
[root@Larch~] adsl-status
Note:You have enabled demand-connection;adsl-status may be inaccurate .adsl-status:link is down (can`t read pppoe PID file /var/run/pppoe.conf-adsl.pid.pppoe)
回复 支持 反对

使用道具 举报

发表于 2006-7-31 22:33:45 | 显示全部楼层
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
我的是把gateway前的!去了就ok了。
因为我用也是校园网。
回复 支持 反对

使用道具 举报

发表于 2006-8-1 21:20:04 | 显示全部楼层
呵呵,对头的,局域网就两步,一个是加在网卡,只要不是太新的像是nforce 51c之类的板载卡都能认出来,lsmod没有的话就手动modprobe 8139too,然后就是加路由,如果route找不到的话,就route add default gw试试,可以了就放到rc.conf里面去。
回复 支持 反对

使用道具 举报

发表于 2006-10-23 17:44:05 | 显示全部楼层
up/down
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表