[FS#390] Bt Home Hub 5 Type A Bridging Yellow Switch and RED Port does not work

LEDE Bugs lede-bugs at lists.infradead.org
Sat Feb 11 00:40:15 PST 2017


The following task has a new comment added:

FS#390 - Bt Home Hub 5 Type A Bridging Yellow Switch and RED Port does not work
User who did this - Mathias Kresin (mkresin)

----------
I've already prepared something which should fix. Please have a look at these commits

  * lantiq: use xwan network name for xdsl wan
  * lantiq: xrx200: use vlan for ethernet wan port

in my [[https://git.lede-project.org/?p=lede/mkresin/staging.git;a=summary|staging repository]]. If you want the commits as patches, click on the commit title and the patch link on the top.

With the patches applied your should have the following default switch config:


config switch
	option name 'switch0'
	option reset '1'
	option enable_vlan '1'

config switch_vlan
	option device 'switch0'
	option vlan '1'
	option ports '0 1 2 4 6t'

config switch_vlan
	option device 'switch0'
	option vlan '2'
	option ports '5 6t'


Where the yellow lan ports are at eth0.1 and the red wan port is at eth0.2.

To use them all as lan ports (all ports are at eth0.1), change the vlan config instead of bridging vlans of the same switch. Bridging vlans of the same switch confuses a lot of switches, never worked reliable for me and shouldn't be necessary at all:


config switch
	option name 'switch0'
	option reset '1'
	option enable_vlan '1'

config switch_vlan
	option device 'switch0'
	option vlan '1'
	option ports '0 1 2 4 5 6t'

----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=390#comment1700



More information about the lede-bugs mailing list