This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Can't have more than one default gateway

While I am trying to add standard Ethernet interface, and providing Static default gateway I am getting a message:

“Can't have more than one default gateway”

Using Enterprise Gigabit Version Release 5.001


Riyaz Ahmed Bakali


This thread was automatically locked due to age.
Parents
  • Of course not. You only need to set the default gateway for the external interface. The other interfaces get the "None" assigned. If you have 2 external interfaces you should be looking into failover.
  • [ QUOTE ]
    Of course not. You only need to set the default gateway for the external interface. The other interfaces get the "None" assigned. If you have 2 external interfaces you should be looking into failover. 

    [/ QUOTE ]

    In my opinion the Failover interface is buggy - seems the routing gets messed up, when the failover occurs all clients on the LAN are disconnected...(v5.001)

    Anyway.. why not allow a second gateway if you have 2 external interfaces (this is also not allowed) - this would allow me to control the failover or bundle 2 network connection to work at the same time... a simple ping just is'nt enough to verify that the network connection is down, at least you should be able to set some parameters on the ping (i.e. how may times should the ping fail in order to perform the failover)

    I have 2 dsl connections and have been using the failover method since the 5.0 release, i have now disabled it... a simple ping on my default gateway on the external interface made it failover 1-2 times per day... and the line was in fact working ok...
  •  [ QUOTE ]
    In my opinion the Failover interface is buggy - seems the routing gets messed up, when the failover occurs all clients on the LAN are disconnected...(v5.001)   

    [/ QUOTE ] 
    If you mean they are disconnected momentarily, and have to reconnect, that is unavoidable with TCP/IP. Think about it.

    The SOCKS proxy MIGHT help with that though.

    Barry
  • I'm not sure the proxy will help solve that issue.  I am assuming that when you are using the primary interface all of your traffic will be NAT'd behind the IP address of that interface, and then when it fails over all of your traffic will be NAT'd behind a different IP address (for the backup DSL).

    If that is the case, then running  the proxy on the firewall probably won't solve that issue.
Reply
  • I'm not sure the proxy will help solve that issue.  I am assuming that when you are using the primary interface all of your traffic will be NAT'd behind the IP address of that interface, and then when it fails over all of your traffic will be NAT'd behind a different IP address (for the backup DSL).

    If that is the case, then running  the proxy on the firewall probably won't solve that issue.
Children