Advertisement
thefinn93

Untitled

Jul 8th, 2012
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. # netstat -rn
  2. Destination Gateway Genmask Flags MSS Window irtt Iface
  3. 0.0.0.0 10.13.37.1 0.0.0.0 UG 0 0 0 eth0
  4. 5.1.1.0 5.1.1.2 255.255.255.0 UG 0 0 0 tun1
  5. 5.1.1.2 0.0.0.0 255.255.255.255 UH 0 0 0 tun1
  6. 10.13.37.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
  7.  
  8.  
  9. # ip route
  10. default via 10.13.37.1 dev eth0 metric 100
  11. 5.1.1.0/24 via 5.1.1.2 dev tun1
  12. 5.1.1.2 dev tun1 proto kernel scope link src 5.1.1.1
  13. 10.13.37.0/24 dev eth0 proto kernel scope link src 10.13.37.116
  14.  
  15. # iptables -Lnv
  16. iptables: No chain/target/match by that name.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement