All of lore.kernel.org
 help / color / mirror / Atom feed
* Changing TCP MSS for IPv6
@ 2003-10-13 18:58 Dimitrios Pezaros
  0 siblings, 0 replies; only message in thread
From: Dimitrios Pezaros @ 2003-10-13 18:58 UTC (permalink / raw)
  To: netfilter

Dear all,

I am experimenting with altering the TCP MSS using iptables/ip6tables
v1.2.5 under Linux 2.4.18

I am able to do that for IPv4 traffic using the options e.g.
iptables -A OUTPUT -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss
1000
iptables -A OUTPUT -p tcp --tcp-flags SYN,RST SYN -j TCPMSS
--clamp-mss-to-pmtu

This is, as expected, applied to IPv4 traffic. I need to do something
equivalent (being able to manually alter MSS) for IPv6, but the TCPMSS
option does not seem to work for ip6tables.

------------------------------------------------------------------------
-----
# ip6tables -A OUTPUT -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss
1400
ip6tables v1.2.5: Unknown arg `--set-mss'
Try `ip6tables -h' or 'ip6tables --help' for more information.
------------------------------------------------------------------------
-----

Am I doing something obviously wrong, or such functionality is not (yet)
implemented for ip6tables?
Or even, is there a specific patch that I need to apply?

Many thanks for any help,
Dimitris.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-13 18:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-13 18:58 Changing TCP MSS for IPv6 Dimitrios Pezaros

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.