Displaying 1 result from an estimated 1 matches for "connectee".
Did you mean:
connected
2002 Feb 19
1
lose connection with traffic from connector to connectee
using 1.0pre5
A: tinc.conf
------------
Name = A
PrivateKeyFile = /usr/local/etc/tinc/vpn/rsa_key.priv
Device = /dev/tap0
ConnectTo = B
A: tinc-up
---------
#!/bin/sh
modprobe ethertap
ifconfig tap0 hw ether fe:fd:00:00:00:00
ifconfig tap0 192.168.0.3 netmask 255.255.0.0
ifconfig tap0 -arp
B: tinc.conf
------------
Name = B
PrivateKeyFile = /usr/local/etc/tinc/vpn/rsa_key.priv
Device =