My LAN IP & Local Network Data
Discover your private IP address, subnet mask, default gateway, DNS servers, WINS status, and LAN range instantly.
Wi-Fi / Ethernet · Clase C (Privada RFC 1918)
Unique private host IP
CIDR: /24 · 254 hosts
Sec: 1.1.1.1 (Cloudflare / Fallback)
Full LAN Network & WINS Breakdown
Native Terminal Commands for Full Dump
Ver todos los datos LAN (IP, Gateway, DNS, WINS)
ipconfig /allProbar conectividad con el Router (Gateway)
ping 192.168.1.1Ver tabla de nombres NetBIOS / WINS activos
nbtstat -nVer tabla de rutas y puerta de enlace
route printLocal Area Network (LAN) Architecture & Protocols
RFC 1918 private addressing, Ethernet switching, NAT translation, and name services.
Local devices operate on non-routable private addresses defined by RFC 1918: 10.0.0.0/8 (16.7M hosts), 172.16.0.0/12 (1M hosts), and 192.168.0.0/16 (65K hosts).
The subnet mask determines if destination traffic is local or routed to the Gateway. NAT translates private LAN sockets into public outbound IP packets.
DNS resolves hierarchical domains while WINS maintains backward compatibility for NetBIOS flat names (15 characters) alongside mDNS (Bonjour/Avahi).
DHCP leases IP parameters upon link establishment, while ARP translates Layer 3 IP destinations into Layer 2 hardware MAC addresses.
LAN & Local Network Troubleshooting
Step-by-step technical fixes for IP conflicts, gateway drops, and DHCP errors.
IP Address Conflict (Duplicate IP on LAN)
Default Gateway Unreachable or High Latency (>50ms)
Self-Assigned 169.254.x.x (APIPA DHCP Failure)
DNS Resolution Failure: Webpages Fail but Ping 8.8.8.8 Works
Did You Know? Networking & Protocol Facts
Historical trivia about 192.168.1.1, APIPA ranges, and the mechanism that saved the Web.
Why Do Most Routers Default to 192.168.1.1?
In 1996 with RFC 1918, Linksys defaulted their iconic WRT54G routers to 192.168.1.1. As it became the world's best-selling router, the entire consumer networking industry followed suit.
NAT: The Hack That Saved the Entire Internet
The 4.29 billion IPv4 address space would have been completely exhausted by 1995. NAT allowed entire buildings and thousands of devices to share a single public IP, keeping the web alive.
The APIPA Ghost Network 169.254.0.0/16
A 169.254.x.x address indicates no DHCP server responded. Windows and macOS self-assign an APIPA address so two directly cabled computers can still communicate.
NetBIOS & The 15-Character Computer Name Limit
Windows computer names are limited to 15 characters because IBM's 1984 NetBIOS protocol reserved the 16th byte to identify service types (<00> Workstation, <20> Server).