02-25-2009 03:28 AM - edited 03-06-2019 04:14 AM
I have opened a UDP port on the access-list and would like to test the connectivity.
Would you know of any reliable UDP test tool which I can install on a client (Windows/Linux etc) and initiate a UDP request (on specific port) to the server which runs UDP service.
Thanks.
02-27-2009 02:59 AM
Ok. Let me get it right. Is it necessary to initiate an nc command from the receiver end if there is already an application running on it on the relevant udp port.
In my case, I have just initiated nc from sender side and expect the application on receiving end to send back the packets.
02-27-2009 07:36 AM
Actually no you do not need a sender and a reciever, but it helps out to know what you would expect back.
some applications dont send a response.
and this is especialy true for UDP applications. syslog fx. simply because its just one way communication.
Since UDP is a connectionless protocol you dont have the status of the connection in the protocol to help you know if or if not you have buggered up somewhere.
Thats why I like to use a sender AND a reciever when testing rules. especially
UDP.
It just feels better to have control of both ends.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide