Projecte

General

Perfil

Actions

Error #452

tancat

Network configuration doesn't manage an interface in LAN without mesh VLAN tagging properly

Afegit per Roger Pueyo Centelles fa casi 6 anys. Actualitzat fa casi 6 anys.

Estat:
Tancat
Prioritat:
Alta
Categoria:
Network
Versió prevista:
Inici:
16-07-2018
Data de venciment:
% realitzat:

100%

Temps previst:
2:00 h
Temps invertit:

Descripció

Configuring an interface (e.g. eth0) as LAN and disabling mesh VLANs on it:

config qmp 'interfaces'
    option mesh_devices 'eth0 eth1 wlan0'
    option lan_devices 'eth0'
    option no_vlan_devices 'eth0'
    option wan_devices 'eth1'

causes BMX6 to be configured to mesh via the interface (i.e., eth0):

interfaces:
devName   state type     rateMin rateMax llocalIp                    globalIp                            primary 
eth0      DOWN  INACTIVE INVALID INVALID /-1                         /-1                                 0       
eth1_12   UP    ethernet 1000M   1000M   fe80::20d:b9ff:fe33:98d5/64 fd66:66:66:53:20d:b9ff:fe33:98d5/64 1       
wlan0_12  UP    wireless 6222K   56000K  fe80::6f0:21ff:fe33:db03/64 fd66:66:66:57:6f0:21ff:fe33:db03/64 0 

which fails to work, since the interface is part of the bridge and can not be used.

Using br-lan instead of eth0 would probably be the most convenient option, even if another interface (e.g. eth2) configured as LAN with VLAN for mesh would then both mesh with and without VLAN.

Actions #1

Actualitzat per Roger Pueyo Centelles fa casi 6 anys

  • Estat ha canviat de Nou a Resolt
  • % realitzat ha canviat de 10 a 100

Works even if two interfaces are in the bridge; either the two of them tagged, the two of them untagged, or one tagged and one untagged.

Actions #2

Actualitzat per Roger Pueyo Centelles fa casi 6 anys

  • Estat ha canviat de Resolt a Tancat
Actions

També disponible a: Atom PDF