linux eth0不能上网

2024-12-14 16:13:46
推荐回答(4个)
回答1:

给你说说步骤吧,首先你的保证自己硬件连接没有问题
1、确保eth0的状态为UP, sudo ifconfig eth0 up
2、配置IP,sudo ifconfig eth0 x.x.x.x
3、添加路由 sudo route add default gw x.x.x.x(你的路由)
4、设置dns,编辑/etc/resolv.conf文件 把里面的内容改成 nameserver x.x.x.x
5、重启网络不要重启机器,直接sudo /etc/init.d/networking restart

如果你是fc的环境,可能会提示找不到ifconfig,改成/sbin/ifconfog就可以了

回答2:

激活网卡,估计是没把网卡的“机器启动就激活网卡”那个选项勾上。

回答3:

用动态IP试下噻

回答4:

确保你在网络内 网线插了