Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. *here is the configuration:*
  2.  
  3. Using interface ppp0pptpconfig: monitoring interface ppp0
  4.  
  5. Connect: ppp0 <--> /dev/pts/4
  6. CHAP authentication succeeded
  7. MPPE 128-bit stateless compression enabled
  8. MPPE disabled
  9. Connection terminated.
  10. Using interface ppp0
  11. pptpconfig: monitoring interface ppp0
  12. Connect: ppp0 <--> /dev/pts/5
  13. CHAP authentication succeeded
  14. MPPE 128-bit stateless compression enabled
  15. local IP address 194.9.1.250
  16. remote IP address 192.168.222.1
  17. primary DNS address 192.168.222.1
  18. pptpconfig: pppd process exit status 0 (started)
  19. ip route replace 194.9.1.223 via 81.31.194.117 dev eth3 src 81.31.194.118
  20. pptpconfig: routes added to remote networks
  21. ip route replace default dev 'ppp0'
  22. pptpconfig: default route changed to use tunnel
  23. pptpconfig: DNS changes made to /etc/resolv.conf
  24. pptpconfig: connected
  25. ping -c 5 192.168.222.1
  26. PING 192.168.222.1 (192.168.222.1) 56(84) bytes of data.
  27. 64 bytes from 192.168.222.1: icmp_seq=1 ttl=64 time=1177 ms
  28. 64 bytes from 192.168.222.1: icmp_seq=2 ttl=64 time=1175 ms
  29. 64 bytes from 192.168.222.1: icmp_seq=3 ttl=64 time=1458 ms
  30. 64 bytes from 192.168.222.1: icmp_seq=4 ttl=64 time=873 ms
  31. 64 bytes from 192.168.222.1: icmp_seq=5 ttl=64 time=1158 ms
  32.  
  33.  
  34.  
  35.  
  36. *Here is the traceroute before and after:*
  37.  
  38.  
  39. [root@fan ~]# traceroute google.com
  40. traceroute to google.com (209.85.227.105), 30 hops max, 40 byte packets
  41. 1 117-194-31-81.ip.eu.tachyon.net (81.31.194.117) 0.633 ms 0.657 ms
  42. 0.731 ms
  43. 2 nlambrt1-fe-1-3-0.ip.eu.tachyon.net (81.31.207.253) 554.664 ms 636.390
  44. ms 639.437 ms
  45. 3 core1.ams.net.google.com (195.69.144.247) 649.072 ms 649.114 ms
  46. 649.445 ms
  47. 4 209.85.248.88 (209.85.248.88) 654.210 ms 209.85.248.93 (209.85.248.93)
  48. 750.176 ms 209.85.248.88 (209.85.248.88) 750.938 ms
  49. 5 209.85.240.158 (209.85.240.158) 764.121 ms 209.85.240.221
  50. (209.85.240.221) 755.876 ms 759.334 ms
  51. 6 72.14.236.191 (72.14.236.191) 765.956 ms 580.299 ms 209.85.252.83
  52. (209.85.252.83) 585.825 ms
  53. 7 209.85.243.89 (209.85.243.89) 594.418 ms 209.85.243.101
  54. (209.85.243.101) 621.077 ms 209.85.243.89 (209.85.243.89) 621.051 ms
  55. 8 * * *
  56. 9 * * *
  57. 10 * * *
  58. 11 * * *
  59. 12 * * *
  60. 13 * * *
  61. 14 * * *
  62. 15 * * *
  63. 16 * * *
  64. 17 * * *
  65. 18 * * *
  66. 19 * * *
  67. 20 * * *
  68. 21 * * *
  69. 22 * * *
  70. 23 * * *
  71. 24 * * *
  72. 25 * * *
  73. 26 * * *
  74. 27 * * *
  75. 28 * * *
  76. 29 * * *
  77. 30 * * *
  78. [root@fan ~]# traceroute google.com
  79. traceroute to google.com (173.194.36.104), 30 hops max, 40 byte packets
  80. connect: Network is unreachable
  81. [root@fan ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement