<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi!</div><div><br></div><div>I'm currently using Tinc to create a VPN between a Linux server, a Windows server, and my local laptop and desktop computers (both running Windows). I picked an IP in the 10.123.1.x range for each server, and added something like "Subnet = <a href="http://10.123.1.1/32">10.123.1.1/32</a>" to each host config file. It's working very well!</div><div><br></div><div>What I'd like to do now is expose an extra subnet to the VPN. The Linux server has LXC containers in the <a href="http://192.168.122.1/24">192.168.122.1/24</a> subnet. I'd like any hits to 192.168.122.x to go to that particular server. I tried simply modifying the host config to also include that subnet:</div><div><br>Subnet = <a href="http://10.123.1.1/32">10.123.1.1/32</a><br>Subnet = <a href="http://192.168.122.1/24">192.168.122.1/24</a><br><br></div><div>But that didn't work - Pings to 192.168.122.3 from other hosts on the VPN just time out</div><div><br></div><div>When I run "route print" on the Windows machines, I don't see any routes for that IP range.<br></div><div> <br></div><div>Do I need to do any extra config on the Linux server, or do I need to somehow configure additional routing rules on my Windows machines?</div><div><br></div><div>This is how I configured Tinc in /etc/networking/interfaces on the Linux machine:</div><div><span style="font-family:monospace,monospace"><br></span></div><div><span style="font-family:monospace,monospace">auto tincvpn<br>iface tincvpn inet static<br>        address 10.123.1.1<br>        netmask 255.255.255.0<br>        tinc-net vpn<br>        tinc-debug 1<br>        tinc-mlock yes<br>        tinc-user nobody<br>        tinc-pidfile /run/tinc.pid</span><br><br></div><div><br></div><div>Thanks!<br></div><div><br></div><div></div></div></div></div></div>