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.06.19 22:03:58/ 2 years 4 months ago
traceroute to 2600:1010:be02:1906:1441:a616:82b7:3506 (2600:1010:be02:1906:1441:a616:82b7:3506), 30 hops max, 80 byte packets
1 fe80::%eth0 (fe80::%eth0) 8.404 ms 8.435 ms 8.398 ms
2 2a01:4f8:0:e0c0::3915 (2a01:4f8:0:e0c0::3915) 0.969 ms 0.924 ms 1.123 ms
3 * * *
4 2a01:4f8:0:e0c0::a14d (2a01:4f8:0:e0c0::a14d) 1.978 ms 1.426 ms 1.478 ms
5 spine12.cloud1.nbg1.hetzner.com (2a01:4f8:0:e0c0::a1f5) 3.027 ms spine14.cloud1.nbg1.hetzner.com (2a01:4f8:0:e0c0::a275) 1.673 ms spine14.cloud1.nbg1.hetzner.com (2a01:4f8:0:e0c0::a27d) 1.675 ms
6 core11.nbg1.hetzner.com (2a01:4f8:0:e0c0::a1f9) 0.986 ms 2a01:4f8:0:e0c0::a005 (2a01:4f8:0:e0c0::a005) 8.684 ms core12.nbg1.hetzner.com (2a01:4f8:0:e0c0::a1fd) 0.634 ms
7 juniper5.dc2.nbg1.hetzner.com (2a01:4f8:0:3::22a) 0.602 ms juniper4.dc2.nbg1.hetzner.com (2a01:4f8:0:3::10a) 2.966 ms 2.655 ms
8 nug-b2-link.ip.twelve99.net (2001:2035:0:2540::1) 0.432 ms 0.362 ms nug-b1-link.ip.twelve99.net (2001:2000:3080:1e9f::1) 1.338 ms
9 ffm-bb1-v6.ip.twelve99.net (2001:2034:1:6b::1) 3.817 ms 3.818 ms 3.539 ms
10 prs-bb1-v6.ip.twelve99.net (2001:2034:1:be::1) 14.363 ms rest-bb1-v6.ip.twelve99.net (2001:2034:1:73::1) 93.039 ms prs-bb1-v6.ip.twelve99.net (2001:2034:1:be::1) 14.047 ms
11 * ash-bb2-v6.ip.twelve99.net (2001:2034:1:74::1) 101.595 ms *
12 * * *
13 verizon-ic332636-ash-b2.ip.twelve99-cust.net (2001:2000:3080:bb3::2) 157.536 ms 157.387 ms 156.374 ms
14 2001:4888:0:7:608:1:0:10 (2001:4888:0:7:608:1:0:10) 165.387 ms 2001:4888:68:1020:608:1:0:10 (2001:4888:68:1020:608:1:0:10) 165.774 ms 166.577 ms
15 2001:4888:0:7:608:1:0:11 (2001:4888:0:7:608:1:0:11) 165.255 ms 2001:4888:0:7:608:1:0:10 (2001:4888:0:7:608:1:0:10) 167.625 ms 166.614 ms
16 * * *
17 * * *
18 * * *
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.06.19 22:03:58/ 2 years 4 months ago
traceroute to 2600:1010:be02:1906:1441:a616:82b7:3506 (2600:1010:be02:1906:1441:a616:82b7:3506), 30 hops max, 80 byte packets
1 fe80::%eth0 (fe80::%eth0) 8.404 ms 8.435 ms 8.398 ms
2 2a01:4f8:0:e0c0::3915 (2a01:4f8:0:e0c0::3915) 0.969 ms 0.924 ms 1.123 ms
3 * * *
4 2a01:4f8:0:e0c0::a14d (2a01:4f8:0:e0c0::a14d) 1.978 ms 1.426 ms 1.478 ms
5 spine12.cloud1.nbg1.hetzner.com (2a01:4f8:0:e0c0::a1f5) 3.027 ms spine14.cloud1.nbg1.hetzner.com (2a01:4f8:0:e0c0::a275) 1.673 ms spine14.cloud1.nbg1.hetzner.com (2a01:4f8:0:e0c0::a27d) 1.675 ms
6 core11.nbg1.hetzner.com (2a01:4f8:0:e0c0::a1f9) 0.986 ms 2a01:4f8:0:e0c0::a005 (2a01:4f8:0:e0c0::a005) 8.684 ms core12.nbg1.hetzner.com (2a01:4f8:0:e0c0::a1fd) 0.634 ms
7 juniper5.dc2.nbg1.hetzner.com (2a01:4f8:0:3::22a) 0.602 ms juniper4.dc2.nbg1.hetzner.com (2a01:4f8:0:3::10a) 2.966 ms 2.655 ms
8 nug-b2-link.ip.twelve99.net (2001:2035:0:2540::1) 0.432 ms 0.362 ms nug-b1-link.ip.twelve99.net (2001:2000:3080:1e9f::1) 1.338 ms
9 ffm-bb1-v6.ip.twelve99.net (2001:2034:1:6b::1) 3.817 ms 3.818 ms 3.539 ms
10 prs-bb1-v6.ip.twelve99.net (2001:2034:1:be::1) 14.363 ms rest-bb1-v6.ip.twelve99.net (2001:2034:1:73::1) 93.039 ms prs-bb1-v6.ip.twelve99.net (2001:2034:1:be::1) 14.047 ms
11 * ash-bb2-v6.ip.twelve99.net (2001:2034:1:74::1) 101.595 ms *
12 * * *
13 verizon-ic332636-ash-b2.ip.twelve99-cust.net (2001:2000:3080:bb3::2) 157.536 ms 157.387 ms 156.374 ms
14 2001:4888:0:7:608:1:0:10 (2001:4888:0:7:608:1:0:10) 165.387 ms 2001:4888:68:1020:608:1:0:10 (2001:4888:68:1020:608:1:0:10) 165.774 ms 166.577 ms
15 2001:4888:0:7:608:1:0:11 (2001:4888:0:7:608:1:0:11) 165.255 ms 2001:4888:0:7:608:1:0:10 (2001:4888:0:7:608:1:0:10) 167.625 ms 166.614 ms
16 * * *
17 * * *
18 * * *
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *