From: "J. Bakshi" <joydeep@infoservices.in>
To: netfilter@vger.kernel.org
Subject: Re: can single linux box with dual gateway provide two separate connection ?
Date: Tue, 08 Dec 2009 15:25:13 +0530 [thread overview]
Message-ID: <4B1E2281.3040109@infoservices.in> (raw)
In-Reply-To: <4B1CCCFF.9080205@infoservices.in>
J. Bakshi wrote:
> Hello list,
>
> This is not the traditional load-balancing or fail over technique which
> I like to achieve through iptables but the objective is different. I
> have 2 different ISP connections. The Linux server is presently using
> one ISP as well as do ip-forward to make it available for the LAN
> users. I have achieved this by
>
> ` ` `
> echo 1 > /proc/sys/net/ipv4/ip_forward
>
> iptables -A FORWARD -i ${WAN_IFACE} -o ${LAN_IFACE} -s 192.168.0.0/24 -m \
> conntrack --ctstate NEW -j ACCEPT
> iptables -A FORWARD -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
> iptables -A POSTROUTING -t nat -j MASQUERADE
> ` ` `
>
> cool. Now Some thing extra which I like to achieve. I like to put the
> second ISP too into the server and use the above style iptables to
> forward it to another lan card so that both the connection will be
> available *separately* from the same server. Obviously server can choose
> any one of these as its own gateway. Got the idea ? not a load-balancing
> setup but the server will act as two separate modem actually to provide
> two connections. I have followed
>
> http://www.generationip.com/documentation/network-documentation/93-howto-setup-multi-default-gateway-on-linux
>
>
> to configure the routing tables for these two ISPs. Frankly telling you
> I have become a little confused now. Shall I now simply apply the above
> iptable rules for the two connections or some thing more is required to
> achieve this ? Obviously I can continue doing experiment to know the
> answer but the server where I am working is acting as the default
> gateway; hence my liberty is also restricted to do this very
> experiment. could any one help me out to come out from this very
> confusing stage ?
> Thanks
>
>
Any hints from anyone ?
--
জয়দীপ বক্সী
next prev parent reply other threads:[~2009-12-08 9:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-07 9:38 can single linux box with dual gateway provide two separate connection ? J. Bakshi
2009-12-08 9:55 ` J. Bakshi [this message]
2009-12-09 5:49 ` J. Bakshi
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=4B1E2281.3040109@infoservices.in \
--to=joydeep@infoservices.in \
--cc=netfilter@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox