• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How do I set the default gateway

If you are using DHCP you should not need to add that. If you are assigning static IPs, use the address of your router.
 
Your answer leads me to believe that you might not know exactly what you are doing, so can you please let us know exactly what the problem is that you are trying to solve?

Default gateway is a LAN setting - the gateway is, literally, the gateway between the LAN and the WAN. The LAN is the interface, so you need to do the adjustment from your interface perspective.

To find out what your default gateway is right now, open up a dos box and type in "ipconfig" and hit return.
 
wait, did i post this in the CPU section? my bad... if mod could change this to the correct section...

It wouldn't make sense right now to open dos and type ipconfig/all because this computer is using a static ip: as all my devices are...

anyways, i ended up confused when i opened my router page and seen a 'default gateway' under WAN
 
Default gateway is a LAN setting - the gateway is, literally, the gateway between the LAN and the WAN. The LAN is the interface, so you need to do the adjustment from your interface perspective.

A default gateway is not just a LAN setting. For the vast majority of people, the devices in the LAN will point to their router as their default gateway, and the router will point to the ISP's equipment for its own default gateway.

The only time you wouldn't have a default gateway of some sort is if you had routes to every destination on the Internet stored in your routing tables.
 
you mean from the LAN?

A better terminology (IMO) is "Next Hop." From the device you are looking at, what is the next adjacent address that your traffic will have to pass to get to whatever the destination.

From the LAN, it's usually the LAN address on the interface of the router connecting you to the WAN / Internet. From that router, the "next hop" is (usually) the ISP's router upstream and should be an address from the same address block as the WAN interface of your router.

Multiple WAN routes complicate things a bit, but think "next hop" and it usually becomes clearer.
 
A better terminology (IMO) is "Next Hop." From the device you are looking at, what is the next adjacent address that your traffic will have to pass to get to whatever the destination.

From the LAN, it's usually the LAN address on the interface of the router connecting you to the WAN / Internet. From that router, the "next hop" is (usually) the ISP's router upstream and should be an address from the same address block as the WAN interface of your router.

Multiple WAN routes complicate things a bit, but think "next hop" and it usually becomes clearer.

True, but LAN or WAN is irrelevant to TCP/IP and "next hop" also applies to gateways/routers defined in static routes as well, not just the default gateway or "gateway of last resort".
 
If you have consumer class cable or DSL service, DHCP is most likely used to assign your WAN IP address to your modem. The gateway will be included in that, you should not need to set it in your router.
 
Back
Top