<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.16.1">
</HEAD>
<BODY>
Hello,<BR>
<BR>
I've configured 0.5.5 under openwrt and I'm seeing some weird problems.<BR>
<BR>
my olsrd.conf looks like this:<BR>
<BR>
DebugLevel   0<BR>
IpVersion    4<BR>
ClearScreen  yes<BR>
Hna4<BR>
{<BR>
        #0.0.0.0        0.0.0.0<BR>
        192.168.1.0     255.255.255.0<BR>
}<BR>
AllowNoInt  yes<BR>
IpcConnect<BR>
{<BR>
  MaxConnections  0<BR>
  Host            127.0.0.1<BR>
}<BR>
UseHysteresis     no<BR>
HystScaling       0.50<BR>
HystThrHigh       0.80<BR>
HystThrLow        0.30<BR>
Pollrate                0.1<BR>
TcRedundancy            2<BR>
MprCoverage             7<BR>
LinkQualityFishEye      1<BR>
LinkQualityWinSize      100<BR>
LinkQualityDijkstraLimit 0 6.0<BR>
LinkQualityLevel  2<BR>
NicChgsPollInt    3.0<BR>
Interface "ath1"<BR>
{<BR>
  AutoDetectChanges  yes<BR>
}<BR>
LoadPlugin "olsrd_httpinfo.so.0.1"<BR>
{<BR>
  PlParam "port"        "1979"<BR>
  PlParam "Net" "0.0.0.0 0.0.0.0"<BR>
#  PlParam      "Net"   "10.10.0.0 255.255.255.0"<BR>
  PlParam       "Net"   "192.168.0.0 255.255.0.0"<BR>
}<BR>
<BR>
my /etc/config/network:<BR>
<BR>
config interface loopback<BR>
      option ifname   lo<BR>
      option proto    static<BR>
      option ipaddr   127.0.0.1<BR>
      option netmask  255.0.0.0<BR>
<BR>
config interface lan<BR>
        option ifname   'eth0 eth1'<BR>
        option proto    'static'<BR>
        option ipaddr   '192.168.1.20'<BR>
        option netmask  '255.255.255.0'<BR>
        option dns      '192.168.1.1'<BR>
        option gateway  '192.168.1.1'<BR>
        option type     'bridge'<BR>
<BR>
config interface wan<BR>
        #option ifname   none<BR>
        option proto    static<BR>
        option ipaddr   10.10.0.20<BR>
        option netmask  255.255.255.0<BR>
        option broadcast 10.10.0.255<BR>
<BR>
<BR>
and I've configured the others nodes with appropriate IP's and subnets (192.168.2.x and 10.10.0.x)  <BR>
<BR>
ath1 is my olsr mesh and it is tied to wan. ath0 is an ap on each node and it is bridged to lan.<BR>
<BR>
my if I'm on node 2 which has an IP of 192.168.2.21, I can ping all of my other node 10.10.0.x addresses and I can ping the IP assigned to the br-lan interface on each node, 192.168.3.x, 4.x, etc.  Now the problem that I'm seeing is that there are other clients attached on the lan interfaces.  192.168.1.20 is the node ip for #1 one on also on that lan switch is 192.168.1.41 and 192.168.1.1.  Now from any other node I can ping 192.168.1.20, but none of the others are pingable, the ping command never ever says destination unreachable, it just sits there.   Anyone got any ideas?<BR>
<BR>
<BR>
<BR>
<BR>
</BODY>
</HTML>