Redhat – Checking default gateway
1 2 3 4 5 |
<strong>:~$ route -n</strong> <strong>Kernel IP routing table</strong> <strong>Destination Gateway Genmask Flags Metric Ref Use Iface</strong> <strong>0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth1</strong> <strong>192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth1</strong> |
Leave a Reply