On Wed, Aug 13, 2014 at 11:27:01AM +0200, Guus Sliepen wrote:

> If you want tinc to listen on multiple ports, say 655, 443 and 80, then
> just add these three lines to tinc.conf:
> 
> BindToAddress = * 655
> BindToAddress = * 443
> BindToAddress = * 80

And perhaps just to be clear, in the host config file you should put:

Address = your.nodes.address 655
Address = your.nodes.address 443
Address = your.nodes.address 80

So that if you give it to another node, they will try all three ports
when connecting to you.

-- 
Met vriendelijke groet / with kind regards,
     Guus Sliepen <[email protected]>

Attachment: signature.asc
Description: Digital signature

_______________________________________________
tinc mailing list
[email protected]
http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc

Reply via email to