Displaying 1 result from an estimated 1 matches for "powercraft01".
Did you mean:
powercraft
2016 Feb 02
1
dual gateway with routing issues and tinc-up and host-up scripts for windows clients?
...-----
# open command promt with admin rights
cd c:\Users\IEUser\Downloads
# install 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 > powercraft0...