Linux下查看网关方法

Linux下查看网关方法:

1、route -n

2、ip route show

3、traceroute www.prudentwoo.com -s 100 【第一行就是自己的网关】

4、netstat -r

5、more /etc/network/interfaces 【Debian/Ubuntu Linux】

6、more /etc/sysconfig/network-scripts/ifcfg-eth0 【Red Hat Linux】

你可能感兴趣的:(Linux下查看网关方法)