When can we expect IPv6 support in CSF?
All our servers are already IPv6 enabled and running CSF. Because CSF is not IPv6 aware we have created our own ip6tables script. But it's definitely not an ideal situation....
I know there are a lot of other CSF users that are looking forward to IPv6 support in CSF.
IPv6 Support in CSF
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
We are working on it. There are issues with ip6tables, especially with kernels < v2.6.20 (such as the current CentOS v5 kernel) which do not support SPI (connection tracking). There's also care needed with the new icmpv6 filtering that needs to be taken care of.
We should hopefully have an experimental ipv6 option available in the near future.
We should hopefully have an experimental ipv6 option available in the near future.
This has now been added to v5.04 of csf.
It wasn't as easy or simple as just search and replace iptables for ip6tables
The new system allows for the configuration of a fallback static IPv6 firewall for kernels older than 2.6.20 as they do not support stateful connection tracking. Newer kernels will configure a proper SPI firewall, but we've only been able to do limited SPI testing on that configuration with the resources available.
It wasn't as easy or simple as just search and replace iptables for ip6tables
The new system allows for the configuration of a fallback static IPv6 firewall for kernels older than 2.6.20 as they do not support stateful connection tracking. Newer kernels will configure a proper SPI firewall, but we've only been able to do limited SPI testing on that configuration with the resources available.