pfBlockerNG-devel v3.2.0 crashing repeatedly on pfSense 23.01
-
@william-0 Unfortunately that is not the case.
I did my other firewalls, removed the package before upgrading and reinstalled afterwards.
Same issue.Hope this will be resolved quickly
-
@dotone said in pfBlockerNG-devel v3.2.0 crashing repeatedly on pfSense 23.01:
After reboot issue persists…
Uncaught ValueError: str_repeat(): Argument #2 ($times) must be greater than or equal to 0 in /usr/local/share/pear/Net/IPv6.php:684
Did you happen to check for any short-form IPv6 addresses or VIPs in your environment? In my post above, it was the collapsed (::) format in some VIPs I had configured that the code didn't like. Expanding those to a full 8 segments resolved the issue for me.
https://forum.netgate.com/post/1087014
-
@xpxp2002 I changed all CARP IPv6 address to full notation.
That did the job.Although, I see pfBlockerNG inserts an incorrect formatted IPv6 address.
The leading double colon is correct, 2nd part of the address is dotted notation.Thanks
-
@dotone I have a fix for this now. Working on packaging this for the next version:
curl -o /usr/local/pkg/pfblockerng/pfblockerng.inc "https://gist.githubusercontent.com/BBcan177/b735258a1267995046aab45aeaedc210/raw"
-
-