I've been using CSF for a while now, it's been very useful and it's great at doing its job, but my server also has IPv6 addressing that it needs to have a firewall for. I have CSF's IPv6 firewall enabled and configured, that's working, but I'm having trouble adding IPv6 addresses into its config files.
Addresses I've tried allowing/ignoring:
- ::1/128
- fe80::/10
- 2601:e:2680:b78::/64
Code: Select all
csf -a 2601:e:2680:b78::/64 "Comcast"
Code: Select all
[2601:e:2680:b78::/64] is not a valid IP/CIDR
Furthermore, if I manually add these to the csf.ignore or csf.allow files, I get the following error message in lfd's log file:
Code: Select all
Feb 24 12:42:30 jailout2000 lfd[4558]: Invalid entry in csf.ignore: [::1/128]
Feb 24 12:42:30 jailout2000 lfd[4558]: Invalid entry in csf.ignore: [fe80::/10]
Is this a bug with CSF/LFD or am I doing something wrong here? This is driving me nuts.
Thanks in advance.