OPNsense Forum

English Forums => 25.1, 25.4 Production Series => Topic started by: olluz on May 09, 2025, 10:47:03 PM

Title: Weird log messages
Post by: olluz on May 09, 2025, 10:47:03 PM
Dear all,

I'm getting some strange log messages like:
2025-05-09T22:37:26   Notice   kernel   <5>bridge0: mac address AA:BB:CC:DD:EE:FF vlan 0 moved from igc1 to igc2   
2025-05-09T22:37:26   Notice   kernel   <5>bridge0: mac address BB:CC:DD:EE:FF:AA vlan 0 moved from igc2 to igc1   
2025-05-09T22:37:25   Notice   kernel   <5>bridge0: mac address CC:DD:EE:FF:AA:BB vlan 0 moved from igc2 to igc1   
2025-05-09T22:37:25   Notice   kernel   <5>bridge0: mac address DD:EE:FF:AA:BB:CC vlan 0 moved from igc3 to igc2   
2025-05-09T22:37:25   Notice   kernel   <5>bridge0: mac address DD:EE:FF:AA:BB:CC vlan 0 moved from igc2 to igc3   
2025-05-09T22:37:25   Notice   kernel   <5>bridge0: mac address AA:BB:CC:DD:EE:FF vlan 0 moved from igc1 to igc2   
2025-05-09T22:37:25   Notice   kernel   <5>bridge0: mac address AA:BB:CC:DD:EE:FF vlan 0 moved from igc2 to igc1   
2025-05-09T22:37:24   Notice   kernel   <5>bridge0: mac address DD:EE:FF:AA:BB:CC vlan 0 moved from igc2 to igc3   
2025-05-09T22:37:24   Notice   kernel   <5>bridge0: mac address BB:CC:DD:EE:FF:AA vlan 0 moved from igc1 to igc2   
2025-05-09T22:37:24   Notice   kernel   <5>bridge0: mac address AA:BB:CC:DD:EE:FF vlan 0 moved from igc2 to igc1   
2025-05-09T22:37:24   Notice   kernel   <5>bridge0: mac address EE:FF:AA:BB:CC:DD vlan 0 moved from igc1 to igc2   
2025-05-09T22:37:24   Notice   kernel   <5>bridge0: mac address CC:DD:EE:FF:AA:BB vlan 0 moved from igc2 to igc1   
2025-05-09T22:37:23   Notice   kernel   <5>bridge0: mac address BB:CC:DD:EE:FF:AA vlan 0 moved from igc2 to igc1   
2025-05-09T22:37:23   Notice   kernel   <5>bridge0: mac address BB:CC:DD:EE:FF:AA vlan 0 moved from igc1 to igc2   
2025-05-09T22:37:23   Notice   kernel   <5>bridge0: mac address AA:BB:CC:DD:EE:FF vlan 0 moved from igc2 to igc1   
2025-05-09T22:37:23   Notice   kernel   <5>bridge0: mac address EE:FF:AA:BB:CC:DD vlan 0 moved from igc1 to igc2   
2025-05-09T22:37:23   Notice   kernel   <5>bridge0: mac address CC:DD:EE:FF:AA:BB vlan 0 moved from igc2 to igc1   
2025-05-09T22:37:22   Notice   kernel   <5>bridge0: mac address DD:EE:FF:AA:BB:CC vlan 0 moved from igc3 to igc2   
2025-05-09T22:37:22   Notice   kernel   <5>bridge0: mac address DD:EE:FF:AA:BB:CC vlan 0 moved from igc2 to igc3

What could be the reason for this ?
Title: Re: Weird log messages
Post by: cookiemonster on May 10, 2025, 12:35:50 AM
Do you really have a bridge on OPNSense?
These are arp updates when devices are moving from one interface to another in the bridge.
The mac address is the hardware identifier of the devices connecting to the bridge.
Title: Re: Weird log messages
Post by: olluz on May 11, 2025, 05:32:17 PM
Thanks for the reply.
Yes, I am using a Protectli device ans bridged the port using these instructions (https://kb.protectli.com/kb/how-to-enable-lan-bridge-in-opnsense/).

But why are the interfaces moving back and forth ?
Title: Re: Weird log messages
Post by: pfry on May 13, 2025, 03:45:40 PM
Quote from: olluz on May 11, 2025, 05:32:17 PMThanks for the reply.
Yes, I am using a Protectli device ans bridged the port using these instructions (https://kb.protectli.com/kb/how-to-enable-lan-bridge-in-opnsense/).

But why are the interfaces moving back and forth ?

Generally that indicates you have devices connected to multiple member ports of the same bridge (a loopy bridge), e.g. you've plugged your end stations and multiple bridge member interfaces on the firewall into a flat switch (no VLANs).
Title: Re: Weird log messages
Post by: cookiemonster on May 13, 2025, 06:25:46 PM
Or perhaps you have a mesh system plugged in?