Advertisement
Guest User

mail test

a guest
Oct 15th, 2019
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.74 KB | None | 0 0
  1. [root@mail ~]# traceroute -Tp 25 smtp.ukr.net
  2. traceroute to smtp.ukr.net (212.42.75.250), 30 hops max, 60 byte packets
  3.  1  192.168.114.1 (192.168.114.1)  0.782 ms  0.782 ms  0.792 ms
  4.  2  10.1.1.1 (10.1.1.1)  43.223 ms  43.216 ms  43.242 ms
  5.  3  bras2.magnus.net.ua (193.111.114.35)  43.278 ms  43.242 ms  43.260 ms
  6.  4  br2.magnus.net.ua (193.111.114.33)  43.278 ms  43.283 ms  43.193 ms
  7.  5  195.211.60.176 (195.211.60.176)  43.328 ms  43.311 ms  43.239 ms
  8.  6  * * *
  9.  7  * * *
  10.  8  * * *
  11.  9  * * frvdc-250.fwdcdn.com (212.42.75.250)  35.819 ms
  12. [root@mail ~]# telnet smtp.ukr.net 25
  13. Trying 212.42.75.250...
  14. Connected to smtp.ukr.net.
  15. Escape character is '^]'.
  16. 220 ISP UkrNet SMTP.in (frv156.fwdcdn.com) ESMTP Tue, 15 Oct 2019 14:42:16 +0300
  17. QUIT
  18. 221 frv156.fwdcdn.com closing connection
  19. Connection closed by foreign host.
  20. [root@mail ~]#
  21. [root@mail ~]#
  22. [root@mail ~]#
  23. [root@mail ~]#
  24. [root@mail ~]#
  25. [root@mail ~]# traceroute -Tp 25 smtp.ukr.net
  26. traceroute to smtp.ukr.net (212.42.75.250), 30 hops max, 60 byte packets
  27.  1  192.168.114.1 (192.168.114.1)  0.576 ms  0.545 ms  0.556 ms
  28.  2  10.1.1.1 (10.1.1.1)  5.176 ms  5.186 ms  5.194 ms
  29.  3  sr3.bcm.net.ua (91.192.155.3)  4.729 ms  4.989 ms  5.002 ms
  30.  4  91.192.155.54 (91.192.155.54)  5.211 ms 91.192.155.62 (91.192.155.62)  5.244 ms 91.192.155.54 (91.192.155.54)  5.260 ms
  31.  5  * * *
  32.  6  * * *
  33.  7  * * *
  34.  8  * * *
  35.  9  * * *
  36. 10  * * *
  37. 11  * * *
  38. 12  * * *
  39. 13  * * *
  40. 14  * * *
  41. 15  * * *
  42. 16  * * *
  43. 17  * * *
  44. 18  * * *
  45. 19  * * *
  46. 20  * * *
  47. 21  * * *
  48. 22  * * *
  49. 23  * * *
  50. 24  * * *
  51. 25  * * *
  52. 26  * * *
  53. 27  * * *
  54. 28  * * *
  55. 29  * * *
  56. 30  * * *
  57. [root@mail ~]# telnet smtp.ukr.net 25
  58. Trying 212.42.75.250...
  59. telnet: connect to address 212.42.75.250: Connection timed out
  60. [root@mail ~]# ^C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement