Forum Discussion
Benjamin_Wong_1
Nimbostratus
Apr 01, 2006How to make a binary UDP respond packet ?
Actually I am doing a project, it needs the F5 to respond a UDP packet with binary data.
but when i want to respond the UDP packet with UDP::respond , with binary data \x00, the packet it g...
James_Yang_9981
Altostratus
Apr 03, 2006Sorry, it should be UDP::respond command to response the packets.
I have test it on a 9.1.1 platform with rules:
when CLIENT_ACCEPTED {
set packet [binary format S {0x0000}]
UDP::respond $packet
}
notice I write wrong command UDP::response should be UDP::respond
I configure the VS listen on UDP port 53 and send a dns request to VS, there are no nodes behinde VS, then I got the return packet as attached file.
BTW, do you have member in the VS pool? if you have, maybe you should add a UDP::drop after UDP::respond. that can prevent Server response.
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
