Help!  I am trying to set up a wireless mesh network for a humanitarian organization.  This mesh will be used for emergencies across the world, if there is a disaster and their communications go out, we provide phone and internet.  The mesh will be great to provide satellite internet meshed. <br>
<br>So far, I have downloaded and installed OpenWRT on two RB133s.  These units have two wireless cards and 3 ethernet ports.  We'd like a 5 GHz backhaul and deliver the internet on a standard 2.4 GHz channel.  I have installed OLSR and configured it fine.  When I connect to a RB133 wirelessly, and I have a ethernet cord in that board, it works no problem.  However, when I test out the meshing capability, and I try to connect to a RB133 without the ethernet cord, I cannot get any internet.  Any help would be greatly appreciated!  Below are my configuration ports.  Anyone who can provide any help whatsoever will be able to help make a change in the world!  <br>
<br>OLSRD.CONF<br>(everything is standard, short of changing one line)<br>changed line:<br><br>Interface "ath1" "ath0" "eth0" "wifi0" "wifi1"<br><br clear="all">------------------------------------------------------------------------------------------------------<br>
/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'                                                                                                                  <br>
        option 'type' 'bridge'                                                                                                                  <br>        option 'proto' 'static'                                                                                                                 <br>
        option 'netmask' '255.255.255.0'                                                                                                        <br>        option 'macaddr' ''                                                                                                                     <br>
        option 'ipaddr' '192.168.0.248'                                                                                                         <br>        option 'ip6addr' ''                                                                                                                     <br>
        option 'gateway' '192.168.0.254'                                                                                                        <br>        option 'ip6gw' ''                                                                                                                       <br>
        option 'dns' ' 192.168.0.1'                                                                                                             <br>                                                                                                                                                <br>
config 'interface' 'wlan'                                                                                                                       <br>        option 'ifname' 'wifi1'                                                                                                                 <br>
        option 'proto' 'static'                                                                                                                 <br>        option 'ipaddr' '10.0.0.2'                                                                                                              <br>
        option 'netmask' '255.255.255.0'                                                                                                        <br>        option 'macaddr' ''                                                                                                                     <br>
        option 'ip6addr' ''                                                                                                                     <br>        option 'gateway' ''                                                                                                                     <br>
        option 'ip6gw' ''<br>----------------------------------------------------------------------------------------<br>/ETC/CONFIG/WIRELESS<br>config 'wifi-device' 'wifi0'<br>        option 'type' 'atheros'<br>
<br>        option 'hwmode' '11bg'<br>        option 'maxassoc' ''<br>        option 'distance' ''<br>        option 'disabled' '0'<br>        option 'antenna' ''<br>
        option 'channel' '06'<br>        option 'diversity' '0'<br>        option 'txantenna' '1'<br>        option 'rxantenna' '1'<br><br>config 'wifi-iface'<br>
        option 'device' 'wifi0'<br>        option 'network' 'lan'<br>        option 'mode' 'ap'<br>        option 'encryption' 'none'<br>        option 'bssid' ''<br>
        option 'server' ''<br>        option 'port' ''<br>        option 'hidden' '0'<br>        option 'isolate' '0'<br>        option 'bgscan' '0'<br>
        option 'frag' ''<br>        option 'rts' ''<br>        option 'key1' ''<br>        option 'key2' ''<br>        option 'key3' ''<br>        option 'key4' ''<br>
        option '80211h' '0'<br>        option 'compression' ''<br>        option 'bursting' '0'<br>        option 'ff' ''<br>        option 'wmm' '0'<br>
        option 'xr' ''<br>        option 'ar' ''<br>        option 'turbo' ''<br>        option 'macpolicy' 'none'<br>        option 'maclist' ''<br>
        option 'ssid' 'OpenWrt2'<br>        option 'txpower' '4'<br><br>config 'wifi-device' 'wifi1'<br>        option 'type' 'atheros'<br>                            <br>
        option 'agmode' '11a'<br>        option 'maxassoc' '' <br>        option 'distance' ''<br>        option 'disabled' '0'<br>        option 'antenna' ''   <br>
        option 'channel' '36' <br>        option 'diversity' '0'<br>        option 'txantenna' '1'<br>        option 'rxantenna' '1'<br>                               <br>
config 'wifi-iface'           <br>        option 'device' 'wifi1'<br>        option 'encryption' 'none'<br>        option 'ssid' 'tsfmesh'<br>        option 'bssid' '' <br>
        option 'server' ''<br>        option 'port' ''   <br>        option 'hidden' '0' <br>        option 'isolate' '0'<br>        option 'bgscan' '0'<br>
        option 'frag' ''<br>        option 'rts' '' <br>                        <br>        option 'key1' ''<br>        option 'key2' ''<br>        option 'key3' ''   <br>
        option 'key4' ''       <br>        option '80211h' ''   <br>        option 'compression' ''<br>        option 'bursting' ''<br>        option 'ff' ''<br>
        option 'wmm' ''<br>        option 'xr' ''   <br>        option 'ar' ''           <br>        option 'turbo' ''  <br>        option 'macpolicy' 'none'<br>
        option 'maclist' '' <br>        option 'maclist' '' <br>        option 'network' 'wlan'<br>        option 'mode' 'adhoc'  <br>        option 'txpower' '4'<br>
<br><br>Im not too sure how to configure DHCP, not sure if I need to configure it (or anything else)<br>Any advice would be extremely appreciated!<br><br><br>    <br>-- <br><br>Joseph Regan<br><br>Senator of Computer Engineering<br>
NJIT<br><a href="http://studentsenate.njit.edu">http://studentsenate.njit.edu</a><br><br>Owner<br>Shore Computer Company<br>Point Pleasant, NJ 08742<br><a href="http://www.shorecc.tk">http://www.shorecc.tk</a><br>tel: 732-295-7007<br>