Displaying 1 result from an estimated 1 matches for "sampaloc".
Did you mean:
sambalog
2003 Jan 14
1
Help! My first VPN.
Hello everybody,
I'm setting up my first virtual private network and I can't get thru
with this problem. Here's my current configs:
***/etc/tinc/vpn/tinc.conf***
Name = eci-cebu
ConnectTo = eci-sampaloc
Device = /dev/net/tun
PrivateKeyFile = /etc/tinc/vpn/rsa_key.priv
***
***/etc/tinc/vpn/tinc-up***
#!/bin/sh
ifconfig $INTERFACE hw ether fe:fd:0:0:0:0
ifconfig $INTERFACE 10.10.10.1 netmask 255.255.0.0 -arp
***
***/etc/tinc/vpn/hosts/eci-cebu***
Address = 123.123.123.1
Port = 655
Subnet = 10.10.1...