Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

stun(1) [debian man page]

STUN(1) 																   STUN(1)

NAME
stun - test client for STUN SYNTAX
stun <ServerHostName> [test-Number] [-v] [-p Source-Port] [-i interface] DESCRIPTION
Test client for STUN(Simple Traversal of UDP trough NATs) Server OPTIONS
<Test-Number> [012] Define different choice for tests; there are three available tests cases witch are defined at RFC3489. -v Verbose output. -p <Source-Port> Define the Source-Port. -i [interface] Define a given interface EXAMPLES The general and standard way is: stun stun.example.org Alternatively you can run it using options as: stun larry.gloo.net 0 Which runs the first test to larry.gloo.net please reefer to RFC 3489 for more info about the tests. stun -v -i eth0 -i eth1 stun.example.org Multiple interfaces could be defined with -i option AUTHORS
This manual page was written by Rene Mayorga <rmayorga@debian.org.sv> for the Debian system (but may be used by others). Permis- sion is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. SEE ALSO
stund(8) Debian Project 2007 Aug 31 STUN(1)

Check Out this Related Man Page

curvetun(8)                                                     netsniff-ng-toolkit                                                    curvetun(8)

NAME
curvetun - lightweight curve25519-based multiuser IP tunnel SYNOPSIS
curvetun [-d|--dev <tun>][-x|--export][-C|--dumpc][-S|--dumps] [-k|--keygen][-c|--client [<alias>]][-s|--server][-N|--no-logging] [-p|--port <num>][-t|--stun <server>][-4|--ipv4][-6|--ipv6] [-v|--version][-h|--help] DESCRIPTION
curvetun embeds a client and a server to build and manage multiuser IP tunnels using Elliptic Curve Cryptography (ECC) EXAMPLES
curvetun --keygen Generate public/private keypair. This needs to be done before to get things started. curvetun --export Export public data to remote servers curvetun --server -4 -u -N --port 6666 --stun stunserver.org Start a UDP IPv4 curvetun server on port 6666. Use stunserver.org as STUN server. curvetun --client=ethz Start curvetun client using the profile called 'ethz' OPTIONS
-k|--keygen Generate public/private keypair. -x|--export Export your public data for remote servers. -C|--dumpc Dump parsed clients. -S|--dumps Dump parsed servers. -D|--nofork Do not daemonize. -d|--dev <tun> Networking tunnel device, e.g. tun0. -c|--client [<alias>] Client mode, server alias optional. -s|--server Server mode. -N|--no-logging Disable server logging (for better anonymity). -p|--port <num> Port number (mandatory). -t|--stun <server> Show public IP/Port mapping via STUN. -u|--udp Use UDP as carrier instead of TCP. -4|--ipv4 Tunnel devices are IPv4. -6|--ipv6 Tunnel devices are IPv6. -v|--version Print version. -h|--help Print help text and lists all options. AUTHOR
Written by Daniel Borkmann <daniel@netsniff-ng.org> and Emmanuel Roullit <emmanuel@netsniff-ng.org> DOCUMENTATION
Documentation by Emmanuel Roullit <emmanuel@netsniff-ng.org> BUGS
Please report bugs to <bugs@netsniff-ng.org> 2012-06-29 curvetun(8)
Man Page