unifiopenwrtmeshing

Dies ist eine alte Version des Dokuments!


Unifi OpenWRT Meshing

Link: https://openwrt.org/toh/ubiquiti/unifiac

Non-invasive method using mtd

scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null BZ.qca956x.v3.7.58.6385.170508.0957.bin ubnt@192.168.1.20:/tmp/fwupdate.bin
ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ubnt@192.168.1.20
fwupdate.real -m /tmp/fwupdate.bin

mtd write /tmp/openwrt-xxxxx-squashfs-sysupgrade.bin kernel0 mtd erase kernel1 dd if=/dev/zero bs=1 count=1 of=/dev/mtd4

root@OpenWrt:~# cat /etc/config/wireless\
\
config wifi-device 'radio0'\
	option type 'mac80211'\
	option channel '36'\
	option hwmode '11a'\
	option path 'platform/ahb/18100000.wmac'\
	option htmode 'HT20'\
	option cell_density '0'\
	option txpower '20'\
\
config wifi-iface 'mesh_radio0'\
	option device 'radio0'\
	option mode 'mesh'\
	option mesh_id 'OpenWrtTest'\
	option key 'OpenWrtTest'\
	option mesh_fwding '1'\
	option mesh_rssi_threshold '0'\
	option encryption 'none'\
	option network 'lan'\
\
config wifi-device 'radio1'\
	option type 'mac80211'\
	option channel '11'\
	option hwmode '11g'\
	option path 'pci0000:00/0000:00:00.0'\
	option cell_density '0'\
	option htmode 'HT40'\
\
config wifi-iface 'default_radio1'\
	option device 'radio1'\
	option network 'lan'\
	option encryption 'none'\
	option mode 'mesh'\
	option mesh_id 'OpenWrtTest'\
	option mesh_fwding '1'\
	option mesh_rssi_threshold '0'\
	option ifname 'OpenWrtTest'}
  • unifiopenwrtmeshing.1637330949.txt.gz
  • Zuletzt geändert: 2021/11/19 15:09
  • von Fabian Horst