Hi All, I have two networks: 10.10.20.0/24 and 10.10.30.0/24 The two networks can talk IPv4 to eachother, but only subnet 10.10.20.0/24 has access to the public internet, whereas 10.10.30.0/24 cannot reach the public internet. I have a windows host on the 10.10.30.0/24 network at 10.10.30.50 and I would like to use tinc to connect the windows host to my linux workstation at 10.10.20.40 to provide internet access to the windows host. I have been successful setting up all of the tinc daemons in "switch" mode, but I would essentially like to use my linux workstation as a gateway to the internet for the windows host. Everytime I put tinc into router mode, the two tinc nodes cant see eachother. Has anyone tried to do this recently? -------------- next part -------------- An HTML attachment was scrubbed... URL: <tinc-vpn.org/pipermail/tinc/attachments/20150804/b128c024/attachment.html>
Hi Cobin,> Everytime I put tinc into router mode, the two tinc nodes cant see > eachother.Just guessing: maybe you forgot to add a "Subnet" statement with the tinc IP of each node to its host file? (this is not necessary for switch mode) Cheers, Lars