All of lore.kernel.org
 help / color / mirror / Atom feed
* Multiple --to-source not supported
@ 2009-09-25 22:57 Dave Sparks
  2009-09-26 11:06 ` Pascal Hambourg
  2009-09-29  1:40 ` Cannot access to CVS server of Patch-O-Matic Nguyen Anh Dung
  0 siblings, 2 replies; 4+ messages in thread
From: Dave Sparks @ 2009-09-25 22:57 UTC (permalink / raw)
  To: netfilter@vger.kernel.org

I am trying to setup SNAT for a large network to roundrobin over two different /28s which are on the same interface.  The obvious way to do this with iptables doesn't like the dis-contiguous cidrs and complains:

/sbin/iptables -t nat -A eth1_masq -s 10.0.0.0/24 -d 0.0.0.0/0 -j SNAT --to-source 1.2.3.210-1.2.3.222 --to-source 4.5.6.50-4.5.6.62

iptables v1.4.3.2: Multiple --to-source not supported


This used to work in earlier 2.6 kernels, why doesn't it work anymore?

Any tips for workarounds?

Thanks!



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

end of thread, other threads:[~2009-09-29  9:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-25 22:57 Multiple --to-source not supported Dave Sparks
2009-09-26 11:06 ` Pascal Hambourg
2009-09-29  1:40 ` Cannot access to CVS server of Patch-O-Matic Nguyen Anh Dung
2009-09-29  9:22   ` Saikiran Madugula

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.