How to Find Your Linksys Router IP Address
If you’re struggling to find your Linksys IP address or you have changed your Linksys router’s default IP address and are unable to recall it, here’s how you can find it easily by following the steps below.

Jump to…
How to Find Linksys router IP Address on Windows
- Press Win + R and a run prompt will open
- Type cmd into the bar and press Enter. A command prompt will open
- Type the following into the command prompt: ipconfig | findstr /i “Gateway” and click Enter
- You should see the address under Default gateway, probably an IP address like 192.168.0.1
Find Linksys router IP Address on Linux
- Open a terminal window (Shortcut on some distros: ctrl+alt+t)
- Type the following: IP route | grep default and press Enter
- Once there, you will find your Linksys router’s IP address
Find Linksys router IP Address on OSX
- Open the OSX Terminal: Finder > Applications > Utilities > Terminal. Or, you can press cmd+space and type terminal
- Type the following command:
netstat -nr | grep default
and press Enter - You’ll see your Linksys router default IP, an IP address like
192.168.0.1