New Content #14317
closedAdd docs for Ethernet Filtering (Plus Only)
100%
Description
Ethernet/L2 filtering was added to Plus in #14308 and needs documentation.
A few notable items:
- Plus only feature
- Off by default, enabled via checkbox option on System > Advanced, Firewall & NAT tab
- Rules are managed on a single dedicated tab at Firewall > Rules, Ethernet tab that only appears when the option is enabled
- Only effective on interfaces that support L2 (e.g. they have a MAC address and operate at L2 with ARP and so on), would have no effect on interfaces that do not carry L2 info in packets.
- Passes by default
- Does not keep state, so recommend adding rules in pairs (one for each of in/out direction)
- Plugin hook is available for packages to add Ethernet rules.
Related issues
Updated by Jim Pingle about 2 years ago
- % Done changed from 0 to 30
I started on them here:
https://gitlab.netgate.com/docs/pfSense-docs/-/commit/8c98f9424906a84009ddd9b0640c633d0ca6a270
Will likely get sidetracked a bit because the Advanced options docs are a bit out of date so adding the checkbox option there will require revising a bunch of that content first.
Updated by Jim Pingle about 2 years ago
- % Done changed from 30 to 40
Reorganized Advanced options and added the Ethernet Rules option along the way: https://gitlab.netgate.com/docs/pfSense-docs/-/commit/3d9e7aeeb46b67caea031521900e3cb046bf02df
Updated by Jim Pingle about 2 years ago
- % Done changed from 40 to 60
Updated by Jim Pingle about 2 years ago
- Status changed from In Progress to Feedback
- % Done changed from 60 to 100
This should get it the rest of the way for this release:
https://gitlab.netgate.com/docs/pfSense-docs/-/commit/1667b5f2ff8b82cb49f5b61449238fd173d0e1aa
http://stage-v23.05.docs.netgate.com/pfsense/en/latest/firewall/ethernet-rules.html
http://stage-v23.05.docs.netgate.com/pfsense/en/latest/nat/process-order.html
Updated by Jim Pingle about 2 years ago
I also added a recipe to configure an AT&T style WAN using Ethernet rules and other recent features:
https://gitlab.netgate.com/docs/pfSense-docs/-/commit/9b00b71603f0bd119f8b9db26a4a53e8f208b723
I'm splitting that off into its own separate Redmine issue: #14375
Updated by Jim Pingle about 2 years ago
- Related to New Content #14375: Add recipe for AT&T fiber ONT/Modem auth bridge setup added