I'm writing a simple client to ping a server with a packet on port 7 (echo) and then waiting for a reply. Is there a server that I can use to test this?
I'm writing a simple client to ping a server with a packet on port 7 (echo) and then waiting for a reply. Is there a server that I can use to test this?
If you happen to have a
inetd
installed, most of them haveecho
built-in. Snippet from/etc/inetd.conf
:Here is a simple echo server: