Difference between revisions of "Mesh/BATMAN-adv"

Jump to navigation Jump to search
Line 20: Line 20:
option network 'lan'
option network 'lan'
option mode 'ap'
option mode 'ap'
option ssid 'sudomesh'  # You should change the ssid to be unique
option ssid 'sudomesh'  # You should change the ssid to be unique for dev purposes


# the mesh interface
# the mesh interface
Line 29: Line 29:
option network 'mesh'
option network 'mesh'
option mode 'adhoc'
option mode 'adhoc'
option bssid 'CA:FE:C0:DE:F0:0D'
option bssid 'CA:FE:C0:DE:F0:0D' # You should change this to be unique for development purposes, but for meshing this should be the same for all routers on the mesh
option ssid 'sudomesh-backchannel' # You should change the ssid to be unique
option ssid 'sudomesh-backchannel' # You should change the ssid to be unique for development purposes, but for meshing this should be the same for all routers on the mesh
</pre>
</pre>
Write some of this stuff down for reference later! You might need it!


= Network configuration =
= Network configuration =