| GNUNET-NAT-AUTO(1) | General Commands Manual | GNUNET-NAT-AUTO(1) |
NAME¶
gnunet-nat-auto —
autoconfigure and test NAT traversal
SYNOPSIS¶
gnunet-nat-auto |
[-a | --auto]
[-c FILENAME |
--config=FILENAME]
[-S NAME |
--section=NAME]
[-t | --tcp]
[-u | --udp]
[-w | --write] |
DESCRIPTION¶
gnunet-nat-auto allows testing various NAT
traversal functions, as well as attempting auto-configuration. The options
are as follows:
-a|--auto- Attempt auto-configuration for NAT traversal.
-cFILENAME |--config=FILENAME- Use the configuration file FILENAME.
-SNAME |--section=NAME- Name of the configuration section with details about the configuration to test. For example "transport-tcp".
-t|--tcp- Use TCP.
-u|--udp- Use UDP.
-w|--write- Write configuration to configuration file, useful in combination with
auto-configuration (
-a).
EXAMPLES¶
Automatic configuration:¶
# gnunet-nat-auto -awProbe and write result to configuration
Test configuration:¶
# gnunet-nat-auto -t -S
transport-tcpTest TCP configuration
# gnunet-nat-auto -t -S
transport-httpTest HTTP configuration
# gnunet-nat-auto -u -S
transport-udpTest UDP configuration
SEE ALSO¶
gnunet-nat(1), gnunet-transport(1)
The full documentation for gnunet is maintained as a Texinfo manual. If the info(1) and gnunet programs are properly installed at your site, the command
info gnunetshould give you access to the complete handbook,
info gnunet-c-tutorialwill give you access to a tutorial for developers.
Depending on your installation, this information is also available in gnunet(7) and gnunet-c-tutorial(7).
BUGS¶
Report bugs by using https://bugs.gnunet.org or by sending electronic mail to <gnunet-developers@gnu.org>.
| January 6, 2017 | Debian |