Skip to content

Instantly share code, notes, and snippets.

@dlangille
Last active March 21, 2019 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dlangille/08a1ef69d3f1bf2472af7ae163a0580f to your computer and use it in GitHub Desktop.
Save dlangille/08a1ef69d3f1bf2472af7ae163a0580f to your computer and use it in GitHub Desktop.
[dan@supernews:~] $ telnet avacs1.vrt.sourcefire.com 25
Trying 2620:28:c000:a2::209...
Connected to avacs1.vrt.sourcefire.com.
Escape character is '^]'.
220-mail.vrt.sourcefire.com ESMTP Postfix
220 mail.vrt.sourcefire.com ESMTP Postfix
^C^[[A^]
telnet> quit
Connection closed.
[dan@supernews:~] $ telnet -4 avacs1.vrt.sourcefire.com 25
Trying 198.148.79.209...
Connected to avacs1.vrt.sourcefire.com.
Escape character is '^]'.
220-mail.vrt.sourcefire.com ESMTP Postfix
^]
telnet> quit
Connection closed.
[dan@supernews:~] $
[dan@supernews:~] $ traceroute avacs1.vrt.sourcefire.com
traceroute to avacs1.vrt.sourcefire.com (198.148.79.209), 64 hops max, 40 byte packets
1 v411.colo2.aus1.datafoundry.net (209.99.102.91) 1.625 ms 2.373 ms 1.699 ms
2 207-207-35-189.fwd.datafoundry.com (207.207.35.189) 1.297 ms 1.358 ms 1.310 ms
3 po10.gw1.pod1.tx1.datafoundry.net (209.99.14.105) 1.889 ms 1.376 ms 1.401 ms
4 ae1.mpr1.aus3.us.above.net (209.66.92.121) 1.370 ms 1.274 ms 1.122 ms
5 ae3.mpr1.aus1.us.zip.zayo.com (64.125.31.24) 1.882 ms 2.019 ms 1.848 ms
6 ae1.cs1.dfw2.us.zip.zayo.com (64.125.27.29) 7.584 ms 7.820 ms 7.665 ms
7 ae1.mcs1.dfw2.us.eth.zayo.com (64.125.28.125) 7.451 ms 7.221 ms 7.448 ms
8 ae5.mpr1.dfw5.us.zip.zayo.com (64.125.28.86) 7.887 ms 7.522 ms 7.577 ms
9 208.184.3.177.IPYX-135459-002-ZYO.zip.zayo.com (208.184.3.177) 8.211 ms 8.237 ms 8.019 ms
10 ava-talos2-dtx-talos1-vlan2806.vrt.sourcefire.com (198.148.79.116) 37.806 ms 37.645 ms 37.542 ms
11 ava-core2-pp-talos2-vlan2803.vrt.sourcefire.com (198.148.79.110) 37.560 ms 37.779 ms 37.691 ms
12 avacs1.vrt.sourcefire.com (198.148.79.209) 37.723 ms 37.580 ms 37.622 ms
[dan@supernews:~] $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment