Configuration Help

Michael Brandstetter M_Brandstetter at web.de
Thu Nov 6 22:50:16 CET 2003


Hello to all

i have set up two tincd as mentioned on this site:
http://mia.ece.uic.edu/~papers/volans/tincd.html

but all i get on the client side is:
[ root at mondhexe ]: # tail -f /var/log/tinc.log

Trying to connect to naturstrom (80.132.178.186 port 655)
Timeout from naturstrom (80.132.178.186 port 655) during authentication
Closing connection with naturstrom (80.132.178.186 port 655)
Trying to re-establish outgoing connection in 10 seconds
Purging unreachable nodes

on the server side:
[ root at sphinx ]: # tail -f /var/log/tinc.log

/dev/tun is a Linux tun/tap device (tun mode)
Executing script tinc-up
Creating metasocket failed: Die Adreßfamilie wird von der Protokollfamilie
nicht unterstützt
Listening on 0.0.0.0 port 655
Ready
Read packet of 98 bytes from Linux tun/tap device (tun mode)
Cannot route packet: unknown IPv4 destination address 192.168.33.13
Writing packet of 126 bytes to Linux tun/tap device (tun mode)
Read packet of 98 bytes from Linux tun/tap device (tun mode)
Cannot route packet: unknown IPv4 destination address 192.168.33.13
_________________________________________________________
the conf files are as follows

server side
[ root at sphinx ]: # cat tinc.conf
Name = naturstrom
Device = /dev/tun
PrivateKeyFile = /etc/tinc/tinc/rsa_key.priv

[ root at sphinx ]: # cat tinc-up
#!/bin/sh
ifconfig $INTERFACE hw ether fe:fd:0:0:0:0
ifconfig $INTERFACE 192.168.0.5 netmask 255.255.255.0
ifconfig $INTERFACE -arp
#Add a route to the other network
route add -net 192.168.33.0 netmask 255.255.255.0 dev $INTERFACE

[ root at sphinx ]: # cat hosts/naturstrom
Address = naturstrom.mine.nu
Subnet = 192.168.0.0/24

-----BEGIN RSA PUBLIC KEY-----
......
-----END RSA PUBLIC KEY-----

the client side

same as the server side except the right network addr and a connectto
naturstrom

i've read the archives as you can see the link above is from ~march
but i didn't get it it working.
Any touch in the right direction is appreciated

thanks in advance

michael
-- 
PC - Service
Netzwerkdesign und Kunsthandwerk
Tinc:         Discussion list about the tinc VPN daemon
Archive:      http://mail.nl.linux.org/lists/
Tinc site:    http://tinc.nl.linux.org/




More information about the Tinc mailing list