What is the default gateway, and how can I find out what mine is?
In general, a gateway is a device on a network that acts as an entrance to another network. In more technical terms, a gateway is a routing device that knows how to pass traffic between different subnets and networks. A computer will know some routes (a route is the address of each node a packet must go through on the Internet to reach a specific destination), but not the routes to every address on the Internet. It won't even know all the routes on the nearest subnets. A gateway will not have this information either, but will at least know the addresses of other gateways it can hand the traffic off to. Your default gateway is on the same subnet as your computer, and is the gateway your computer relies on when it doesn't know how to route traffic.
The default gateway is typically very similar to your IP address, in that many of the numbers may be the same. However, the default gateway is not your IP address. To see what default gateway you are using, follow the steps below for your operating system.
Windows
- In Windows 7 and Vista, click
Start. In the search box, typecmd, and then clickOK.In Windows XP and 2000, from the
Startmenu, clickRun.... In the "Open:" field, typecmd, and then clickOK. - This will open the command prompt. At the prompt, enter
ipconfig. This will display your network information, including your default gateway.
Mac OS X
- From the Apple menu, select
System Preferences....
- In System Preferences, from the
Viewmenu, selectNetwork.
- Select the appropriate port. For example, choose
Ethernetfor broadband connections,AirPortfor wireless, orInternal Modemfor dial-up.
- Click
Advanced..., and in the sheet that opens, click theTCP/IPtab. The number next to "Router:" is your default gateway.
Last modified on October 07, 2009.







