<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font face="Helvetica, Arial, sans-serif">Hi all <br>
<br>
I have a Hub and Spoke setup:<br>
* Central server 192.168.0.1<br>
* Router 1: 192.168.1.1<br>
* Router 2: 192.168.2.1<br>
<br>
I cannot reach the computers on the other side of the network
although tunnel is established.<br>
Do I miss an iptable or route information?<br>
<br>
Output from 192.168.1.100 when trying to reach a computer on the
other network (192.168.2.100):<br>
[user@workstation ~]$ tracepath 192.168.2.100<br>
1?: [LOCALHOST] pmtu 1500<br>
1: router-1 0.475ms <br>
1: router-1 0.445ms <br>
2: no reply<br>
<br>
Output of route on Router 1 (</font><font face="Helvetica, Arial,
sans-serif"><font face="Helvetica, Arial, sans-serif">192.168.1.1</font>):<br>
192.168.2.0/24 via 80.10.10.1 dev eth0 proto static src
192.168.1.1 <br>
</font><br>
<font face="Helvetica, Arial, sans-serif">Output of route on Router
2 (</font><font face="Helvetica, Arial, sans-serif"><font
face="Helvetica, Arial, sans-serif">192.168.2.1</font>):<br>
192.168.1.0/24 via 192.168.0.1 dev eth0 proto static src
192.168.2.1 <br>
<br>
Any ideas on what is going wrong? Maybe because one router shows
the external IP of the Hub instead of the internal one?<br>
<br>
Best regards<br>
Martin<br>
</font>
</body>
</html>