Displaying 1 result from an estimated 1 matches for "isidorito".
2004 Nov 11
1
vpn with shortcuts?
...-----
pub:200.x.x.x pub:dynamic
vpn:10.10.10.1 vpn:10.10.10.2
pri:192.168.144.1 pri:192.168.144.1
Ok, let's see the configs of pam(perito) and isi(dorito).
I named their virtual interfaces as 'pamvpn' and 'isivpn'.
a-'isidorito' (our gateway+firewall+proxy) with dynamic IP
/etc/tinc/vpn/tinc.conf
Name = isivpn
Device = /dev/net/tun
PrivateKeyFile = /etc/tinc/vpn/rsa_key.priv
ConnectTo = pamvpn
/etc/tinc/vpn/tinc-up
ifconfig $INTERFACE hw ether fe:fd:0:0:0:0
ifconfig $INTERFACE 10.10.10.2...