<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<pre>Hello!<br /><br />Thanks for let me using your new kernel from your group. I am using CentOs 5.6 the had very old kernel i a need new kernel for use IPv6 firewall script. <br /><br />So i use now 2.6.39-2.el5.elrepo and IPv6 works but only little thinks go wrong on IPv6.<br />I get this warning when i start arno-iptables firewall 2.0.0b  <br />
Enabling setting the maximum packet size via MSS
/sbin/ip6tables -A FORWARD -o eth0 -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
ERROR (2): ip6tables v1.3.5: Unknown arg `--clamp-mss-to-pmtu'
Try `ip6tables -h' or 'ip6tables --help' for more information.
/sbin/ip6tables -A OUTPUT -o eth0 -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
ERROR (2): ip6tables v1.3.5: Unknown arg `--clamp-mss-to-pmtu'
Try `ip6tables -h' or 'ip6tables --help' for more information.<br /><br />I ask the maker of the firewall what the problem he anwser:<br />ip6t_TCPMSS is missing (I assume you forgot to enable it when you compiled your kernel). It's no biggy, that's for sure but in case you would like to use SET_MSS for IPv6, one should build the module...<br /><br /></pre>
<div>Is this correct? What can i do? </div>
<div>The firewall script is here... <a href="http://rocky.eld.leidenuniv.nl/joomla/">http://rocky.eld.leidenuniv.nl/joomla/</a> it works very good on IPv4 for many years. But time change and we need to go IPv6 support.</div>
<div>Best regards,</div>
<div>Michel van Dop</div>
</body></html>