the three interfaces may have the same mask, but the IPs are 10.0.1.1, 10.0.2.1 and 10.0.3.1 (confused) how is this the same address?<br><br>ok I changed the broadcast in olsrd.conf to 10.255.255.255 ( actually, I
 used 255.255.255.255 for some reason its using the other) the nodes are
 still not communicating to each other.<br><br><b>----- Original Message -----</b><br>
<b>From:</b> Henning Rogge [mailto:henning.rogge@fkie.fraunhofer.de]<br>
<b>To:</b> john@johneschultz.com<br>
<b>Sent:</b> Mon, 24 Sep 2012 07:35:57 +0200<br>
<b>Subject:</b> Fwd: Re: [Olsr-users] OLSRd nodes not talking to each other<br><br>
<font face="courier new,courier,arial,helvetica,sans-serif">-------- Original Message --------<br>Subject: Re: [Olsr-users] OLSRd nodes not talking to each other<br>Date: Mon, 24 Sep 2012 07:22:11 +0200<br>From: Henning Rogge <<a  href="#" target='_blank'>henning.rogge@fkie.fraunhofer.de</a>><br>To: <a  href="#" target='_blank'>olsr-users@lists.olsr.org</a><br><br>On 09/24/2012 06:48 AM, <a  href="#" target='_blank'>john@johneschultz.com</a> wrote:<br>> Interface "wlan0"<br>> {<br>>       AutoDetectChanges yes<br>>       Ip4Broadcast 255.0.0.0<br><br>This is no valid broadcast/multicast address.<br><br>>       Mode "mesh"<br>>       HelloInterval 5.0<br>>       HelloValidityTime 90.0<br>>       TcInterval 3.0<br>>       TcValidityTime 300.0<br>>       MidInterval 15.0<br>>       MidValidityTime 270.0<br>>       HnaInterval 15.0<br>>       HnaValidityTime 90.0<br>>       #LinkQualityMult 192.168.0.1 0.5<br>>       #LinkQualityMult default 0.8<br>> }<br>><br>><br>> my interfaces file:<br>> --------------------------------------------------------------------------------<br>> auto lo<br>> iface lo inet loopback<br>><br>> auto eth0<br>> allow-hotplug eth0<br>> iface eth0 inet static<br>>           address 10.0.1.1<br>>           netmask 255.0.0.0<br>>           network 10.0.0.0<br>>           broadcast 10.255.255.255<br>>           gateway 10.0.0.1<br>><br>> #Client Radio<br>> auto wlan0<br>> iface wlan0 inet static<br>>           address 10.0.2.1<br>>           netmask 255.0.0.0<br>>           network 10.0.0.0<br>>           broadcast 10.255.255.255<br>>           gateway 10.0.0.1<br>><br>> #Backhual Radio<br>> auto wlan1<br>> iface wlan1 inet static<br>>           address 10.0.3.1<br>>           netmask 255.0.0.0<br>>           network 10.0.0.0<br>>           broadcast 10.255.255.255<br>>           gateway 10.0.0.1<br>>           wireless-channel 1<br>>           wireless-essid OmegaMeshBackhual<br>>           wireless-mode ad-hoc<br><br>You have three interfaces with the same netmask and network address.<br>This will not work.<br><br>Henning Rogge<br><br>-- <br>Diplom-Informatiker Henning Rogge , Fraunhofer-Institut für<br>Kommunikation, Informationsverarbeitung und Ergonomie FKIE<br>Kommunikationssysteme (KOM)<br>Fraunhofer Straße 20, 53343 Wachtberg, Germany<br>Telefon +49 228 9435-961,   Fax +49 228 9435 685<br>mailto:<a  href="#" target='_blank'>henning.rogge@fkie.fraunhofer.de</a> <a  href="http://www.fkie.fraunhofer.de" target='_blank'>http://www.fkie.fraunhofer.de</a><br><br><br>-- <br>Diplom-Informatiker Henning Rogge , Fraunhofer-Institut für<br>Kommunikation, Informationsverarbeitung und Ergonomie FKIE<br>Kommunikationssysteme (KOM)<br>Fraunhofer Straße 20, 53343 Wachtberg, Germany<br>Telefon +49 228 9435-961,   Fax +49 228 9435 685<br>mailto:<a  href="#" target='_blank'>henning.rogge@fkie.fraunhofer.de</a> <a  href="http://www.fkie.fraunhofer.de" target='_blank'>http://www.fkie.fraunhofer.de</a><br><br><br></font>