Displaying 1 result from an estimated 1 matches for "locationa".
Did you mean:
location
2001 Nov 04
8
Connection problem
...for a minute or so it
connects.
kill -USR1 shows that they are connected
kill -USR2 only shows the local subnet, not the remote
I've tried these versions without any luck:
cvs checkout -r CABAL -D "1 Jun 2001 10:03:39 +0200" tinc
cvs checkout -r CABAL tinc
pre4
Host LocationB - LocationA
Internal 192.168.1.1 - 192.168.0.1
External 10.0.1.1 - 10.0.0.1
Here are my configuration files on LocationB
tinc-up
~~~~~~~~~~~~
#!/bin/sh
ifconfig $NETNAME hw ether fe:fd:00:00:00:00
ifconfig $NETNAME 192.168.1.1 netmask 255.255.0.0
ifconfig $NETNAME -arp
~~~~~~~~~~~~
tinc.conf
~~~~~~~~~~...