Hello,
Tinc 1.0.1 brings up the virtual interfaces and the logs show nothing unusual even in highest debug level. However, I can´t get both machines to communicate. No ping, no ssh no nothing. Tcpdump on the virtual interfaces is just empty.
If anyone could help me out with this, it would be great. I’m running out of time it’s urgent.
Thank you,
Rodolfo Schwarzenberg K.
My confs:
Remote host:
Tinc.conf
Name = icarus
ConnectTo = daedalus
Compress = 9
Mode = router
PrivateKeyFile = /usr/local/etc/tinc/collico/rsa_key.priv
Tinc-up
#! /bin/sh
ifconfig $INTERFACE hw ether fe:fd:0:0:0:0
ifconfig $INTERFACE 10.0.12.1 netmask 255.255.0.0
host files
icarus (remote machine)
Subnet = 10.0.12.0/24
-----BEGIN RSA PUBLIC KEY-----
I erased this on purpose
-----END RSA PUBLIC KEY-----
daedalus (main node)
Address = the_real_ip_of_physical_interface_to_internet
Subnet = 10.0.11.0/24
-----BEGIN RSA PUBLIC KEY-----
I erased this on purpose
-----END RSA PUBLIC KEY-----
Main Node:
Tinc.conf
Name = daedalus
AddressFamily = ipv4
BindToInterface = eth0
Mode = router
#Compress = 9
Device = /dev/net/tun
PrivateKeyFile = /usr/local/etc/tinc/collico/rsa_key.priv
Tinc-up
#!/bin/sh
ifconfig $INTERFACE hw ether fe:fd:0:0:0:0
ifconfig $INTERFACE 10.0.11.1 netmask 255.255.0.0
Host files
Icarus (remote)
Subnet = 10.0.12.0/24
-----BEGIN RSA PUBLIC KEY-----
removed
-----END RSA PUBLIC KEY-----
daedalus (main)
Address = real_ip
Subnet = 10.0.11.0/24
-----BEGIN RSA PUBLIC KEY-----
removed
-----END RSA PUBLIC KEY-----
> Tinc 1.0.1 brings up the virtual interfaces and the logs show nothing
> unusual even in highest debug level. However, I can´t get both machines
> to communicate. No ping, no ssh no nothing. Tcpdump on the virtual
> interfaces is just empty.
>
> If anyone could help me out with this, it would be great. I’m running
> out of time it’s urgent.
Please use the latest version of tinc (1.0.2), and send us a copy of the
output of "tincd -n <netname> -d5 -D". Also check your firewall rules.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <gu...@sliepen.eu.org>