802.11s: Unterschied zwischen den Versionen

Aus FunkFeuer Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=== Im aufbau === Datei:Under-construction.png == OpenWRT == /etc/configs/wireless config wifi-device 'radio0' option type 'mac80211' opt…“)
 
Zeile 24: Zeile 24:
     option mode 'mesh'
     option mode 'mesh'
     option mesh_id '11s.funkfeuer.at'
     option mesh_id '11s.funkfeuer.at'
     option mesh_fwding '0'
     option mesh_fwding '0' # '''WICHTIG!'''
     option encryption 'none'
     option encryption 'none'
     option network 'mesh'
     option network 'mesh'

Version vom 12. April 2018, 14:27 Uhr

Im aufbau

Under-construction.png




OpenWRT

/etc/configs/wireless

config wifi-device 'radio0'
   option type 'mac80211'
   option channel '11'
   option hwmode '11g'
   option path 'platform/ar933x_wmac'
   option htmode 'HT20'
   option country 'AT'
config wifi-iface 'default_radio0'
   option device 'radio0'
   option mode 'mesh'
   option mesh_id '11s.funkfeuer.at'
   option mesh_fwding '0' # WICHTIG!
   option encryption 'none'
   option network 'mesh'



Bridge

ebtables -P FORWARD DROP