Introduction to Network Diagnostics
Whether you're a sysadmin, developer, or just someone who wants to understand why their website or email isn't working, network troubleshooting tools are essential. The problem is that most of these tools traditionally require command-line knowledge and being on the right operating system.
AllInAOne's networking tools bring professional-grade network diagnostics to a simple web interface — no terminal required. Here are the 7 most useful ones and when to use each.
1. DNS Lookup (NSLookup / DIG)
What it does: Queries the Domain Name System to find the IP addresses, mail servers, and other records associated with a domain name.
When to use it:
- Your website isn't loading and you want to check if DNS is resolving correctly
- You've changed DNS settings and want to verify they're propagating
- You need to find the mail servers for a domain to troubleshoot email delivery
Tools: NSLookup for basic lookups, DIG Lookup for advanced queries with full DNS record details.
Pro tip: Query specific record types. Use DIG and specify "MX" to find mail servers, "TXT" to find SPF/DKIM records, or "A" for IPv4 addresses.
2. DNS Propagation Checker
What it does: Shows whether your DNS changes have propagated to DNS servers in different countries and regions around the world.
When to use it:
- After changing your nameservers or DNS records, propagation takes 24–48 hours
- Visitors in some regions see your old site while others see the new one
- Verifying that a CDN is active globally
Tool: DNS Propagation Checker
What to expect: DNS changes propagate unevenly — some regions update in minutes, others take hours. Full global propagation typically completes within 24 hours.
3. SSL Certificate Checker
What it does: Inspects an SSL/TLS certificate for a domain — checking validity, expiry date, issuing authority, and configuration.
When to use it:
- Your browser shows a "Not Secure" warning on a website
- You want to verify your SSL certificate is properly installed
- Checking when a certificate expires before it causes downtime
- Auditing certificate configuration for security compliance
Tool: SSL Certificate Checker
Critical: An expired SSL certificate causes browsers to block access to your site entirely, resulting in a major traffic drop. Set a reminder to renew certificates 30 days before expiry.
4. IP Lookup & Geolocation
What it does: Returns detailed information about an IP address — location (city, country, coordinates), ISP/organization, ASN, and whether it's a VPN/proxy.
When to use it:
- Investigating suspicious access in your server logs
- Verifying that your VPN is working and showing a different location
- Understanding where your website traffic originates
- Fraud investigation and IP-based access control
Tools: IP Lookup, IP Geolocation, My Public IP
5. Port Scanner
What it does: Checks whether specific network ports on a host are open, closed, or filtered.
When to use it:
- Verifying that your web server is listening on port 80/443
- Checking if a database port (3306 for MySQL, 5432 for PostgreSQL) is accidentally exposed to the internet
- Security auditing — open ports that shouldn't be open are attack vectors
- Debugging connection issues when an application can't connect to a service
Tools: Port Scanner, Open Ports Checker, TCP Port Test
Security note: Only scan your own servers or servers you have explicit permission to scan. Unauthorized port scanning is illegal in many jurisdictions.
6. Email Security Checkers (SPF, DKIM, DMARC)
What it does: Verifies that your email authentication records are correctly configured to prevent your domain from being used for spam and phishing.
When to use it:
- Your legitimate emails are going to spam
- You've set up a new email server or marketing platform and need to add sending permissions
- Security audit of your email infrastructure
- Verifying that email from your domain can't be spoofed
Tools: SPF Checker, DKIM Checker, DMARC Checker
Why it matters: Without proper SPF/DKIM/DMARC records, your emails may be flagged as spam or attackers may be able to send phishing emails that appear to come from your domain.
7. HTTP Headers & Status Checker
What it does: Shows the HTTP response headers returned by a web server, including status codes, caching headers, security headers, content type, and more.
When to use it:
- Verifying that security headers (HSTS, Content-Security-Policy, X-Frame-Options) are set correctly
- Checking cache-control headers to ensure content is being cached properly
- Debugging redirects — seeing exactly what response code is returned
- Verifying that CORS headers are set correctly for API endpoints
Tools: HTTP Headers Viewer, HTTP Status Checker, Redirect Checker
Quick Reference: When to Use Which Tool
| Problem | Tool to Use |
|---|
|---------|------------|
| Website not loading | NSLookup + Ping |
|---|---|
| DNS changes not visible | DNS Propagation Checker |
| SSL certificate warning | SSL Certificate Checker |
| Emails going to spam | SPF + DKIM + DMARC Checkers |
| Can't connect to service | Port Scanner |
| Suspicious traffic | IP Lookup + Geolocation |
| Redirect loops | Redirect Checker + HTTP Status |
All 40+ networking tools are available in the Network section — no account required, no installation needed.
All tools mentioned in this article are available free at AllInAOne. No sign-up required for most tools.