Skip to content

Instantly share code, notes, and snippets.

@aurora
Created October 15, 2014 09:31
Show Gist options
  • Save aurora/a7415f0b66211d3c2d82 to your computer and use it in GitHub Desktop.
Save aurora/a7415f0b66211d3c2d82 to your computer and use it in GitHub Desktop.
harald@vserver:~$ sudo tcptraceroute www.shutterstock.com 80 && curl -i -v http://www.shutterstock.com/
traceroute to www.shutterstock.com (162.212.41.11), 30 hops max, 60 byte packets
1 10.1.0.1 (10.1.0.1) 0.308 ms 0.417 ms 0.593 ms
2 host-82-135-34-201.customer.m-online.net (82.135.34.201) 5.397 ms 5.456 ms 5.622 ms
3 mnet-gw.muc1.erdenreich.net (88.217.173.181) 5.673 ms 5.731 ms 5.797 ms
4 ae2.rt-decix-2.m-online.net (82.135.16.209) 10.357 ms 10.560 ms 12.045 ms
5 blackhole.prolexic.com (80.81.193.70) 12.617 ms 12.757 ms 13.042 ms
6 unknown.prolexic.com (72.52.48.35) 13.330 ms 9.100 ms 9.425 ms
7 * * *
8 unknown.prolexic.com (209.200.160.162) 104.824 ms 102.836 ms 103.494 ms
9 * * *
10 216.52.61.99 (216.52.61.99) 105.896 ms 104.573 ms 105.159 ms
11 * * *
12 www.shutterstock.com (162.212.41.11) 108.961 ms 108.171 ms 108.193 ms
* About to connect() to www.shutterstock.com port 80 (#0)
* Trying 162.212.41.11... Verbindungsaufbau abgelehnt
* couldn't connect to host
* Closing connection #0
curl: (7) couldn't connect to host
harald@vserver:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment