Projecte

General

Perfil

Actions

Error #481

tancat

LAN bridge consistently gets 169.254.185.1 address during qmp_autoconf

Afegit per Roger Pueyo Centelles fa casi 4 anys. Actualitzat fa més de 3 anys.

Estat:
Tancat
Prioritat:
Urgent
Categoria:
Network
Versió prevista:
Inici:
29-04-2020
Data de venciment:
% realitzat:

100%

Temps previst:
10:00 h
Temps invertit:

Descripció

Instead of 172.30.22.1, it gets 169.254.185.1.

Actions #1

Actualitzat per Roger Pueyo Centelles fa casi 4 anys

  • Categoria s'ha establert a Network
  • Versió prevista s'ha establert a v5.0.0
  • Temps previst s'ha establert a 10:00 h

Observed on a single-2.4 GHz radio device with 2 switched Ethernet ports (eth0.1, eth0.2).

AP radio is correct, but 802.11 radio is in the wrong network:

config wifi-iface 'wlan0'
option device 'radio0'
option mode 'mesh'
option mesh_id 'qMp'
option ifname 'wlan0'
option mesh_fwding '0'
option encryption 'none'
option network 'lan'

config wifi-iface 'wlan0ap'
option device 'radio0'
option mode 'ap'
option ssid 'qMp-AP'
option network 'lan'
option encryption 'none'
option ifname 'wlan0ap'

Actions #2

Actualitzat per Roger Pueyo Centelles fa casi 4 anys

  • % realitzat ha canviat de 0 a 20

After this:
log "[Initial qMp system configuration]"
qmp_configure_initial

Config is OK.

After this:
log "[Full qMp system configuration]"
qmp_configure

Config is wrong.

Actions #3

Actualitzat per Roger Pueyo Centelles fa més de 3 anys

  • Estat ha canviat de Nou a Tancat
  • % realitzat ha canviat de 20 a 100

Aplicat en el conjunt de canvis b45499e1dc4ef962120a9f5970be99a7d19f8cef.

Actions #5

Actualitzat per Roger Pueyo Centelles fa més de 3 anys

The information source for qmp_get_wifi_devices is sometimes slow to report the wireless devices information:

root@qMp-b38c:~# wifi; ubus call network.wireless status | jsonfilter -e '@.*.interfaces.*.section' | sort; echo "#########"; qmp_get_wifi_devices
wlan0
wlan1
wlan1ap
#########
wlan0 wlan1 wlan1ap
root@qMp-b38c:~# wifi; ubus call network.wireless status | jsonfilter -e '@.*.interfaces.*.section' | sort; echo "#########"; qmp_get_wifi_devices
wlan0
wlan1
wlan1ap
#########
wlan1 wlan1ap #<== wlan0 missing!

while ubus seems to report it always on time. Therefore, ubus should [also] be used as the wifi devices list source in qmp_get_wifi devices. Finally, in 03cabbb736658bd501ed7e0a28694f142f2c752a .

Actions

També disponible a: Atom PDF