User Details
User Details
- User Since
- Wed, Jun 22, 7:12 AM (4 d, 16 h)
Fri, Jun 24
Fri, Jun 24
sandwichdoge added a comment to T3933: The firewall does not filter incoming traffic on the interface with vrf..
@Viacheslav As for your other concern, you can filter the actual inbound interface (eth4 in this my case) in mangle-PREROUTING. Maybe you could try packet marking in mangle-PREROUTING, then filter them later in VYOS_FW_FORWARD/VYOS_FW_LOCAL in the filter table?
Something like this:
Thu, Jun 23
Thu, Jun 23
sandwichdoge added a comment to T3933: The firewall does not filter incoming traffic on the interface with vrf..
@Viacheslav I tested your fix in my environment. The inbound filtering worked as expected after the fix. However it did not work correctly for the case we where we want inbound and outbound firewalls on a single vrf member interface (or any case that has more than 2 directions on the same interface).