What are valid IP Address settings?¶
Determine the IP Address of your Computer:
| Step 1 | Open a console by pressing the "Windows" key and type "cmd" |
|---|---|
| Step 2 | Enter the command "ipconfig" |

| Typical IP Addresses | Typical IP Addresses for Intranet use: 192.168.x.x and Subnet Mask 255.255.0.0 or 255.255.255.0 10.x.x.x and Subnet Mask 255.0.0.0 or 255.255.0.0 or 255.255.255.0 |
|---|---|
| Invalid IP Addresses | 0.0.0.0 to 0.255.255.255 127.0.0.0 to 127.255.255.255 224.0.0.0 to 239.255.255.255 255.255.255.255 |
| Invalid Subnet Masks | 0.x.x.x 255.255.255.255 Subnet may not be the same as the IP address |
| Gateway | Gateway may not be the same as the IP address Gateway must be in the same subnet than the IP Address |