I think we might still missing a .so with 1.3.8.0debian1-1

For ipv4, we have both libipt_tcpmss.so and libipt_TCPMSS.so. With ipv6, we only now have libip6t_TCPMSS

If you try calling ip6tables with "-m tcpmss --mss 1200:1536 -j TCPMSS --clamp-mss-to-pmtu" (which works for ipv4), you still get "Couldn't load match `tcpmss':/lib/iptables/libip6t_tcpmss.so". If you try with "-m TCPMSS --mss 1200:1536 -j TCPMSS --clamp-mss-to-pmtu", then you get the error "Couldn't load match `TCPMSS'"

If you go with the example from the ip6tables man file
        ip6tables -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN \
                    -j TCPMSS --clamp-mss-to-pmtu
Then you get "ip6tables: No chain/target/match by that name". (The mangle table does exist, and it does have a forward chain)

Looks like either we need a fix to the documentation, or the other .so file for ipv6?

Nick


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to