Free networking tools — no account required

Tools That Work When You Need Them

Mid-troubleshoot and need a fast subnet calculation? DNS records not propagating? Certificate about to expire? These tools skip the friction — no ads, no paywalls, no sign-up.

Runs in your browser · No data sent to servers · Built for engineers & sysadmins
Subnet & IP

IPv4 Subnet Calculator

You've got a /24 and need to split it into smaller VLANs. Or you're writing a firewall rule and need the exact broadcast address. Doing this by hand means mistakes — especially at 2am on a production network.

  • Network address, broadcast, and usable host range from any CIDR
  • Wildcard mask for ACL and firewall rule configuration
  • Total hosts vs usable hosts breakdown
  • Binary representation of the subnet mask
$ ipcalc 192.168.1.0/24
Network:   192.168.1.0      Broadcast: 192.168.1.255
HostMin:   192.168.1.1      HostMax:   192.168.1.254
Hosts/Net: 254              Mask:      255.255.255.0
Open full calculator →
Subnet & IP Calculator
DNS Lookup
cloudflare.com — example output
A104.16.132.229TTL 300
A104.16.133.229TTL 300
MXaspmx.l.google.compri 1
NSns1.cloudflare.comTTL 86400
TXTv=spf1 include:_spf.google.com ~allSPF
DNS

DNS Lookup

You changed an MX record but emails are still bouncing. A site migration finished but some users still hit the old IP. DNS propagation issues are invisible — until you look at what each resolver actually sees.

  • A, AAAA, MX, TXT, CNAME, NS records in one query
  • TTL values — know exactly when propagation should complete
  • SPF, DKIM, and DMARC record inspection for email deliverability
  • Results from multiple resolvers simultaneously
$ dig cloudflare.com MX +short
10 aspmx.l.google.com.
20 alt1.aspmx.l.google.com.
30 alt2.aspmx.l.google.com.
Open DNS Lookup →
Security

SSL Certificate Checker

The browser says "your connection is not private" and users are calling. You need to know right now — is the cert expired? Is the chain incomplete? Is it issued to the wrong domain? This tells you in seconds, not minutes.

  • Expiry date and exact days remaining before renewal
  • Full chain validation — root, intermediate, and leaf certificate
  • Subject Alternative Names (SANs) — what domains are actually covered
  • Issuer, cipher suite, key size, and signature algorithm
$ openssl s_client -connect github.com:443 2>/dev/null \
  | openssl x509 -noout -subject -enddate
subject=CN=github.com
notAfter=Apr 15 23:59:59 2025 GMT
Check a certificate →
SSL Certificate Checker
github.com — example output
Subjectgithub.com
IssuerLet's Encrypt (E6)
Expires2025-04-15 ✓ 71 days
SANsgithub.com · *.github.com
KeyECDSA 256-bit · SHA-256