EoIP and Bridge Connection

Router: RouterBOARD 3011UiAS
Firmware: 6.48.4
Summary:

  • Created successful EoIP connections


  • Set MTU to 1500


  • Created Bridge


  • Added EoIP tunnel to Bridge

Bridge.1.png
Bridge.3.png
Problem:
The Bridge Port for the EoIP Tunnel is “disabled port”
Bridge.2.png
Why can I not enable the Fox-EoIP Bridge port? Without that I cannot connect the two routers to share the same LAN.

Thank you

It would be great if you post your configs here.

/export hide-sensitive file=r1

Your screens show IPSec stablished… but we can’t see EoIP configuration or state. Please, post your config if you want help

I found the issue was with one of my firewall rules I had configured to drop connections already not established. I thought the EoIP connection would be considered an established connection and not be impacted by the drop rule below:

add action=accept chain=input connection-state=established
add action=accept chain=input connection-state=related
add action=accept chain=forward connection-state=established
add action=accept chain=forward connection-state=related
add action=drop chain=forward connection-state=invalid
add action=drop chain=input comment=drop disabled=yes in-interface= “ether6 : WAN”

Thank you