From: "Dennis O. Aliev" <daliev@etecom.com>
To: netfilter@lists.netfilter.org
Subject: Re: Multiple Source IP Addresses
Date: Fri, 11 Mar 2005 11:40:10 -0800 [thread overview]
Message-ID: <20050311114010.7d7207ec.daliev@etecom.com> (raw)
In-Reply-To: <201E6F5AC48C274996A5AD8304FAEF869A04@p001ex03.porta.local>
Baake,
Thank you for reply.
What you suggesting will take care of routing incomming packets (from internet) to web server. In my scenario, I have a bot that parses sites and so the packets are coming from webserver to internet and source addresses must be different to load balance between internet connections.
--
Dennis O. Aliev
On Fri, 11 Mar 2005 09:21:40 +0100
"Baake, Matthias" <m.baake@porta.de> wrote:
> If i understood it the right way you want to map an internal machine (e.g. Webserver) to an external address.
> Then you have to make a Rule into NAT Prerouting to redirect specific Traffic to the internal machine.
>
> IPTABLES -t nat -A PREROUTING -i $EXT_IF -d $Your_ext_ip -j DNAT --to-destination $IP_OF_YOUR_INTERNAL_WEBSERVER
>
> The filtering for this map you can still do in the filter table. Like your rule you already posted.
> This way your Internal Webserver should be reachable from the Internet.
>
> /matthias baake
>
>
>
> -----Original Message-----
> From: netfilter-bounces@lists.netfilter.org
> [mailto:netfilter-bounces@lists.netfilter.org]On Behalf Of Dennis O.
> Aliev
> Sent: Friday, March 11, 2005 4:50 AM
> To: netfilter@lists.netfilter.org
> Cc: sergey@etecom.com; daliev@etecom.com
> Subject: Multiple Source IP Addresses
>
>
> Good evening,
>
> Is there a way to send traffic from host behind IPTables firewall using different external source IP addresses that are assigned to firewall on the external interface?
>
> Host behind firewall has single IP address (192.168.1.94) and making http based requests to internet.
>
> Firewall has following rules to make it work:
> iptables -t filter -A forward -o eth0 -p tcp -s 192.168.1.94 --dport 80 -j ACCEPT
> iptables -t nat -A POSTROUTING -o eth0 -s 192.168.1.94 -j SNAT --to-source some_external_ip
>
> I was thinking of making http request from host to a different port and then based on that change source address to another external address and change the destination port to 80, but can't figure out how to do that.
>
> Does anyone have any ideas? Perhaps there is a different approach?
> --
>
> Dennis O. Aliev
next prev parent reply other threads:[~2005-03-11 19:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-11 8:21 Multiple Source IP Addresses Baake, Matthias
2005-03-11 19:40 ` Dennis O. Aliev [this message]
2005-03-11 19:49 ` Jason Opperisano
2005-03-11 20:37 ` Dennis O. Aliev
2005-03-11 20:48 ` Dennis O. Aliev
-- strict thread matches above, loose matches on Subject: below --
2005-03-11 3:50 Dennis O. Aliev
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=20050311114010.7d7207ec.daliev@etecom.com \
--to=daliev@etecom.com \
--cc=netfilter@lists.netfilter.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.