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 ...
Michael_57131
Nimbostratus
May 08, 2013That worked! Thank you very much! From Node A I can telenet to Node B when I added the forwarding virtual server with the iRule. We're going to probably go with this deployment. the initial simple telnet test shows it works, I need to get some more criteria for testing with the production applications, but I'm positive it'll work.
virtual zz_forwarding_104 {
ip forward
destination 10.101.104.0:any
mask 255.255.255.0
ip protocol tcp
rules nexthop_fw_224
profiles fastL4
}
rule nexthop_fw_224 {
when CLIENT_ACCEPTED {
if { [IP::addr [IP::local_addr] equals 10.101.104.0/24] } {
nexthop v224 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