No results found, please run it to get the result.
No results found, please run it to get the result.
No results found, please run it to get the result.
No results found, please run it to get the result.
No results found, please run it to get the result.
Cached: 2022.01.21 11:52:11/ 2 years 9 months ago
traceroute to 2600:8801:2280:2f3:318c:7ccc:9411:9cb5 (2600:8801:2280:2f3:318c:7ccc:9411:9cb5), 30 hops max, 80 byte packets
1 fe80::%eth0 (fe80::%eth0) 6.880 ms 7.080 ms 7.063 ms
2 2a01:4f8:0:e0c0::3330 (2a01:4f8:0:e0c0::3330) 0.796 ms 0.605 ms 0.582 ms
3 * * *
4 2a01:4f8:0:e0c0::a121 (2a01:4f8:0:e0c0::a121) 55.565 ms 55.538 ms 2a01:4f8:0:e0c0::a125 (2a01:4f8:0:e0c0::a125) 4.199 ms
5 spine12.cloud1.nbg1.hetzner.com (2a01:4f8:0:e0c0::a1f1) 2.148 ms spine11.cloud1.nbg1.hetzner.com (2a01:4f8:0:e0c0::a1e9) 1.717 ms spine11.cloud1.nbg1.hetzner.com (2a01:4f8:0:e0c0::a1ed) 1.710 ms
6 core11.nbg1.hetzner.com (2a01:4f8:0:e0c0::a1f9) 23.910 ms 0.549 ms 23.332 ms
7 juniper3.rz2.hetzner.de (2a01:4f8:0:3::3e) 0.868 ms 0.484 ms juniper4.dc2.nbg1.hetzner.com (2a01:4f8:0:3::26) 0.517 ms
8 ae12-498.nbg40.core-backbone.com (2a01:4a0:1338:16c::1) 0.812 ms 0.725 ms ae12-500.nbg40.core-backbone.com (2a01:4a0:1338:1ae::1) 0.698 ms
9 ae3-2011.nbg30.core-backbone.com (2a01:4a0:0:2011::1) 0.807 ms 0.794 ms 0.805 ms
10 ae1-2001.fra10.core-backbone.com (2a01:4a0:0:2001::3) 3.714 ms 3.693 ms 3.544 ms
11 ae5-2074.ams10.core-backbone.com (2a01:4a0:0:2074::17) 9.202 ms 8.911 ms ae11-2093.nyk10.core-backbone.com (2a01:4a0:0:2093::29) 78.951 ms
12 ae3-2072.lon10.core-backbone.com (2a01:4a0:0:2072::19) 14.056 ms 14.053 ms 13.767 ms
13 2001:578:1:0:172:17:248:80 (2001:578:1:0:172:17:248:80) 144.121 ms ae5-2092.nyk10.core-backbone.com (2a01:4a0:0:2092::29) 80.104 ms 80.077 ms
14 2001:578:603::1b (2001:578:603::1b) 144.992 ms 144.980 ms 2001:578:603::17 (2001:578:603::17) 145.676 ms
15 2001:578:601:fffc:200::9 (2001:578:601:fffc:200::9) 144.877 ms 2001:578:1:0:172:17:248:80 (2001:578:1:0:172:17:248:80) 146.025 ms 2001:578:601:fffc:200::9 (2001:578:601:fffc:200::9) 149.883 ms
16 2001:578:603::1b (2001:578:603::1b) 146.652 ms * *
17 2001:578:601:fffc:200::b (2001:578:601:fffc:200::b) 169.360 ms 2001:578:601:fffc:200::9 (2001:578:601:fffc:200::9) 148.735 ms *
18 2600:8801:7f03:500:78fe:956b:d50c:f816 (2600:8801:7f03:500:78fe:956b:d50c:f816) 154.816 ms 158.143 ms *
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *
No results found, please run it to get the result.
Search for references
This is the search mode - you can use it to find references to any host in our cache. Just type the specified host and hit enter or click the button.
Nslookup arguments and description
NSLOOKUP is a programm for querying NS server for a specified domain. This tool is commonly used for detecting the IP address of the domain (A record), but can be used for receiving other NS records. It is very similar to DIG command. Unlike DIG, NSLOOKUP is based on its own resolver library.
Host
Requierd argument, specifies the host about which is querying the information.
NS server
Optional argument, specifies which NS server to query.
Type
Port
Optional argument, specifies the NS server port (53 by default)
Debug
Debug2
Ping arguments and description
PING is the network command, which lets you check whether or not the host is alive and responding. The special protocol ICMP is used for pinging. See RFC 792 for ICMP protocol details. You can find the command arguments below.
Host
Requierd argument, can be an IP or domain name.
Protocol
Packet size
By default it is 56 bytes, which translates into 64 ICMP data bytes (8 bytes of ICMP header are added)
Map IP
MTU
Timestamp
Whois arguments and description
WHOIS searches Whois servers for the object (domain or IP). The special WHOIS protocol is used for querying the Whois servers. See RFC 3912 for the protocol specification. This command is available on all linux systems and has a lot of arguments. The most important argument is host address. See the arguments decription below.
Host
Requierd argument, can be an IP or domain name.
Host arguments and description
HOST is a DNS lookup utility. You can use it to convert names to IP addresses and vice versa. It is similar to DIG and NSLOOKUP. This command is available on all linux distributives. There are several arguments. You can find decription of the arguments below.
Host
Requierd argument, can be an IP or domain name.
NS server
Optional argument, can be an IP or domain of name server
Protocol
Type
All
Verbose mode
Traceroute arguments and description
TRACEROUTE is the network diagnostic command. This command tracks the route packets taken from an IP network on their way to a given host. ICMP or UDP packets are used. See the command arguments below.
Host
Requierd argument, can be an IP or domain name.
Fragmentation
ICMP
TCP
Map IP
Protocol
Port
For UDP specifies the destination port
Geoiplookup arguments and description
GEOIPLOOKUP lets you detect the location of a host. A preparsed WHOIS database is used for detecting the location of IP or domain. There are a lot of independent geoip databases in the Internet, so the same host can have different locations in those databases. GEOIPLOOKUP is not a built-in Linux command. The command has only one argument - host address.
Host
Requierd argument, can be an IP address only
Dig arguments and description
The DIG command is a part of BIND package, available on all linux distributives. It is used for querying Domain Name Servers (DNS) using standard operating system libraries and display answers from these DNS servers. Domain Information Groper (DIG) is useful for troubleshooting DNS issues. You can find DIG arguments below.
Host
Requierd argument, can be an IP or domain name.
NS server
Requierd argument, can be an IP or domain name.
Type
Trace
Tcp
Ignore
AA only
AD flag
CD flag
Show class
Show TTL
Answer
Comments
Recurse
Short
Cmd
Identify
Stats
Authority
Additional
All
Multiline
One SOA
Fail
Best effort
DNSSEC
EDNS ID request
Cached: 2022.01.21 11:52:11/ 2 years 9 months ago
traceroute to 2600:8801:2280:2f3:318c:7ccc:9411:9cb5 (2600:8801:2280:2f3:318c:7ccc:9411:9cb5), 30 hops max, 80 byte packets
1 fe80::%eth0 (fe80::%eth0) 6.880 ms 7.080 ms 7.063 ms
2 2a01:4f8:0:e0c0::3330 (2a01:4f8:0:e0c0::3330) 0.796 ms 0.605 ms 0.582 ms
3 * * *
4 2a01:4f8:0:e0c0::a121 (2a01:4f8:0:e0c0::a121) 55.565 ms 55.538 ms 2a01:4f8:0:e0c0::a125 (2a01:4f8:0:e0c0::a125) 4.199 ms
5 spine12.cloud1.nbg1.hetzner.com (2a01:4f8:0:e0c0::a1f1) 2.148 ms spine11.cloud1.nbg1.hetzner.com (2a01:4f8:0:e0c0::a1e9) 1.717 ms spine11.cloud1.nbg1.hetzner.com (2a01:4f8:0:e0c0::a1ed) 1.710 ms
6 core11.nbg1.hetzner.com (2a01:4f8:0:e0c0::a1f9) 23.910 ms 0.549 ms 23.332 ms
7 juniper3.rz2.hetzner.de (2a01:4f8:0:3::3e) 0.868 ms 0.484 ms juniper4.dc2.nbg1.hetzner.com (2a01:4f8:0:3::26) 0.517 ms
8 ae12-498.nbg40.core-backbone.com (2a01:4a0:1338:16c::1) 0.812 ms 0.725 ms ae12-500.nbg40.core-backbone.com (2a01:4a0:1338:1ae::1) 0.698 ms
9 ae3-2011.nbg30.core-backbone.com (2a01:4a0:0:2011::1) 0.807 ms 0.794 ms 0.805 ms
10 ae1-2001.fra10.core-backbone.com (2a01:4a0:0:2001::3) 3.714 ms 3.693 ms 3.544 ms
11 ae5-2074.ams10.core-backbone.com (2a01:4a0:0:2074::17) 9.202 ms 8.911 ms ae11-2093.nyk10.core-backbone.com (2a01:4a0:0:2093::29) 78.951 ms
12 ae3-2072.lon10.core-backbone.com (2a01:4a0:0:2072::19) 14.056 ms 14.053 ms 13.767 ms
13 2001:578:1:0:172:17:248:80 (2001:578:1:0:172:17:248:80) 144.121 ms ae5-2092.nyk10.core-backbone.com (2a01:4a0:0:2092::29) 80.104 ms 80.077 ms
14 2001:578:603::1b (2001:578:603::1b) 144.992 ms 144.980 ms 2001:578:603::17 (2001:578:603::17) 145.676 ms
15 2001:578:601:fffc:200::9 (2001:578:601:fffc:200::9) 144.877 ms 2001:578:1:0:172:17:248:80 (2001:578:1:0:172:17:248:80) 146.025 ms 2001:578:601:fffc:200::9 (2001:578:601:fffc:200::9) 149.883 ms
16 2001:578:603::1b (2001:578:603::1b) 146.652 ms * *
17 2001:578:601:fffc:200::b (2001:578:601:fffc:200::b) 169.360 ms 2001:578:601:fffc:200::9 (2001:578:601:fffc:200::9) 148.735 ms *
18 2600:8801:7f03:500:78fe:956b:d50c:f816 (2600:8801:7f03:500:78fe:956b:d50c:f816) 154.816 ms 158.143 ms *
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *