Hi,
I have a bunch of auto-generated rules on the WAN interface, a typical auto-generated usually-what-you-whant kind of thing. They are all fine, but since I have checked the "block private networks" checked it created a rule to block traffic from private subnets. It looks like this:
10.0.0.0/8, 27.0.0.0/8, 00.64.0.0/10, 72.16.0.0/12, 92.168.0.0/16
Except the first one they are all wrong. Is this because of something I did or did someone mess this up in the code somewhere? Thee digits are allowed in the first octet... ;)
Running OPNsense 23.7.9-amd64
My auto-generated "block private" on WAN has
10.0.0.0/8, 127.0.0.0/8, 100.64.0.0/10, 172.16.0.0/12, 192.168.0.0/16 * * * * * Block private networks from WAN
It's a cosmetic glitch in 23.7.9 that has been fixed on newer version.
See this https://forum.opnsense.org/index.php?topic=37420.0
Quote from: zan on January 27, 2024, 03:46:47 AM
It's a cosmetic glitch in 23.7.9 that has been fixed on newer version.
See this https://forum.opnsense.org/index.php?topic=37420.0
Though so. Could not find anything when I search for this, maybe my search skills are declining.
Thanks.