From: Patrick McHardy <kaber@trash.net>
To: Jan Engelhardt <jengelh@computergmbh.de>
Cc: Netfilter Developer Mailing List <netfilter-devel@vger.kernel.org>
Subject: Re: xt_TCPMSS loading issue
Date: Wed, 31 Oct 2007 12:31:58 +0100 [thread overview]
Message-ID: <472867AE.5020702@trash.net> (raw)
In-Reply-To: <Pine.LNX.4.64.0710301853110.31325@fbirervta.pbzchgretzou.qr>
Jan Engelhardt wrote:
> 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?
Works fine for me. Does "modprobe ipt_TCPMSS" work?
next prev parent reply other threads:[~2007-10-31 11:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-30 17:55 xt_TCPMSS loading issue Jan Engelhardt
2007-10-31 11:31 ` Patrick McHardy [this message]
2007-10-31 12:36 ` Jan Engelhardt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=472867AE.5020702@trash.net \
--to=kaber@trash.net \
--cc=jengelh@computergmbh.de \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.