unifiopenwrtmeshing

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
unifiopenwrtmeshing [2021/11/30 15:06] Fabian Horstunifiopenwrtmeshing [2021/12/01 07:50] (aktuell) Fabian Horst
Zeile 69: Zeile 69:
 X5000R X5000R
 <code> <code>
 +root@OpenWrt:~# cat /etc/config/wireless
 +
 config wifi-device 'radio0' config wifi-device 'radio0'
         option type 'mac80211'         option type 'mac80211'
         option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0'         option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0'
 +        option channel '1'
         option band '2g'         option band '2g'
 +        option cell_density '0'
         option htmode 'HE40'         option htmode 'HE40'
-        option channel '6' 
-        option cell_density '0' 
-        option country 'DE' 
         option noscan '1'         option noscan '1'
 +        option disabled '1'
  
 config wifi-iface 'default_radio0' config wifi-iface 'default_radio0'
         option device 'radio0'         option device 'radio0'
         option network 'lan'         option network 'lan'
 +        option encryption 'none'
         option mode 'mesh'         option mode 'mesh'
-        option mesh_id 'MeshingFerry'+        option mesh_id '1'
         option mesh_fwding '1'         option mesh_fwding '1'
         option mesh_rssi_threshold '0'         option mesh_rssi_threshold '0'
-        option encryption 'sae' +        option disabled '1'
-        option key 'MeshingFerry'+
  
 config wifi-device 'radio1' config wifi-device 'radio1'
         option type 'mac80211'         option type 'mac80211'
         option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0+1'         option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0+1'
-        option country 'DE' +        option band '5g'
-        option hwmode '11a'+
         option cell_density '0'         option cell_density '0'
-        option noscan '1'+        option country 'DE'
         option htmode 'HE80'         option htmode 'HE80'
 +        option channel '52'
  
 config wifi-iface 'wifinet1' config wifi-iface 'wifinet1'
         option device 'radio1'         option device 'radio1'
-        option mode 'mesh' 
-        option encryption 'sae' 
         option key 'MeshingFerry'         option key 'MeshingFerry'
-        option mesh_id 'MeshingFerry5'+        option network 'lan' 
 +        option encryption 'none' 
 +        option max_inactivity '10' 
 +        option mode 'sta' 
 +        option ssid '23' 
 + 
 +config wifi-iface 'wifinet2' 
 +        option device 'radio1' 
 +        option mode 'mesh' 
 +        option encryption 'none' 
 +        option mesh_id '2'
         option mesh_fwding '1'         option mesh_fwding '1'
         option mesh_rssi_threshold '0'         option mesh_rssi_threshold '0'
 +        option max_inactivity '10'
         option network 'lan'         option network 'lan'
 </code> </code>
-Running Config 2,4 ghz only, dazu muss das wpad-wolfssl gegen wpad-mesh-wolfssl ersetzt werden.+Running Config dazu muss das wpad-wolfssl gegen wpasupplicant mesh ersetzt werden. 
 +WICHTIG: Es muss bei dem 5 GHz Interface unbedingt eine andere BSSID gesetzt sein sonst klappt da keine Verbindung!!!
  
  
  • unifiopenwrtmeshing.1638281207.txt.gz
  • Zuletzt geändert: 2021/11/30 15:06
  • von Fabian Horst