From: Brad Barnett <lists@L8R.net>
To: lartc@vger.kernel.org
Subject: [LARTC] load balancing and DNAT
Date: Mon, 03 Jan 2005 18:32:55 +0000 [thread overview]
Message-ID: <20050103133255.2474878c@be.back.l8r.net> (raw)
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/
next reply other threads:[~2005-01-03 18:32 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-03 18:32 Brad Barnett [this message]
2005-01-04 1:36 ` [LARTC] load balancing and DNAT 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050103133255.2474878c@be.back.l8r.net \
--to=lists@l8r.net \
--cc=lartc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.