To elaborate on my network, this is my config:
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fdfd:3c63:d126::/48'
config device 'lan_br'
option name 'br-lan'
option type 'bridge'
list ports 'eth1'
list ports sweth0
list ports sweth1
list ports sweth2
list ports sweth3
list ports sweth4
config interface 'lan'
option device 'br-lan'
option proto 'static'
option netmask '255.255.255.0'
option ip6assign '60'
option ipaddr '192.168.10.25'
config interface 'wan'
option device 'eth0'
option proto 'dhcp'
config interface 'wan6'
option device 'eth0'
option proto 'dhcpv6'
I have this output from ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
link/ether 66:01:55:e7:6d:b9 brd ff:ff:ff:ff:ff:ff
inet6 fe80::6401:55ff:fee7:6db9/64 scope link
valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master br-lan state UP qlen 1000
link/ether aa:a4:69:45:ef:e8 brd ff:ff:ff:ff:ff:ff
4: sweth0@eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue master br-lan state LOWERLAYERDOWN qlen 1000
link/ether aa:a4:69:45:ef:e8 brd ff:ff:ff:ff:ff:ff
5: sweth1@eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue master br-lan state LOWERLAYERDOWN qlen 1000
link/ether aa:a4:69:45:ef:e8 brd ff:ff:ff:ff:ff:ff
6: sweth2@eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP qlen 1000
link/ether aa:a4:69:45:ef:e8 brd ff:ff:ff:ff:ff:ff
7: sweth3@eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue master br-lan state LOWERLAYERDOWN qlen 1000
link/ether aa:a4:69:45:ef:e8 brd ff:ff:ff:ff:ff:ff
8: sweth4@eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue master br-lan state LOWERLAYERDOWN qlen 1000
link/ether aa:a4:69:45:ef:e8 brd ff:ff:ff:ff:ff:ff
9: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP qlen 1000
link/ether aa:a4:69:45:ef:e8 brd ff:ff:ff:ff:ff:ff
inet 192.168.10.25/24 brd 192.168.10.255 scope global br-lan
valid_lft forever preferred_lft forever
inet6 fdfd:3c63:d126::1/60 scope global noprefixroute
valid_lft forever preferred_lft forever
inet6 fe80::a8a4:69ff:fe45:efe8/64 scope link
valid_lft forever preferred_lft forever
Right now, I have an Ethernet cable psyically plugged into port2 = sweth2
I have this from ethtool:
root@OpenWrt:/# ethtool sweth2
Settings for sweth2:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supported pause frame use: Symmetric
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: Symmetric
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Link partner advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Link partner advertised pause frame use: No
Link partner advertised auto-negotiation: Yes
Link partner advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Full
Auto-negotiation: on
Port: Twisted Pair
PHYAD: 2
Transceiver: external
MDI-X: Unknown
Supports Wake-on: d
Wake-on: d
Link detected: yes
It don't think it is, but it's possible it's a VLAN issue. My router that my Firebox is connected to uses IPFire - it's on the green (trusted LAN) interface. The switch between my Firebox and IPfire router is a Netgear GS108Ev3 that can do VLAN tagging, but I haven;t configure it to do so