Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#3769 - Duplicate LAN MAC address on RB750Gr3 #8784

Open
openwrt-bot opened this issue Apr 29, 2021 · 0 comments
Open

FS#3769 - Duplicate LAN MAC address on RB750Gr3 #8784

openwrt-bot opened this issue Apr 29, 2021 · 0 comments
Labels
flyspray release/21.02 pull request/issue targeted (also) for OpenWrt 21.02 release

Comments

@openwrt-bot
Copy link

love4taylor13:

Device: RB750Gr3
OpenWrt: 21.02.0-rc1 and 21.02-SNAPSHOT r16053-f066ee2ad5 (clean flash)

The kernel log has several lines of the following

br-lan: received packet on lan2 with own address as source address (addr:08:55:31:2e:c0:34, vlan:0)

/etc/config/network

config interface 'loopback' option ifname 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0'

config globals 'globals'
option packet_steering '1'
option ula_prefix 'fd60:2450:7cfe::/48'

config interface 'lan'
option type 'bridge'
option ifname 'lan2 lan3 lan4 lan5'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'

config device 'lan_lan2_dev'
option name 'lan2'
option macaddr '08:55:31:2e:c0:34'

config device 'lan_lan3_dev'
option name 'lan3'
option macaddr '08:55:31:2e:c0:34'

config device 'lan_lan4_dev'
option name 'lan4'
option macaddr '08:55:31:2e:c0:34'

config device 'lan_lan5_dev'
option name 'lan5'
option macaddr '08:55:31:2e:c0:34'

config interface 'wan'
option ifname 'wan'
option proto 'dhcp'

config device 'wan_wan_dev'
option name 'wan'
option macaddr '08:55:31:2e:c0:33'

config interface 'wan6'
option ifname 'wan'
option proto 'dhcpv6'

@aparcar aparcar added the release/21.02 pull request/issue targeted (also) for OpenWrt 21.02 release label Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flyspray release/21.02 pull request/issue targeted (also) for OpenWrt 21.02 release
Projects
None yet
Development

No branches or pull requests

2 participants