回覆列表
-
1 # pnpas22113
-
2 # lanfengkd
你的linux是如何上網的呢?
如果固定IP上網,cat /etc/sysconfig/network裡面gateway項
如果是dhcp上網,使用route命令,default那一行就是網關了
[root@hello ~]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.1.1.0 * 255.255.255.0 U 0 0 0 eth0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth0
default 192.1.1.1 0.0.0.0 UG 0 0 0 eth0
1.cat /etc/resolv.conf (看DNS)2.netstat –r3.cat /etc/sysconfig/network(Ubuntu10.04不行)4.cat /etc/sysconfig/network-scripts/ifcfg-eth0(Ubuntu10.04不行)5.traceroute 第一行就是自己的閘道器6.ip route show7.route -n以上幾個是比較常用的查詢閘道器的命令