Displaying 1 result from an estimated 1 matches for "tincknoten_remot".
Did you mean:
tincknoten_remote
2009 Dec 16
2
Response time on Tinc VPNs, Bandwith on Tinc-VPN
...I use 3 Windows XP and one Windows Vista Notebooks as client and a Windows Small Business Server 2008 as server. On the client-side the config-file looks like this:
Interface=Tinc-VPN
AddressFamily=ipv4
Mode=switch
Name=TincKnoten_PM1860NB
PrivateKeyFile=C:/Programme/tinc/ESV/rsa_key.priv
ConnectTo=TincKnoten_remote
TCPOnly=yes
The "tinc-up.bat"-file looks like this:
netsh interface ip set address %INTERFACE% static 192.168.19.1 255.255.255.0
The file "TincKnoten_remote" on the client looks like this (without public key):
Address=Server's DNS-Name
Port=655
Subnet=192.168.19.8/32
Her...