| Command | Purpose |
|---------|---------|
| ping 192.168.1.100 | Check if host is alive. |
| arp -a \| findstr 192.168.1.100 | View MAC address. |
| tracert -d 192.168.1.100 | See layer‑3 path (should be 1 hop). |
| nmap -sn 192.168.1.0/24 | Discover all live hosts. |
If .100 is unreachable:
Your browser interprets 192.168.1.100.1 as a domain name because it has four dots. It asks a DNS server to find this “website,” but no such domain exists. The result: DNS_PROBE_FINISHED_NXDOMAIN. 192.168 1.100 1
The correct structure must be: number.number.number.number (max 255 each).
If you type 192.168.1.100 into your browser and get no response, the device that normally uses that IP is either offline or has a different address. | Command | Purpose |
|---------|---------|
| ping 192
Solution: Use the ping command.
Your router’s login page at 192.168.1.1 is a prime target for malicious scripts and unauthorized access, even from inside your home. Fixes:
This is a common error when two devices on the same network are assigned the same IP address.
Symptoms:
Fixes:
192.168.1.200 to a device to avoid conflicts.