Forum Discussion
Edu_50128
Nimbostratus
Aug 23, 2013Communications problems between servers
Hi,
We have some problems with the comunications of some server. The situation is below:
Server A on VLAN 1 with IP 192.168.1.1/24 Server B on VLAN 1 with IP 192.168.1.3/24 Server C on VLAN 1 ...
JRahm
Admin
Aug 23, 2013if hitting that external service for servers 1/2, it will always fail the three way handshake. You'll need to add an iRule that will snat the requests from server 5
when CLIENT_ACCEPTED {
if { [IP::client_addr] eq "192.168.1.5" } {
snat automap
}
}
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