<div dir="ltr">
<div>Dear all,</div><div><br></div><div>I am trying to configure a basic
 TINC vpn between two sites using OpenWRT routers. The link seems to 
work, the ping between the two routers is ok, but I can't ping hosts 
between the subnets behind the routers.</div><div><br></div><div>This is the configuration:</div><div><br></div><div>======== SITE 1 (CLIENT) - polimnia (subnet <a href="http://192.168.4.0/24" target="_blank">192.168.4.0/24</a>, gw 192.168.4.1)<br></div><div><br></div><div>tinc.conf</div><div>-------------</div><div>Name = polimnia<br>ConnectTo = calliope</div><div><br></div><div>hosts/polimnia</div><div>---------------------</div><div>Subnet = <a href="http://172.16.0.4/32" target="_blank">172.16.0.4/32</a><br>Subnet = <a href="http://192.168.4.0/24" target="_blank">192.168.4.0/24</a></div><div></div><div><br></div><div><br></div><div>tinc-up script</div><div>-------------------</div><div>
#!/bin/sh

<br></div><div>ip link set $INTERFACE up<br>ip addr add <a href="http://172.16.0.4/24" target="_blank">172.16.0.4/24</a> dev $INTERFACE<br>ip route add <a href="http://192.168.2.0/24" target="_blank">192.168.2.0/24</a> dev $INTERFACE</div><div><br></div><div>
<div>======== SITE 2 (SERVER) - calliope (subnet <a href="http://192.168.2.0/24" target="_blank">192.168.2.0/24</a>, gw 192.168.2.1)<br></div><div><br></div><div>tinc.conf</div><div>-------------</div><div>Name = calliope<br></div><div><br></div><div>hosts/calliope</div><div>---------------------</div>Address = [ip public address] ........<br>Subnet = <a href="http://172.16.0.2/32" target="_blank">172.16.0.2/32</a><br>Subnet = <a href="http://192.168.2.0/24" target="_blank">192.168.2.0/24</a><div><br></div><div>tinc-up script</div><div>-------------------</div><div>#!/bin/sh<br>ip link set $INTERFACE up<br>ip addr add <a href="http://172.16.0.2/24" target="_blank">172.16.0.2/24</a> dev $INTERFACE<br>ip route add <a href="http://192.168.4.0/24" target="_blank">192.168.4.0/24</a> dev $INTERFACE</div>

</div><div><br></div><div>==============================<wbr>===========================</div><div><br></div><div>When
 I run both tincd daemons in verbose mode, the connection starts 
correctly and the two routers can reach each others, but not the hosts 
in the subnets.</div><div><br></div><div>I tried deactivating the firewalls on both routers, thus I don't think it is a firewall issue.</div><div><br></div><div>The line 
"ip route add" is in both tinc-up script, so it should work....</div><div><br></div><div>I don't know how to solve the problem.</div><div><br></div><div>Thank you in advance for any help.</div><div class="gmail-yj6qo gmail-ajU"><div id="gmail-:15x" class="gmail-ajR" tabindex="0"><img class="gmail-ajT" src="https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif"></div></div><span class="gmail-HOEnZb gmail-adL"><font color="#888888"><div>Davide</div></font></span>

<br></div>