How to fix a bad rule in /etc/bogons
-
I have repeated log errors saying: There were error(s) loading the rules: no IP address found for 212.103.3:/29 - The line in question reads [0]: …
That line can be found in the /etc/bogons file
212.103.3:/29
removing "disallow bogons" doesn't prevent this error so I was going to try to edit the file to use a full network address (212.103.3.0:/29) to see if that helps. This is on a read only filesystem so that's not possible here.
Does anybody have any insight into what I can do to fix this?
-
No such thing there: https://files.pfsense.org/lists/fullbogons-ipv4.txt
Anyway, run
/etc/rc.update_bogons.sh 0
to get an uncorrupted copy.
-
Thank you. That was what I was looking for. This did the trick.