Advertisement
Johnny2

VPN Route Test

Apr 9th, 2012
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. With the VPN Network Connection OFF:
  2. mitchell@mitchell-VXYZ ~ $ route
  3. Kernel IP routing table
  4. Destination Gateway Genmask Flags Metric Ref Use Iface
  5. 124.216.240.0 * 255.255.240.0 U 1 0 0 eth0
  6. link-local * 255.255.0.0 U 1000 0 0 eth0
  7. default 124-216-240-1.dh 0.0.0.0 UG 0 0 0 eth0
  8.  
  9. With the VPN Network Connection ON:
  10. mitchell@mitchell-VXYZ ~ $ route
  11. Kernel IP routing table
  12. Destination Gateway Genmask Flags Metric Ref Use Iface
  13. 10.11.0.1 10.11.30.29 255.255.255.255 UGH 0 0 0 tun0
  14. 10.11.30.29 * 255.255.255.255 UH 0 0 0 tun0
  15. 199.71.213.79 124.216.240.1 255.255.255.255 UGH 0 0 0 eth0
  16. 124.216.240.0 * 255.255.240.0 U 1 0 0 eth0
  17. link-local * 255.255.0.0 U 1000 0 0 eth0
  18. default 10.11.30.29 0.0.0.0 UG 0 0 0 tun0
  19. mitchell@mitchell-VXYZ ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement