Displaying 1 result from an estimated 1 matches for "powercraftvpn".
2016 Feb 02
1
dual gateway with routing issues and tinc-up and host-up scripts for windows clients?
...l Windows Resource Kit Tool
msiexec /i subinacl.msi
# install TINC-VPN
tinc-1.0.26-install.exe
#-----------------------------------------------------------------------
cd "c:\Program Files\tinc"
mkdir powercraft01
echo ConnectTo = server01 > powercraft01\tinc.conf
echo Interface = PowerCraftVPN >> powercraft01\tinc.conf
echo Mode = switch >> powercraft01\tinc.conf
echo Name = client02 >> powercraft01\tinc.conf
mkdir powercraft01\hosts
echo Address = tinc.powercraft.nl > powercraft01\hosts\server01
#-------------------------------------------------------------------...