当前位置: 技术问答>linux和unix
我的debian怎么设置都无法上网?帮忙看看那里出错了,多谢!
来源: 互联网 发布时间:2015-12-20
本文导语: /etc/network/interfaces 是这样写的 # The primary network interface auto eth0 iface eth0 inet static address 202.25.8.12 netmask 255.255.255.128 gateway 202.25.8.1 现在可以PING通自己 202.25.8.12,但是PING不通网关202.25.8.1 总显示Desination host u...
/etc/network/interfaces 是这样写的
# The primary network interface
auto eth0
iface eth0 inet static
address 202.25.8.12
netmask 255.255.255.128
gateway 202.25.8.1
现在可以PING通自己 202.25.8.12,但是PING不通网关202.25.8.1
总显示Desination host unreachable
同样的设置在xp下能用
该怎样解决啊?多谢了
# The primary network interface
auto eth0
iface eth0 inet static
address 202.25.8.12
netmask 255.255.255.128
gateway 202.25.8.1
现在可以PING通自己 202.25.8.12,但是PING不通网关202.25.8.1
总显示Desination host unreachable
同样的设置在xp下能用
该怎样解决啊?多谢了
|
ifdown eth0
ifup eth0
用
ifconfig
route 看看是否正确
ifup eth0
用
ifconfig
route 看看是否正确
|
ping 不通有很多种原因,可能路由器本身就设置了ping屏蔽。
关键是你设置好了
DNS 和 网关以后,如果上网,那就需要检修一下了。
关键是你设置好了
DNS 和 网关以后,如果上网,那就需要检修一下了。
|
netmask
你确定是 255.255.255.128 ????
不是 255.255.255.0 ?
你确定是 255.255.255.128 ????
不是 255.255.255.0 ?