[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
Sun Jan 15 05:47:39 PST 2017


A new Flyspray task has been opened.  Details are below. 

User who did this - Mauro Mozzarelli (ezplanet) 

Attached to Project - LEDE Project
Summary - Bt Home Hub 5 Type A Bridging Yellow Switch and RED Port does not work
Task Type - Bug Report
Category - Base system
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Very Low
Reported Version - Trunk
Due in Version - Undecided
Due Date - Undecided
Details - Supply the following if possible:
 - Device problem occurs on Bt Home Hub 5 Type A
 - Software versions of LEDE: up to r2966
 - Steps to reproduce 

Configure Yellow Switch and RED Ethernet port as follows:


config interface 'lan'
        option type 'bridge'
        option proto 'static'
        option ip6assign '60'
        option _orig_ifname 'eth0.1 radio0.network1 radio1.network1'
        option _orig_bridge 'true'
        option ipaddr '192.168.100.1'
        option netmask '255.255.255.0'
        option gateway '0.0.0.0'
        option dns '8.8.8.8'
        option mtu '1492'
        option ifname 'eth0.1 eth1.2'


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'
        option vid '1'

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

with the above configuration I can ping the router from a host connected to the red port or a yellow port and vice-versa from the router. However hosts conneted to any port, either yellow or red cannot reach each other at all. Not even from yellow port to yellow port.

I am not sure whether this is a bug or a configuration issue.

Also I had to force the red port to device eth1.2 which does not appear in the list of available physical ports.


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



More information about the lede-bugs mailing list