Facebook
From lukasz, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 162
  1. #default
  2.  
  3. root@x131e:/home/lukasz# route -n
  4. Kernel IP routing table
  5. Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
  6. 0.0.0.0         10.17.96.1      0.0.0.0         UG    600    0        0 wlp3s0
  7. 10.17.96.0      0.0.0.0         255.255.248.0   U     600    0        0 wlp3s0
  8. 169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 wlp3s0
  9.  
  10. root@x131e:/home/lukasz# ip route list
  11. default via 10.17.96.1 dev wlp3s0 proto dhcp metric 600
  12. 10.17.96.0/21 dev wlp3s0 proto kernel scope link src 10.17.99.101 metric 600
  13. 169.254.0.0/16 dev wlp3s0 scope link metric 1000
  14.  
  15. #VPN - default
  16. root@x131e:/home/lukasz# route -n
  17. Kernel IP routing table
  18. Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
  19. 0.0.0.0         0.0.0.0         0.0.0.0         U     50     0        0 ppp0
  20. 0.0.0.0         10.17.96.1      0.0.0.0         UG    600    0        0 wlp3s0
  21. 10.0.0.2        0.0.0.0         255.255.255.255 UH    50     0        0 ppp0
  22. 10.17.96.0      0.0.0.0         255.255.248.0   U     600    0        0 wlp3s0
  23. 10.17.96.1      0.0.0.0         255.255.255.255 UH    600    0        0 wlp3s0
  24. 169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 wlp3s0
  25. 185.246.207.77  10.17.96.1      255.255.255.255 UGH   600    0        0 wlp3s0
  26.  
  27. root@x131e:/home/lukasz# ip route list
  28. default dev ppp0 proto static scope link metric 50
  29. default via 10.17.96.1 dev wlp3s0 proto dhcp metric 600
  30. 10.0.0.2 dev ppp0 proto kernel scope link src 10.0.0.10 metric 50
  31. 10.17.96.0/21 dev wlp3s0 proto kernel scope link src 10.17.99.101 metric 600
  32. 10.17.96.1 dev wlp3s0 proto static scope link metric 600
  33. 169.254.0.0/16 dev wlp3s0 scope link metric 1000
  34. 185.246.207.77 via 10.17.96.1 dev wlp3s0 proto static metric 600
  35.  
  36. # VPN - only resources on this network
  37. root@x131e:/home/lukasz# route -n
  38. Kernel IP routing table
  39. Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
  40. 0.0.0.0         10.17.96.1      0.0.0.0         UG    600    0        0 wlp3s0
  41. 10.0.0.2        0.0.0.0         255.255.255.255 UH    50     0        0 ppp0
  42. 10.17.96.0      0.0.0.0         255.255.248.0   U     600    0        0 wlp3s0
  43. 10.17.96.1      0.0.0.0         255.255.255.255 UH    600    0        0 wlp3s0
  44. 169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 wlp3s0
  45. 185.246.207.77  10.17.96.1      255.255.255.255 UGH   600    0        0 wlp3s0
  46.  
  47. root@x131e:/home/lukasz# ip route list
  48. default via 10.17.96.1 dev wlp3s0 proto dhcp metric 600
  49. 10.0.0.2 dev ppp0 proto kernel scope link src 10.0.0.10 metric 50
  50. 10.17.96.0/21 dev wlp3s0 proto kernel scope link src 10.17.99.101 metric 600
  51. 10.17.96.1 dev wlp3s0 proto static scope link metric 600
  52. 169.254.0.0/16 dev wlp3s0 scope link metric 1000
  53. 185.246.207.77 via 10.17.96.1 dev wlp3s0 proto static metric 600
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  

Replies to vpn-problem rss

Title Name Language When
Re: vpn-problem lukasz text 3 Years ago.