stund - STUN protocol (Simple Traversal of UDP through NATs) Server
Contents
Description
STUN Servers are used to help clients behind NAT to tunnel incoming calls through. This server is the
counterpart to help the client identify the NAT and have it open the proper ports for it
Examples
If the IP addresses of your NIC are 10.0.1.150 and 10.0.1.151 the proper and default use would be:
stund-h10.0.1.150-a10.0.1.151
add -b option to detach the process
stund-h10.0.1.150-a10.0.1.151-bName
stund - STUN protocol (Simple Traversal of UDP through NATs) Server
Options
-v Verbose output.
-h <IP Address>
Define the Main IP Address.
-a <IP Address>
Define the Second IP Address.
-p <Port>
Set the primary port the default port value is 3478
-o <Port>
Set the secondary port the default port value is 3479 -b Detach the process and makes the program
run at the background
-m <Port>
Sets a starting port for the STERM server
--help Prints useful help
See Also
stun(1) Debian Project 2007 Aug 31 STUND(8)
Syntax
stund [-v] [-h IP Address] [-a Secondary IP Address ] [-p port ] [-o port ] [-b ] [-m ]
STUN servers needs two IP addresses and two ports
