[5.001] Can't add default gateway to 2nd Interface

I've got 2 internet connections, I can configure a default gateway for the first connection, but when I try and configure a default gateway for the second I get an error about only one default gateway being allowed (the machine is at work so I don't have the exact error message). It is possible to do this under ASL v3 - can it be enabled under v5 ?

I'd like to use v5 and use both connections sumultaneously (VPN and SMTP use one, HTTP and FTP use the other) rather than use the v5 ISP fail-over which seems to only allow one interface to be used at a time.

Thanks,

John
Parents
  • There is only one routing table in an IP protocol enabled machine, so there can only be one default gateway defined. That's why it is called default, it is the path used for any packet that cannot be routed via any of the other routing entries in the table.

    Configuring default gateway addresses on more than one network card is therefore quite pointless, since you will end up with just a single default gateway entry in your routing table anyway.
Reply
  • There is only one routing table in an IP protocol enabled machine, so there can only be one default gateway defined. That's why it is called default, it is the path used for any packet that cannot be routed via any of the other routing entries in the table.

    Configuring default gateway addresses on more than one network card is therefore quite pointless, since you will end up with just a single default gateway entry in your routing table anyway.
Children