Forum Discussion
jdscrymgeour_42
Oct 27, 2011Nimbostratus
TCP to UDP conversion / collection
Currently I have a setup that I receive a TCP message similar to a sending messages with netcat or telnet, that needs to be turned into UDP and sent across a network, I will then turn it back to TCP w...
Richard__Harlan
Dec 30, 2011Historic F5 Account
this config in 9.4.4 would convert the packet from TCP to UDP
virtual testsip3 {
snat automap
pool echopool
destination 10.10.1.11:5007
ip protocol udp
sip
tcp
serverside
udp
clientside
persist sip_info
}
Note if this is SIP you will still have to use a iRule to change the packet as a TCP SIP will say that it nned to be replied to in TCP. So you will need to flip UDP to TCP and TCP to UDP in the iRule but it should work.
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