Displaying 1 result from an estimated 1 matches for "sheratan".
Did you mean:
shearman
2003 Oct 19
2
Tinc doesn't respond in Windows XP.
...PAgMA//8=
-----END RSA PUBLIC KEY-----
I also configured my VPN interface (a TAP-Win32 Adapter type) with
static IP address 10.20.40.1, net mask 255.255.0.0
------------------------------------------------------------------------
In my office, a Mandrake Linux, I have the follow file:
[ricardol@sheratan vpn]$ pwd
/usr/local/etc/tinc/vpn
[ricardol@sheratan vpn]$ cat tinc.conf
AddressFamily = ipv4
Name = office
Device = /dev/tap0
[ricardol@sheratan vpn]$ cat tinc-up
#!/bin/sh
/sbin/ifconfig $INTERFACE 10.20.40.1 netmask 255.255.255.0
[ricardol@sheratan vpn]$ cat tinc-down
#!/bin/sh
/sbin/ifconfig...