Forum Discussion
Michael_57131
Nimbostratus
May 03, 2013Asymmetric routing condition with two "external" networks
(Hopefully the attached PNG file shows, the red line is how the traffic is routed now, you can see the asymmetry, and the green line is how I'd like to force all traffic between these nodes)
We ...
What_Lies_Bene1
Cirrostratus
May 07, 2013There are is a flaw in that plan, namely that a forwarding VS will rely on the routing table and any static route you configure will be installed with a higher metric that the route that's created by the connected interface.
The default gateway can't be directly modified as such and certainly not on a per connection basis, however, this iRule (applied to a L3 or above VS) should work I think as long as NodeB also routes back via the firewall;
when CLIENT_ACCEPTED {
if { [IP::addr [IP::local_addr] equals 10.101.104.0/24] } {
nexthop vlan_name 10.101.224.220
}
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects