cd "c:\Program Files\tinc" mkdir client1 echo Name = client1 > client1\tinc.conf echo ConnectTo = server >> client1\tinc.conf echo Interface = tincvpn >> client1\tinc.conf mkdir client1\hosts echo Subnet = 172.20.1.2/32 >> client1\hosts\client1 echo Subnet = 192.168.2.0/24 >> client1\hosts\client1 tincd.exe -n client1 -K cd "c:\Program Files\tinc\tap-win32" addtap.bat cd "c:\Program Files\tinc" rename tap adapter to tincvpn and set IP: 172.20.1.2 Subnet: 255.255.255.0 register and start service tincd.exe -n CLIENT1