Forum Discussion

gecko-crouton-hunter's avatar
Dec 06, 2018

How would I securely route traffic in gateway mode so that each routed network cannot route directly to another?

Hardware: F5 LTM 2000S I'm trying to create some default forwarders, while using partitions and not using any route domains, to forward any traffic not explicitly defined in the virtual server configuration. The F5 LTM needs to forward all traffic to and from the subnets for which it acts as the default gateway. At the same time, it cannot be allowed to route traffic directly between the connected subnets. What configuration is needed to achieve this result?

 

 

1 Reply

  • You could setup individual VLANs for each and put a network wild card forwarder on each VLAN for the traffic on that network. So for instance:

     

    VLAN: RED Virtual Server: 10.1.11.0/24:0 VLAN: PURPLE Virtual Server: 10.1.12.0/24:0 VLAN: GREEN Virtual Server: 10.2.11.0/24:0

     

    That should accomplish what you want. As the Virtual servers are only listening for traffic on those specific networks, they won't forward traffic bound for another. Make sure you only enable them on the relevant VLAN, however.