Network Tools

Analyze your connection with our free network tools.

IP Lookup

Enter any IP address to see country, ISP, ASN and proxy detection.

Enter an IP or leave empty for your own IP.

DNS Lookup

Look up DNS records for any domain (A, AAAA, MX, TXT, NS).

Enter a domain name.

Port Scanner

Check open ports on your IP.

80
HTTP
443
HTTPS
22
SSH
21
FTP
25
SMTP
3389
RDP
8080
HTTP-alt
8443
HTTPS-alt
3306
MySQL
5432
PgSQL
6379
Redis
27017
Mongo

WebRTC Leak Test

Does your browser leak your local IP?

Checking...

DNS Check

Which DNS server do you use?

Fetching...

IPv6 Test

Check whether your IPv6 connection is working.

Testing...

MTU Test

Detect the maximum packet size of your connection.

WHOIS Lookup

View registration information for domains and IP addresses.

Enter a domain or IP address.

Which tool for which problem?

Most network complaints are not a bandwidth problem. The table below maps the symptom you notice to the tool that identifies the cause.

SymptomToolWhy
Websites load slowly, but downloads are fastDNS Check + DNS LookupA slow or poorly reachable resolver delays every new connection while leaving your bandwidth untouched.
Some sites or services are unreachableIPv6 Test + MTU TestMissing IPv6 or an undersized MTU makes connections stall rather than fail with a clear error.
Connections drop on large filesMTU TestWith a misconfigured MTU small packets get through and large ones do not, which looks like random failure.
I want to know whether my VPN actually worksWebRTC Leak Test + IP LookupWebRTC can reveal your real IP despite an active VPN; IP Lookup shows the address the outside world sees.
A service on my network is unreachable from outsidePort ScannerShows whether the port is genuinely open on your public IP, separating router forwarding from ISP blocking.
Who owns this IP or domain?WHOIS Lookup + IP LookupRegistration data, ASN, and whether the address belongs to a datacentre or a residential connection.
I want to test my connection with real filesTest filesUseful for measuring a download in your own tool or terminal instead of in the browser.

All tools work without an account and without installation. We store no results on our servers; what you measure stays in your browser.

Frequently asked questions about network tools

What is an MTU and why would I test it?

MTU stands for Maximum Transmission Unit: the largest packet your connection can send in one piece without splitting it. On ethernet 1500 bytes is typical; PPPoE connections are often 1492 and VPNs lower. If the MTU is set too high somewhere and the corresponding error message is blocked, small packets arrive and large ones do not. The result is a connection that establishes and then stalls, which is far harder to recognise than a connection that simply fails.

What is a WebRTC leak?

WebRTC is the browser technology behind video calling. To set up a direct connection your browser must know its own IP addresses, and those can be exposed to a website — even when you use a VPN, because WebRTC can operate outside the VPN tunnel. Our test opens a local WebRTC connection and shows which address surfaces. If you see your real IP while your VPN is on, your browser is leaking.

Why should I check which DNS resolver I use?

Your resolver determines how quickly domain names are turned into addresses and who can see which sites you request. By default you use your ISP's, which usually works but is rarely the fastest and not always the most private. DNS Check shows which resolver you actually use and where it sits; DNS Lookup additionally lets you inspect per record type exactly what is returned.

Is the port scanner legal to use?

On your own IP address, yes, and that is what this tool is for: verifying that a port you forwarded is genuinely open. Scanning other people's networks without permission is a different matter and may be unlawful depending on context. Use the tool only on infrastructure you are responsible for; see also our terms of use.

What is an ASN?

An Autonomous System Number identifies the network an IP address belongs to, usually an ISP, hosting provider or large organisation. It is useful for seeing whether an address belongs to a residential connection or a datacentre — handy when assessing traffic, or to check which network you yourself reach the world through.

Do these tools work on mobile?

Yes, all tools run in the browser and work on phones and tablets. Two caveats: measurements over mobile networks fluctuate more than over a fixed line, and the WebRTC test can differ per browser because browsers handle the exposure of local addresses differently.