Page 1 of 1

Anyone else seeing this with VB-firewall.pl

PostPosted: Mon Jul 12, 2021 9:30 pm
by jshasteen
error message when running "/usr/local/bin/VB-firewall.pl --voipbl --noblack --debugX"

Loading new rules into voipblip and voipblnet... ipset v6.36: Error in line 1: Null-valued element, cannot be stored in a hash type of set

Seems like the first line of the temporary ipset rules is screwing it up "add voipblip 0.0.0.0 -exist".

When i delete the first line of the tmp rule set and manually restore the iptables file it works fine but then of course fails on the next cronjob.

Is there a fix for this?

Re: Anyone else seeing this with VB-firewall.pl

PostPosted: Mon Jul 12, 2021 9:45 pm
by carpenox
You should be using whitelist only or I promise you that your server will be hacked within a week if its not already, especially if you are still using leap tumbleweed 42.3 on 8.1. Unless youre behind a LAN, but if you box has WAN access, its only a matter of time before you get "ast", "diva", "alpha" or any other number of ddos bots, monero miners or rootkits on your box.

Re: Anyone else seeing this with VB-firewall.pl

PostPosted: Mon Jul 12, 2021 9:50 pm
by jshasteen
Yea I think i might switch to the whitelist. I've been skating by with the voip black list. Thanks

Re: Anyone else seeing this with VB-firewall.pl

PostPosted: Mon Jul 12, 2021 10:49 pm
by carpenox
If you check my blog I have instructions for how do it

Re: Anyone else seeing this with VB-firewall.pl

PostPosted: Tue Jul 13, 2021 11:42 am
by Kumba
Yeah, that's part voipbl.org's fault cause that's just a stupid thing to allow, but then again I didn't check for it either.

In ViciBox v10 which I just released that's fixed. I'll write up some instructions on how to patch that in older installs later.