yyp988 发表于 2005-3-25 13:08:13

高手请进

我用有线宽代上网。上网直接在线,不用拨号。IP:172.16.6.199 子网掩护:255.255.255.0 网关:172.16.2.2 主DNS:211.142.210.98 备DNS:211.136.17.107 网卡型号:realtek rtl8139/810X Famicy pcl fast ethernet mc 菜鸟求助 :怎样在ML中配置。不能在浏览器里访问网页,提示不知道的主机,QQ也不能上,但可以看见本IP段的网上邻居。我的ifctg-eth0,network,v.conf载图:http://image-us.f3.yahoofs.com/users/42439764zcc2b0089/c806/__tn_/e4e9.jpg?phF55QCB5x4mjzSShttp://us.f3.yahoofs.com/users/42439764zcc2b0089/c806/__tn_/e083.jpg?phF55QCBXa6JQjsdhttp://us.f3.yahoofs.com/users/42439764zcc2b0089/c806/__tn_/9280.jpg?phF55QCBLi4vITUg

jackey 发表于 2005-3-25 13:21:09

tell me what you got for these two commands

cat /etc/resolv.conf
route -n

yyp988 发表于 2005-3-25 13:27:12

tell me what you got for these two commands
代码:

cat /etc/resolv.conf
route -n

能不能说具体点,刚刚接触linux。

alpher 发表于 2005-3-25 13:28:54

:?:
让你执行命令
然后把输出的结果贴出来

yyp988 发表于 2005-3-25 13:39:16

jackey大哥,结果如下:
# cat /etc/resolv.conf
nameserver 211.142.210.98
nameserver 211.136.17.107
# route -n
Kernel IP routing table
Destination   Gateway         Genmask         Flags Metric Ref    Use Iface
172.16.6.0      0.0.0.0         255.255.255.0   U   0      00 eth0
169.254.0.0   0.0.0.0         255.255.0.0   U   0      00 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U   0      00 lo
0.0.0.0         0.0.0.0         0.0.0.0         U   0      00 eth0
#

yyp988 发表于 2005-3-25 13:52:13

顶上去

yyp988 发表于 2005-3-25 14:19:34

装了不能用,气死我了

樱家冢 发表于 2005-3-25 17:40:43

172.16.6.0 0.0.0.0 255.255.255.0 U 0 00 eth0
这里不对你没有设置好网关吧?运行netconfig重新配置一下吧。

yyp988 发表于 2005-3-25 20:34:39

不管在终端setup怎么设置,网卡网关总显示0.0.0.0

yyp988 发表于 2005-3-26 15:27:19

高手都到那去了,这个问题已经搞得我焦头烂额了。

yyp988 发表于 2005-3-26 15:44:16

另外,我在面板上安装了NETWORK MANAGER小程序,(该程序应该是显示网络的吧)上面绿色状态条有显示,红色的没有,这是怎么会事啊?

山顶洞人 发表于 2005-3-26 15:54:57

修改/etc/sysconfig/network-scripts/ifcfg-eth0文件
添加网关
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=static
IPADDR=XXX.XXX.XXX.XXX
NETMASK=255.255.255.0
GATEWAY=XXX.XXX.XXX

然后先ping网关,再pingDNS,如果都通的话,没有理由上不了网咯

樱家冢 发表于 2005-3-26 15:58:31

实在不行,就在/etc/rc.local里面添加
route add default gw 172.16.2.2

yyp988 发表于 2005-3-26 16:07:30

谢谢,回linux试试

yyp988 发表于 2005-3-26 16:41:17

ping网关,再pingDNS,显示command not found。在/etc/rc.local里面添加
route add default gw 172.16.2.2 ,还是不行,各位老大想想办法吧。
页: [1]
查看完整版本: 高手请进