All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] load balancing and DNAT
@ 2005-01-03 18:32 Brad Barnett
  2005-01-04  1:36 ` Ming-Ching Tiew
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Brad Barnett @ 2005-01-03 18:32 UTC (permalink / raw)
  To: lartc



Does anyone know if load balancing and DNAT work well together?  I know
that load balancing and NAT do not, but what about a simple port forward?

I can't apply Julian Anastasov's patches, because they don't work with
PPTP patches. :/

Anyhow, a simple:

iptables -t nat -A PREROUTING -i eth0 -p tcp --dport xxx -j DNAT --to
yyy:xxx 
iptables -I FORWARD -i eth0 -d yyy -p tcp --dport xxx -o eth1 -j
ACCEPT

does not seem to work.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

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

end of thread, other threads:[~2005-01-04  3:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-03 18:32 [LARTC] load balancing and DNAT Brad Barnett
2005-01-04  1:36 ` Ming-Ching Tiew
2005-01-04  2:03 ` Brad Barnett
2005-01-04  2:27 ` Ming-Ching Tiew
2005-01-04  2:30 ` Brad Barnett
2005-01-04  3:11 ` Ming-Ching Tiew
2005-01-04  3:23 ` Brad Barnett
2005-01-04  3:33 ` Ming-Ching Tiew
2005-01-04  3:46 ` Brad Barnett

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.