|
|
发表于 2006-1-13 23:24:56
|
显示全部楼层
建议楼主改用eth0 和 eth1,另外。如果你仍然用eth1 和 eth2 的话,应该把 /etc/init.d/net.eth0 删除,只保留net.eth1 和 net.eth2,这就是gentoo 删除 eth0 的方法,楼主看看安装文档的网络设置那块,应该能明白。
- cp /etc/init.d/net.eth0 /etc/init.d/net.eth1
- cp /etc/init.d/net.eth0 /etc/init.d/net.eth2
- rm /etc/init.d/net.eth0
复制代码
另外在楼主的另一篇贴子里提到,出错信息里有 iproute2, 你是不是在 /etc/conf.d/net 里 加了
moudule=“iptoute2” ? 如果你没有安装 iptoute2 的话,应该把类似 moudule=xxx 的语句去掉。系统会默认使用 ifconfig。 |
|