<br><br><div class="gmail_quote">On Fri, Aug 26, 2011 at 2:35 AM, John Tobias <span dir="ltr"><<a href="mailto:john.tobias.ph@gmail.com">john.tobias.ph@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Guys,<br>
<br>
I have this scenario: My three devices (devA, devB and devC ) are<br>
running for an hour, they have a static route (Hna4), NAT (iptables -t<br>
nat -A POSTROUTING -s <a href="http://192.168.13.0/24" target="_blank">192.168.13.0/24</a> -j MASQUERADE) and connected to<br></blockquote><div>better only nat traffic that actually leaves the mesh, not any traffic that comes from it going anywhere,...</div>
<div>e.g. -A POSTROUTING -s <a href="http://192.168.13.0/24">192.168.13.0/24</a> -o eth0 -j MASQUERADE</div><div><br></div><div>if eth0 is your "internet" interface and mesh is running on another one (e.g. wifi0)</div>
<div><br></div><div>Markus</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
the Internet. I could ping outside world, they could see each other<br>
(see the link table) but, pinging each other didn't work. But, when I<br>
restart all devices, the ping is working again.<br>
<br>
<br>
devA: 192.168.13.251<br>
devB: 192.168.13.232<br>
devC: 192.168.13.236<br>
<br>
Table: Links<br>
Local IP Remote IP Hyst. LQ NLQ Cost<br>
192.168.13.251 192.168.13.232 0.00 0.851 1.000 1.175<br>
192.168.13.251 192.168.13.236 0.00 0.372 0.525 5.107<br>
<br>
Table: Neighbors<br>
IP address SYM MPR MPRS Will. 2 Hop Neighbors<br>
192.168.13.236 YES NO NO 4 1<br>
192.168.13.232 YES YES NO 4 1<br>
<br>
Table: Topology<br>
Dest. IP Last hop IP LQ NLQ Cost<br>
192.168.13.236 192.168.13.232 0.557 0.541 3.317<br>
192.168.13.251 192.168.13.232 1.000 0.851 1.175<br>
192.168.13.232 192.168.13.236 0.553 0.514 3.520<br>
192.168.13.251 192.168.13.236 0.576 0.372 4.656<br>
192.168.13.232 192.168.13.251 0.851 1.000 1.175<br>
192.168.13.236 192.168.13.251 0.372 0.525 5.107<br>
<br>
Table: HNA<br>
Destination Gateway<br>
<a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a> 192.168.13.251<br>
<br>
Table: MID<br>
IP address Aliases<br>
<br>
Table: Routes<br>
Destination Gateway IP Metric ETX Interface<br>
<a href="http://192.168.13.232/32" target="_blank">192.168.13.232/32</a> 192.168.13.232 1 1.175 wlan0<br>
<a href="http://192.168.13.236/32" target="_blank">192.168.13.236/32</a> 192.168.13.236 1 5.107 wlan0<br>
<br>
Any idea?<br>
<br>
john<br>
<font color="#888888"><br>
--<br>
Olsr-users mailing list<br>
<a href="mailto:Olsr-users@lists.olsr.org">Olsr-users@lists.olsr.org</a><br>
<a href="https://lists.olsr.org/mailman/listinfo/olsr-users" target="_blank">https://lists.olsr.org/mailman/listinfo/olsr-users</a><br>
</font></blockquote></div><br>