1
General Discussion / Re: Clearing Automatically Generated Rules
« on: June 20, 2023, 09:23:37 pm »
I think there is an issue with these settings, DNS is no working. I did enable LAN to this Firewall for LAN and it seems to fix problem with DNS, not sure if this is correct.
You do not need any rules on WAN.
LAN2 - 1st rule:
Source: LAN2 net
Destination LAN net
Direction: in
Action: deny
LAN2 - 2nd rule:
Source: LAN2 net
Destination: any
Direction: in
Action: allow
Gateway: WAN2 GW
LAN - 1st rule:
Source: LAN net
Destination LAN2 net
Direction: in
Action: deny
LAN - 2nd rule:
Source: LAN net
Destination: any
Direction: in
Action: allow
Gateway: WAN GW
"Out" rules are practically never used due to the stateful nature of the firewall. But this is how all firewalls have worked for ages, actually. When a client on LAN tries to reach "something" on the Internet, the initial packet is coming in the LAN interface. So "in" rule.
HTH,
Patrick