Forum Discussion
Comex_17260
Nimbostratus
Dec 26, 2011source routing
Hello folks,
I have several clients and servers and a LB in the middle with several Virtual Servers.
Requests from clients are load balanced to servers well, but when servers start...
nitass
Employee
Dec 26, 2011i think configuring snat might be simpler.
e.g.
[root@ve1023:Active] config b virtual bar list
virtual bar {
snat automap
pool foo
destination 172.28.19.79:80
ip protocol 6
}
[root@ve1023:Active] config b pool foo list
pool foo {
members {
200.200.200.101:80 {}
200.200.200.102:80 {}
}
}
[root@ve1023:Active] config b snat snat_bar list
snat snat_bar {
translation 172.28.19.79
origins {
200.200.200.101
200.200.200.102
}
}
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