logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gnunet-nat-auto — autoconfigure and test NAT traversal

Bugs

       Report   bugs   by    using    https://bugs.gnunet.org    or    by    sending    electronic    mail    to
       ⟨gnunet-developers@gnu.org⟩.

Debian                                           January 6, 2017                              GNUNET-NAT-AUTO(1)

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

Automaticconfiguration:#gnunet-nat-auto-aw

       Probe and write result to configuration

   Testconfiguration:#gnunet-nat-auto-t-Stransport-tcp

       Test TCP configuration

             #gnunet-nat-auto-t-Stransport-http

       Test HTTP configuration

             #gnunet-nat-auto-u-Stransport-udp

       Test UDP configuration

Name

       gnunet-nat-auto — autoconfigure and test NAT traversal

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

             infognunet

       should give you access to the complete handbook,

             infognunet-c-tutorial

       will 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).

Synopsis

gnunet-nat-auto  [-a  | --auto] [-cFILENAME | --config=FILENAME] [-SNAME | --section=NAME] [-t | --tcp]
                       [-u | --udp] [-w | --write]

See Also