All of lore.kernel.org
 help / color / mirror / Atom feed
* SNAT round-robin broken?
@ 2006-02-10 15:22 Khoa Nguyen
  2006-02-10 21:12 ` KOVACS Krisztian
  0 siblings, 1 reply; 6+ messages in thread
From: Khoa Nguyen @ 2006-02-10 15:22 UTC (permalink / raw)
  To: netfilter

I have the following on a box acting as a router between a client and
a web server:

iptables -t nat -A POSTROUTING --source 10.1.1.1 --destination
10.2.1.1 --protocol tcp --dport 80 -j SNAT --to-source
192.168.20.1-192.168.20.100

I open several http connections from the client to the server, the
gateway for some reason SNAT to a single random address only and
doesn't do round-robin for every socket from the client. Is something
broken? How I force it to perform round-robin SNAT'ing?

My kernel: 2.6.12-1.1381_FC3
iptables version: 1.3.4

Thanks,
Khoa


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

end of thread, other threads:[~2006-02-15 21:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-10 15:22 SNAT round-robin broken? Khoa Nguyen
2006-02-10 21:12 ` KOVACS Krisztian
     [not found]   ` <3d00e6dc0602130610j3ccc1c2cseaf06598999ab0b2@mail.gmail.com>
2006-02-13 20:45     ` KOVACS Krisztian
2006-02-13 21:01       ` Khoa Nguyen
2006-02-13 21:30         ` KOVACS Krisztian
2006-02-15 21:47           ` Khoa Nguyen

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.