Difference between revisions of "Mesh/BATMAN-adv"

Jump to navigation Jump to search
Line 9: Line 9:
option type 'mac80211'
option type 'mac80211'
option hwmode '11g'
option hwmode '11g'
option channel '3'  
option channel '3'       # You may want another channel
option disabled '0'
option disabled '0'
option phy 'phy0'
option phy 'phy0'
Line 20: Line 20:
option network 'lan'
option network 'lan'
option mode 'ap'
option mode 'ap'
option ssid 'sudomesh'
option ssid 'sudomesh'   # You should change the ssid to be unique


# the mesh interface
# the mesh interface
Line 30: Line 30:
option mode 'adhoc'
option mode 'adhoc'
option bssid 'CA:FE:C0:DE:F0:0D'
option bssid 'CA:FE:C0:DE:F0:0D'
option ssid 'sudomesh-backchannel'
option ssid 'sudomesh-backchannel' # You should change the ssid to be unique
</pre>
</pre>