Detecting your local IP address...
Note: Local IP detection requires WebRTC support in your browser. If detection fails, see manual methods below.
Local IP vs Public IP
| Feature | Local IP | Public IP |
|---|---|---|
| Visibility | Only on your network | Visible on internet |
| Assigned by | Your router (DHCP) | Your ISP |
| Example | 192.168.1.100 | 203.45.67.89 |
| Used for | Local network devices | Internet communication |
Common Local IP Ranges
- 192.168.x.x - Most common for home networks
- 10.x.x.x - Often used by enterprises and some ISPs
- 172.16.x.x - 172.31.x.x - Less common private range
How to Find Local IP Manually
Windows
ipconfig Look for "IPv4 Address" under your active network adapter.
macOS
ifconfig | grep "inet " Or: System Preferences → Network → Select connection → IP Address
Linux
ip addr show
# or
hostname -I iPhone/iPad
Settings → Wi-Fi → Tap (i) next to network → IP Address
Android
Settings → Wi-Fi → Tap connected network → IP address
Why Know Your Local IP?
- Access devices on your network (printers, NAS, cameras)
- Set up port forwarding
- Configure static IP addresses
- Troubleshoot network issues
- Access your router admin panel