Finalcut62
New Around Here
Hi there,
I'm on 380.64 and I've been spending the past few days getting this project going using ipset as the basis for blocking incoming connections. However, the script on the GitHub page fails and when I do a manual step by step of the script, it turns out
fails with a
error. I assume that's the reason why the iptable commands in the script all fail with an error of the sets being looked for are not found.
Can I manually install that ipt_set.ko mod?
Best,
Paul
I'm on 380.64 and I've been spending the past few days getting this project going using ipset as the basis for blocking incoming connections. However, the script on the GitHub page fails and when I do a manual step by step of the script, it turns out
Code:
insmod ipt_set
Code:
insmod: 'ipt_set.ko': module not found
Can I manually install that ipt_set.ko mod?
Best,
Paul