Firewall configuration

Hi all
I'm trying to setup a DMZ in my Flint 2
I've created several vlans using vlan filtering:


VLAN 10 is DMZ VLAN, it should have access to the internet, but no access to my lan
I've created interface on br-lan.10

And assigned it to DMZ zone

Here's my fw setup:

In my understanding a client from dmz shouldn't have access to lan, however:

Why the host from DMZ vlan is still able to reach a host from lan?

Because your default setting is to allow?

You set up a bridge, so it would be helpful to see what is included in your bridge. Also, if you kept that interface in your lan bridge, and your vlans are only tagged with no default, i am not sure the firewall would even be in play. Perhaps someone way smarter than I am can look into this further with you, but when I set up my vlans, I just assigned the interface and did not configure a new bridge and all of my vlans are untagged allowing my swtich to control vlan membership.

1 Like

There's a screenshot with my bridge setup:


Other settings below:


I have a separate interface for each VLAN on the same bridge

Should I move my vlans to different bridges to make the firewall work?

Still looking for some help on this

It truns out the default input action should be deny indeed, and in order to prevent complete router unavailability I had to create allow rule to "this device" first

1 Like