* ip6tables equivalent of "-m statistic --mode nth --every 2 -j SNAT"?
@ 2011-05-18 18:13 Tomasz Chmielewski
0 siblings, 0 replies; only message in thread
From: Tomasz Chmielewski @ 2011-05-18 18:13 UTC (permalink / raw)
To: netfilter
I'm having hard time trying to figure out how to rewrite the following iptables rules into ip6tables:
iptables -t nat -I POSTROUTING -m state --state NEW -p tcp --dport 80 -o eth0 -m statistic --mode nth --every 2 -j SNAT --to-source 10.1.1.1
iptables -t nat -I POSTROUTING -m state --state NEW -p tcp --dport 80 -o eth0 -m statistic --mode nth --every 2 -j SNAT --to-source 10.1.1.2
Since there is no nat in IPv6, is it at all possible with ip6tables?
--
Tomasz Chmielewski
http://wpkg.org
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-05-18 18:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-18 18:13 ip6tables equivalent of "-m statistic --mode nth --every 2 -j SNAT"? Tomasz Chmielewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).