<div dir="ltr">hi, I HAVE the tcpdump below output of the commands you asked me:<br><br>tcpdump -ni eth1 icmp and host 8.8.8.8<br>tcpdump: verbose output suppressed, use -v or -vv for full protocol decode<br>listening on eth1, link-type EN10MB (Ethernet), capture size 65535 bytes<br>
00:11:38.171525 IP 172.16.0.3 > <a href="http://8.8.8.8">8.8.8.8</a>: ICMP echo request, id 1858, seq 0, length 64<br>00:11:38.826194 IP 8.8.8.8 > <a href="http://172.16.0.3">172.16.0.3</a>: ICMP echo reply, id 1858, seq 0, length 64<br>
00:11:43.840599 IP 172.16.0.3 > <a href="http://8.8.8.8">8.8.8.8</a>: ICMP echo request, id 1872, seq 0, length 64<br>00:11:44.644610 IP 8.8.8.8 > <a href="http://172.16.0.3">172.16.0.3</a>: ICMP echo reply, id 1872, seq 0, length 64<br>
00:11:49.659004 IP 172.16.0.3 > <a href="http://8.8.8.8">8.8.8.8</a>: ICMP echo request, id 1884, seq 0, length 64<br>00:11:49.954502 IP 8.8.8.8 > <a href="http://172.16.0.3">172.16.0.3</a>: ICMP echo reply, id 1884, seq 0, length 64<br>
00:11:54.970072 IP 172.16.0.3 > <a href="http://8.8.8.8">8.8.8.8</a>: ICMP echo request, id 1898, seq 0, length 64<br>00:11:55.506449 IP 8.8.8.8 > <a href="http://172.16.0.3">172.16.0.3</a>: ICMP echo reply, id 1898, seq 0, length 64<br>
00:12:00.523495 IP 172.16.0.3 > <a href="http://8.8.8.8">8.8.8.8</a>: ICMP echo request, id 1910, seq 0, length 64<br>00:12:00.893792 IP 8.8.8.8 > <a href="http://172.16.0.3">172.16.0.3</a>: ICMP echo reply, id 1910, seq 0, length 64<br>
^C<br>10 packets captured<br>10 packets received by filter<br>0 packets dropped by kernel<br><br><br>echo "/hna" | nc 127.0.0.1 2006<br>HTTP/1.0 200 OK<br>Content-type: text/plain<br><br>Table: HNA<br>Destination     Gateway<br>
<a href="http://0.0.0.0/0">0.0.0.0/0</a>       10.5.0.5<br><br>====================================================<br><br>tcpdump -ni eth1 icmp and host 11.8.8.8<br>tcpdump: verbose output suppressed, use -v or -vv for full protocol decode<br>
listening on eth1, link-type EN10MB (Ethernet), capture size 65535 bytes<br>00:15:32.739254 IP 172.16.0.3 > <a href="http://11.8.8.8">11.8.8.8</a>: ICMP echo request, id 2422, seq 0, length 64<br>00:15:47.754629 IP 172.16.0.3 > <a href="http://11.8.8.8">11.8.8.8</a>: ICMP echo request, id 2454, seq 0, length 64<br>
00:16:02.769669 IP 172.16.0.3 > <a href="http://11.8.8.8">11.8.8.8</a>: ICMP echo request, id 2486, seq 0, length 64<br>^C<br>3 packets captured<br>3 packets received by filter<br>0 packets dropped by kernel<br><br>echo "/hna" | nc 127.0.0.1 2006<br>
HTTP/1.0 200 OK<br>Content-type: text/plain<br><br>Table: HNA<br>Destination     Gateway<br><br><div class="gmail_extra"><br><br>thank you for the efforts to help me<br><br>Att<br>Anderson Junior<br><br><br><div class="gmail_quote">
2014-04-10 16:30 GMT-04:00 Teco Boot <span dir="ltr"><<a href="mailto:teco@inf-net.nl" target="_blank">teco@inf-net.nl</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
So we have two issues.<br>
<br>
<br>
1. interface up and not running, static routes are still in routing table.<br>
I cannot help you here, I asked someone to assist.<br>
Henning?<br>
<br>
<br>
2. dyn_gw with ping check doesn’t work.<br>
Long ago I helped Caspar to repair this plugin. I tested, it worked. Let’s see what we can do.<br>
I tested, below my results. It works.<br>
Please verify with same configuration and show your results.<br>
Do you have tcpdump?<br>
<br>
<br>
Teco<br>
<div class=""><br>
<br>
<br>
<br>
LoadPlugin "olsrd_dyn_gw.so.0.5"<br>
{<br>
  PlParam "HNA"    "0.0.0.0 0.0.0.0"<br>
</div>  PlParam "Ping"   "8.8.8.8"<br>
}<br>
<br>
Here the probing traffic:<br>
<br>
root@rtr:~# tcpdump -ni eth1 icmp and host 8.8.8.8<br>
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode<br>
listening on eth1, link-type EN10MB (Ethernet), capture size 65535 bytes<br>
20:17:50.718596 IP 192.168.222.180 > <a href="http://8.8.8.8" target="_blank">8.8.8.8</a>: ICMP echo request, id 26342, seq 1, length 64<br>
20:17:50.898479 IP 8.8.8.8 > <a href="http://192.168.222.180" target="_blank">192.168.222.180</a>: ICMP echo reply, id 26342, seq 1, length 64<br>
20:17:55.904213 IP 192.168.222.180 > <a href="http://8.8.8.8" target="_blank">8.8.8.8</a>: ICMP echo request, id 26426, seq 1, length 64<br>
20:17:55.924200 IP 8.8.8.8 > <a href="http://192.168.222.180" target="_blank">192.168.222.180</a>: ICMP echo reply, id 26426, seq 1, length 64<br>
20:18:00.927936 IP 192.168.222.180 > <a href="http://8.8.8.8" target="_blank">8.8.8.8</a>: ICMP echo request, id 26483, seq 1, length 64<br>
20:18:00.945924 IP 8.8.8.8 > <a href="http://192.168.222.180" target="_blank">192.168.222.180</a>: ICMP echo reply, id 26483, seq 1, length 64<br>
^C<br>
6 packets captured<br>
6 packets received by filter<br>
0 packets dropped by kernel<br>
root@rtr:~#<br>
<br>
<br>
And the HNA entry:<br>
<br>
root@rtr:~# echo "/hna" | nc <a href="tel:127.0.0.1%202006" value="+551270012006">127.0.0.1 2006</a><br>
<div class="">HTTP/1.0 200 OK<br>
Content-type: text/plain<br>
<br>
</div>Table: HNA<br>
Destination     Gateway<br>
<a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a>       172.31.1.1<br>
<br>
root@rtr:~#<br>
<br>
<br>
<br>
Now probe to host that is not on the internet.<br>
<div class=""><br>
<br>
LoadPlugin "olsrd_dyn_gw.so.0.5"<br>
{<br>
  PlParam "HNA"                            "0.0.0.0 0.0.0.0"<br>
</div>  PlParam "Ping" "11.8.8.8"<br>
<br>
}<br>
<br>
<br>
root@rtr:~# tcpdump -ni eth1 icmp and host 11.8.8.8<br>
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode<br>
listening on eth1, link-type EN10MB (Ethernet), capture size 65535 bytes<br>
20:24:54.291247 IP 192.168.222.180 > <a href="http://11.8.8.8" target="_blank">11.8.8.8</a>: ICMP echo request, id 32628, seq 1, length 64<br>
20:25:09.296457 IP 192.168.222.180 > <a href="http://11.8.8.8" target="_blank">11.8.8.8</a>: ICMP echo request, id 347, seq 1, length 64<br>
20:25:24.301667 IP 192.168.222.180 > <a href="http://11.8.8.8" target="_blank">11.8.8.8</a>: ICMP echo request, id 553, seq 1, length 64<br>
^C<br>
3 packets captured<br>
4 packets received by filter<br>
0 packets dropped by kernel<br>
root@rtr:~#<br>
<br>
<br>
root@rtr:~# echo "/hna" | nc <a href="tel:127.0.0.1%202006" value="+551270012006">127.0.0.1 2006</a><br>
<div class="">HTTP/1.0 200 OK<br>
Content-type: text/plain<br>
<br>
</div>Table: HNA<br>
Destination     Gateway<br>
<br>
root@rtr:~#<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</blockquote></div><br></div></div>