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
Letzte ÜberarbeitungBeide Seiten der Revision
unifiopenwrtmeshing [2021/11/30 13:09] Fabian Horstunifiopenwrtmeshing [2021/11/30 17:17] Fabian Horst
Zeile 19: Zeile 19:
 <code>mtd erase kernel1</code> <code>mtd erase kernel1</code>
 <code>dd if=/dev/zero bs=1 count=1 of=/dev/mtd4</code> <code>dd if=/dev/zero bs=1 count=1 of=/dev/mtd4</code>
 +Jetzt rebooten
  
 +Running Config
 <code> <code>
 root@OpenWrt:~# cat /etc/config/wireless root@OpenWrt:~# cat /etc/config/wireless
Zeile 61: Zeile 63:
  option ifname 'OpenWrtTest'  option ifname 'OpenWrtTest'
 </code> </code>
 +
 +
 +
 +
 +X5000R
 +<code>
 +root@OpenWrt:~# cat /etc/config/wireless
 +
 +config wifi-device 'radio0'
 +        option type 'mac80211'
 +        option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0'
 +        option channel '1'
 +        option band '2g'
 +        option cell_density '0'
 +        option htmode 'HE40'
 +        option noscan '1'
 +        option disabled '1'
 +
 +config wifi-iface 'default_radio0'
 +        option device 'radio0'
 +        option network 'lan'
 +        option encryption 'none'
 +        option mode 'mesh'
 +        option mesh_id '1'
 +        option mesh_fwding '1'
 +        option mesh_rssi_threshold '0'
 +        option disabled '1'
 +
 +config wifi-device 'radio1'
 +        option type 'mac80211'
 +        option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0+1'
 +        option band '5g'
 +        option cell_density '0'
 +        option country 'DE'
 +        option htmode 'HE80'
 +        option channel '52'
 +
 +config wifi-iface 'wifinet1'
 +        option device 'radio1'
 +        option key 'MeshingFerry'
 +        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_rssi_threshold '0'
 +        option max_inactivity '10'
 +        option network 'lan'
 +</code>
 +Running Config dazu muss das wpad-wolfssl gegen wpasupplicant mesh ersetzt werden.
  
  
  • unifiopenwrtmeshing.txt
  • Zuletzt geändert: 2021/12/01 07:50
  • von Fabian Horst