All of lore.kernel.org
 help / color / mirror / Atom feed
* xt_TCPMSS loading issue
@ 2007-10-30 17:55 Jan Engelhardt
  2007-10-31 11:31 ` Patrick McHardy
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Engelhardt @ 2007-10-30 17:55 UTC (permalink / raw)
  To: Netfilter Developer Mailing List


Using iptables 1.4.0rc1(svn7083), iptables seems to have problems 
autoloading TCPMSS:

18:53 ichi:/ws/iptables # strace -e open ./iptables -t mangle -A OUTPUT 
-d 1.3.3.7 -p tcp --syn -j TCPMSS --clamp-mss-to-pmtu
open("/ws/iptables/extensions/libxt_tcp.so", O_RDONLY) = 3
open("/ws/iptables/extensions/libxt_TCPMSS.so", O_RDONLY) = 3
iptables: No chain/target/match by that name

18:53 ichi:/ws/iptables # modinfo xt_TCPMSS
filename:       
/lib/modules/2.6.23.1-900.ccj58-regular/kernel/net/netfilter/xt_TCPMSS.ko
alias:          ip6t_TCPMSS
alias:          ipt_TCPMSS
description:    x_tables TCP MSS modification module
author:         Marc Boucher <marc@mbsi.ca>
license:        GPL
srcversion:     F9280CB30B14724A70F943F
depends:        x_tables
vermagic:       2.6.23.1-900.ccj58-regular SMP mod_unload 586 

The aliases are there (a common source of errors is lacking these 
aliases). If I manually `modprobe xt_TCPMSS`, iptables succeeds. Any 
idea?

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-10-31 12:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-30 17:55 xt_TCPMSS loading issue Jan Engelhardt
2007-10-31 11:31 ` Patrick McHardy
2007-10-31 12:36   ` Jan Engelhardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.