1
General Discussion / Re: Noob to OPNsense - Firewall Rules
« on: August 04, 2024, 02:06:17 am »first please make sure your dcpp range for static leases is outside the range of dynamic ones. For instance range is /24. Then your static could be from a.b.c.200 to a.b.c.250, then your dyanamic could be from a.b.c.2 to a.b.c.199
then
- rules are evaluated in order descending. Note the tooltip help of "quick" rules. Most times quick is what you want
- IN/OUT is as if viewed from the firewall point of view. So for your devices on LAN, the traffic comes IN via the LAN interface into the firewall and that's where you normally place your rules. You seem to have that OK.
- Inverse option of a rule like above would say traffic that is NOT coming in from the LAN.
Check this and report back please.
Hello,
I figured out what was causing the dropped packets and it had nothing to do with the DHCP Alias I wanted access to the internet.
I had created a virtual IP for an interface but somehow it got assigned to a different interface. When that happened the route (10.10.8.0/24) for that interface disappeared. This interface handles the DNS servers in the DMZ which then forwards to cloudflare.
Once I assigned the virtual IP to the DMZ interface the route returned to it and everything flowed out correctly...
Thank you for your assistance.