What are my Network Gateway Settings?
In order to get up and running out of the box, you should supply the configuration of your network. If you are like most people, you have a router/modem in your network, and that provides the network settings for the rest of the network. The IP address for the gateway is typically one of:
- 192.168.1.1
- 192.168.0.1
- 192.168.1.1
- 192.168.0.254
- 10.10.10.10
ipconfig /all
In Mac OS X, go to System Preferences, Network, and look in the Router field.
In Linux, we don't have to tell you :-)
route
and look at the Gateway column for the default route.
Back to the FAQ