Guest User!

You are not Sophos Staff.

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

Configure Multiple WAN through one interface

Hi!
I'm trying to configure a multiwan environment through one external interface.

Attached is a diagram of what I'm trying to achieve.

On the external interface I'm able to configure one of the routers WAN address and connecto through it, but I would need to be able to configure the other WANs.
It is possible to define additional addresses for the external interface but those additional addresses do not have the possibility of configuring a gateway.

Any help will be appreciated.

Regards 
Sergio G


This thread was automatically locked due to age.
Parents
  • You would need to replace the switch with a load balancer I believe if you want to do this. The UTM can do load balancing but the connections would need to be into separate ethernet ports to do this. I'm guessing you don't have enough available?

    A question for the more experienced here, could sergio do the above with VLAN tagging?
    A question alongside that for the Sergio, do the routers/switch support VLAN tagging?
    Because if the above question is yes, then that's what you'll need.
  • You're right I would need several ethernet interfaces since I plan to grow to probably 6 wan connections.

    Currently I have a Mikrotik router which is capable of configuring one interface with multiple IP addresses and then marking the packets in order to route connection through each one of them

    I'm looking on adding the Sophos capabilities to use webfiltering and throttling.

    I could configure VLANS but I dont think that the DSL routers on the other side support the tagging

    Is there any other way to add a network on the WAN interface and then set a gateway for that particular network?
  • Just wanted to let you know I've solved the issue the following way:

    1) Created Additional Addresses for the external interface with an IP within each WAN Router.

    Default Address (WAN1):  External WAN Default 192.168.191.5
    Additional Address (WAN2): 192.168.192.5
    Additional Address (WAN3): 192.168.193.5

    2) Created a Network Definition for each gateway 
    GW_WAN1: 192.168.191.1
    GW_WAN2: 192.168.192.1
    GW_WAN3: 192.168.193.1

    3)Created Policy Routes based on where I want each Internal Network to be directed to:

    Route Type: Gateway route
    Source Interface: Internal
    Source Network : InternalNetworkA (network I want to direct to a specific WAN)
    Service: Any
    Destination Network: Any
    Gateway: GW_WAN3 (route through this WAN)
Reply
  • Just wanted to let you know I've solved the issue the following way:

    1) Created Additional Addresses for the external interface with an IP within each WAN Router.

    Default Address (WAN1):  External WAN Default 192.168.191.5
    Additional Address (WAN2): 192.168.192.5
    Additional Address (WAN3): 192.168.193.5

    2) Created a Network Definition for each gateway 
    GW_WAN1: 192.168.191.1
    GW_WAN2: 192.168.192.1
    GW_WAN3: 192.168.193.1

    3)Created Policy Routes based on where I want each Internal Network to be directed to:

    Route Type: Gateway route
    Source Interface: Internal
    Source Network : InternalNetworkA (network I want to direct to a specific WAN)
    Service: Any
    Destination Network: Any
    Gateway: GW_WAN3 (route through this WAN)
Children
No Data