Guest User

Untitled

a guest
Apr 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. [root@nagios ~]# netstat -rn
  2. Kernel IP routing table
  3. Destination Gateway Genmask Flags MSS Window irtt Iface
  4. 10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
  5. 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
  6. 0.0.0.0 10.0.0.1 0.0.0.0 UG 0 0 0 eth0
  7. [root@nagios ~]# ip route
  8. 10.0.0.0/24 dev eth0 proto kernel scope link src 10.0.0.3
  9. 169.254.0.0/16 dev eth0 scope link
  10. default via 10.0.0.1 dev eth0
  11. [root@nagios ~]#
Add Comment
Please, Sign In to add comment