Skip to content

Instantly share code, notes, and snippets.

@HostOnNet
Created April 9, 2012 09:51
Show Gist options
  • Save HostOnNet/2342604 to your computer and use it in GitHub Desktop.
Save HostOnNet/2342604 to your computer and use it in GitHub Desktop.
[root@server12 ~]# nslookup urltv.tv ns20.hosthat.com
Server: ns20.hosthat.com
Address: 67.228.53.244#53
Name: urltv.tv
Address: 184.107.130.146
[root@server12 ~]#
[root@server12 ~]# ping 184.107.130.146
PING 184.107.130.146 (184.107.130.146) 56(84) bytes of data.
64 bytes from 184.107.130.146: icmp_seq=1 ttl=50 time=79.4 ms
64 bytes from 184.107.130.146: icmp_seq=2 ttl=50 time=79.5 ms
64 bytes from 184.107.130.146: icmp_seq=3 ttl=50 time=79.7 ms
64 bytes from 184.107.130.146: icmp_seq=4 ttl=50 time=79.4 ms
--- 184.107.130.146 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3000ms
rtt min/avg/max/mdev = 79.466/79.560/79.774/0.308 ms
[root@server12 ~]#
[root@server12 ~]# curl -I 184.107.130.146
HTTP/1.1 200 OK
Date: Mon, 09 Apr 2012 09:44:36 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Last-Modified: Sun, 08 Apr 2012 19:12:25 GMT
ETag: "66b8441-6f-4bd2fab7c3840"
Accept-Ranges: bytes
Content-Length: 111
Content-Type: text/html
[root@server12 ~]#
[root@server12 ~]# tracert 184.107.130.146
traceroute to 184.107.130.146 (184.107.130.146), 30 hops max, 40 byte packets
1 208.43.179.1-static.reverse.softlayer.com (208.43.179.1) 0.739 ms 0.776 ms 0.904 ms
2 ae11.dar01.sr01.sea01.networklayer.com (67.228.118.133) 0.187 ms 0.271 ms 0.334 ms
3 ae8.bbr01.wb01.sea02.networklayer.com (173.192.18.198) 0.462 ms 0.534 ms 0.596 ms
4 GIG2-0.sea-dis-2.peer1.net (206.81.80.38) 0.798 ms 0.927 ms 0.987 ms
5 oc48.so-2-0-2.van-hc21e-cor-1.peer1.net (216.187.88.213) 4.348 ms 4.413 ms 4.539 ms
6 oc48.so-2-0-0.van-hc21e-cor-1.peer1.net (216.187.89.97) 4.467 ms 4.381 ms 4.379 ms
7 oc48.so-5-0-0.tor-151f-cor-1.peer1.net (216.187.114.138) 63.636 ms 63.565 ms 63.563 ms
8 10ge-xe-1-1-0.mtl-bvh-dis-2.peer1.net (216.187.114.198) 79.076 ms 79.041 ms 79.089 ms
9 216.187.120.169 (216.187.120.169) 76.614 ms 76.777 ms 76.832 ms
10 te6-3.cl-core05.peer1.mtl.iweb.com (216.187.90.134) 77.248 ms 77.150 ms 77.200 ms
11 te9-1.v4041.ne-core01.mtl.iweb.com (67.205.127.209) 77.057 ms 77.241 ms 77.293 ms
12 184.107.1.22 (184.107.1.22) 81.318 ms 79.979 ms 80.029 ms
13 ghohan.com (184.107.130.146) 79.401 ms 79.485 ms 79.482 ms
[root@server12 ~]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment