Converting ebtable rules to work with firewalld

Solution In Progress - Updated -

Issue

These are the rules in place that I would like to convert.
Below are the ebtables rules that we have enabled using the ebtables-restore command but they are not surviving a reboot of the system.

*filter
:INPUT ACCEPT
:FORWARD DROP
:OUTPUT ACCEPT
:INPUT_direct RETURN
:OUTPUT_direct RETURN
:FORWARD_direct RETURN
-A INPUT -j INPUT_direct
-A FORWARD -j FORWARD_direct
--log-level info --log-prefix "--log-ip" -j CONTINUE 
-A FORWARD -p ARP -j ACCEPT
-A FORWARD -p IPv4 -d <MAC-ADDRESS> -j ACCEPT
-A FORWARD -p IPv4 -s <MAC-ADDRESS> -j ACCEPT

Environment

  • Red Hat Enterprise Linux 7

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content