UDP Listening a Different Port

Benda Xu heroxbd at gmail.com
Wed Apr 15 15:28:36 CEST 2015


Hi all,

I am behind a firewall which only let UDP 80 go through.  In order to
connect to an outside public node by UDP, I can set

    ...
    Port = 80
    ...

However, an httpd is running on the public node, occupying TCP 80.

How can I configure tinc to bind on TCP 8080 but listen to UDP 80?

Redirecting UDP 80 to UDP 8080 on the public node is one method.  Is
there a more elegant way to achieve this?

Cheers,
Benda


More information about the tinc mailing list