Scuzzball

Traceroute in VPN

Nov 14th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. Linux, connected to VPN
  2. mark@Laptop:~$ traceroute google.com
  3. traceroute to google.com (74.125.225.37), 30 hops max, 60 byte packets
  4. 1 * * *
  5. 2 192.168.1.1 (192.168.1.1) 9.569 ms 9.616 ms 9.665 ms
  6. 3 mx80-07-001-resnet-wads-5.tc.mtu.edu (141.219.232.2) 13.059 ms 13.102 ms 13.119 ms
  7. 4 mx960-07-001-rtr-z03-eerc.tc.mtu.edu (141.219.183.122) 13.501 ms 17.128 ms 17.147 ms
  8. 5 mx80-07-002.tc.mtu.edu (141.219.183.97) 17.540 ms 20.541 ms 20.581 ms
  9. 6 xe-0-0-3.hgtn-cor-mtu.mich.net (207.75.40.9) 20.597 ms 14.320 ms 14.290 ms
  10. 7 vlan47.iron-mt-gigsw1.mich.net (198.108.22.41) 21.427 ms 18.776 ms 18.793 ms
  11. 8 xe-5-0-1x69.eq-chi2.mich.net (198.108.22.97) 36.628 ms 38.027 ms 34.386 ms
  12. 9 207.72.112.46 (207.72.112.46) 38.075 ms 37.717 ms 34.649 ms
  13. 10 209.85.254.120 (209.85.254.120) 38.147 ms 35.094 ms 34.896 ms
  14. 11 209.85.250.28 (209.85.250.28) 34.962 ms 28.178 ms 30.715 ms
  15. 12 ord08s06-in-f5.1e100.net (74.125.225.37) 30.733 ms 29.842 ms 28.085 ms
  16.  
  17. -----------------------------------------------------------------------------------------------------------------
  18. Windows, connected to VPN
  19. C:\Users\Mark>tracert 173.194.46.38
  20.  
  21. Tracing route to 173.194.46.38 over a maximum of 30 hops
  22.  
  23. 1 2 ms 2 ms 2 ms 141.219.233.110
  24. 2 2 ms 2 ms 3 ms 192.168.1.1
  25. 3 5 ms 2 ms 2 ms 141.219.232.2
  26. 4 3 ms 2 ms 2 ms 141.219.183.122
  27. 5 2 ms 2 ms 2 ms 141.219.183.97
  28. 6 3 ms 2 ms 2 ms 207.75.40.9
  29. 7 8 ms 7 ms 7 ms 198.108.22.41
  30. 8 25 ms 25 ms 25 ms 198.108.22.97
  31. 9 25 ms 25 ms 25 ms 207.72.112.46
  32. 10 25 ms 25 ms 26 ms 209.85.254.120
  33. 11 26 ms 26 ms 26 ms 209.85.243.53
  34. 12 26 ms 25 ms 25 ms 173.194.46.38
  35.  
  36. Trace complete.
  37.  
  38. -----------------------------------------------------------------------------------------------------------------
  39. VPN, from public interface. I can't figure out how to have it try from the private interface.
  40. Traceroute start...
  41. traceroute: Warning: google.com has multiple addresses; using 173.194.46.110
  42. traceroute to google.com (173.194.46.110), 30 hops max, 40 byte packets
  43. source interface: Public (141.219.233.110)
  44. 1 mx80-07-001-resnet-wads-5.tc.mtu.edu (141.219.232.2) 0.388 ms 0.359 ms 0.342 ms
  45. 2 mx960-07-001-rtr-z03-eerc.tc.mtu.edu (141.219.183.122) 0.360 ms 0.354 ms 0.327 ms
  46. 3 mx80-07-002.tc.mtu.edu (141.219.183.97) 0.442 ms 0.406 ms 0.450 ms
  47. 4 xe-0-0-3.hgtn-cor-mtu.mich.net (207.75.40.9) 0.437 ms 0.440 ms 0.403 ms
  48. 5 vlan47.iron-mt-gigsw1.mich.net (198.108.22.41) 5.54 ms 6.83 ms 6.62 ms
  49. 6 xe-5-0-1x69.eq-chi2.mich.net (198.108.22.97) 23.2 ms 23.1 ms 23.4 ms
  50. 7 207.72.112.46 (207.72.112.46) 23.5 ms 23.2 ms 23.4 ms
  51. 8 209.85.254.128 (209.85.254.128) 23.5 ms 27.5 ms 23.6 ms
  52. 9 209.85.245.225 (209.85.245.225) 23.8 ms 23.8 ms 23.9 ms
  53. 10 ord08s13-in-f14.1e100.net (173.194.46.110) 23.5 ms 23.7 ms 23.4 ms
  54. Trace complete.
Advertisement
Add Comment
Please, Sign In to add comment