Forum Discussion
How to setup the UDP VS to receive and respond to the request
We have the requirement where in we want to configure the VS to receive the request and pass on to pool servers. The pool server will process the request and respond back to client. also the client ip should be visible to servers.
2 Replies
- Stanislas_Piro2
Cumulonimbus
Hi,
- if the client ip should be visible to servers, F5 self IP (or floating if in HA pair) must be configured as default gateway of servers.
- The VS must be configured with protocol UDP.
- create the pool and assign it as VS default pool.
- Stanislas_Piro2
Cumulonimbus
Hi,
the following configuration is wrong:
source-address-translation { type automap } translate-address disabled translate-port disabledthe configuration must be:
source-address-translation {type none} translate-address enabled translate-port enabledSource address translation is to hide client IP... you don't want it so you need to disable it
translate-address is to replace VS address by the server address... do not disable it if it is not a "forwarding" virtual server (for outgoing connections)
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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