You can find your gateway IP address using the command prompt on your Windows computer.
Here's a step-by-step guide:
- Press the Win + R keys simultaneously to open the Run dialog box.
- Type "cmd" (without quotes) in the Run dialog box and click "OK". This will open the Command Prompt window.
- In the Command Prompt window, type "ipconfig" (without quotes) and press the Enter key.
- A list of network configuration details will be displayed. Locate the line labeled "Default Gateway". The IP address next to "Default Gateway" is your gateway IP address.
For example, the output might look something like this:
Windows IP Configuration
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::xxxx:xxxx:xxxx:xxxx%4
IPv4 Address. . . . . . . . . . . : 192.168.1.100
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
In this example, the gateway IP address is 192.168.1.1
. This address is typically the IP address of your router.