Difference between revisions of "Mesh/BATMAN-adv"

130 bytes added ,  01:06, 21 May 2013
(Created page with "These notes are valid for OpenWrt 12.09 (Attitude Adjustment), which uses BATMAN 2012.4.0. In newer versions, the version of BATMAN used is 2013.0.0 and the syntax for configu...")
 
Line 44: Line 44:
option netmask '255.0.0.0'
option netmask '255.0.0.0'


# set up ethernet bridging between eth0 and bat0
# this means that packets can move between the ethernet port
# and the wifi mesh
config interface 'lan'
config interface 'lan'
option type 'bridge'
option type 'bridge'