Hi everybody,<br><br>I'm somewhat of a newbie to OLSR. I would need some help with the following setup:<br><br> [MESHNODE n]--wifi0/ath0(WLAN)--[MESHNODE1]--eth0--[GATEWAY]--internet<br><br>olsrd is installed on every meshnode. One of them is connected to the wired LAN. It works absolutely fine in the local setup,
i.e. you can reach every host on the WLAN and in the local network. Meshnode1 has the gateway included as a default route. olsrd runs very stable at all times.<br><br>What doesn't work is the propagation of the gateway default route to meshnode[n]. Note that I cannot install OLSR on the gateway itself. I tried to configure the gateway on meshnode1 like this:
<br><br> ...<br> Hna4<br> {<br> [gateway address] <a href="http://255.255.255.0">255.255.255.0</a><br> }<br> ...<br> LoadPlugin "olsrd_dyn_gw.so.0.4"<br> {<br> PlParam "Ping" "[gateway address]"
<br> }<br> ...<br><br>I would be most grateful for any help you could provide.