GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
udp-echo-server(1) FreeBSD General Commands Manual udp-echo-server(1)

udp-echo-serverSimple UDP Echo Server

udp-echo-server [-L level | --loglevel level] [-Z | --logcolor on|off] [-O file | --logfile file] [-q | --quiet] [-v | --verbose] [-U user|uid | --user user|uid] [-A address | --address address] [-P port | --port port] [-f port | --from-port port] [-t port | --to-port port]

udp-echo-server [-h | --help]

udp-echo-server [--version]

udp-echo-server is a simple UDP Echo server. It can be used as endpoint for HiPerConTracer UDP Ping/Traceroute. Note, for security reasons, udp-echo-server only responds to source ports >= 1024, to avoid using the server in attacks, like spoofing a packet from another Echo server (port 7) to create a flooding loop. Also, packets from the same port as the listening port are ignored.

The following arguments may be provided:

level | level
Sets the minimum logging level to the provided value: 0=trace, 1=debug, 2=info, 3=warning, 4=error, 5=fatal.
|
Sets the minimum logging level to 3 (warning).
|
Sets the minimum logging level to 0 (trace).
on|off| --logcolor on|off
Enables (on) or disables (off) the usage of ANSI color escape sequences to colorise the log output according to its level.
file | file
Sets a file name for appending the log output to. If a file is set, no log output is made to the console. Otherwise, all log output will be written to the console.
user|uid | user|uid
After startup, the server uses UID and GID of the given user (by name or GID).
address | address
Sets the local address (default: ::).
port | port
Sets the local port (default: 7).
port | port
Sets the first local port of a range (default: 7).
port | port
Sets the last local port of a range (default: 0; 0 uses the "from" port).
|
Prints command help.
Prints program version.

udp-echo-server
 
udp-echo-server --address 192.168.1.1 --port 7777
 
udp-echo-server --address 3ffe::1:2:3 --port 7777
 
udp-echo-server --address :: --user nornetpp
 
udp-echo-server --address 3ffe::1:2:3 --from-port 10000 --to-port 10999
 
udp-echo-server --version
 
udp-echo-server --h
 

Thomas Dreibholz
https://www.nntb.no/~dreibh/hipercontracer
mailto://dreibh@simula.no

May 12, 2025 udp-echo-server

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.