All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pierre JUHEN <pierre.juhen@wanadoo.fr>
To: spoons@rchq.co.za, Netfilter <netfilter@lists.netfilter.org>
Subject: Re: Multi ISP router/firewall ...
Date: Tue, 27 Mar 2007 17:32:38 +0200 (CEST)	[thread overview]
Message-ID: <3564089.276511175009558150.JavaMail.www@wwinf1504> (raw)


Suggested reading : http://www.ssi.bg/~ja/nano.txt

It explains how the routing is done.

Using the ROUTE patch, you force the routing outside the 
routing table.

When a packet comes back on an established connection,
the kernel lookup in the cache, with the input interface 
as part of the matching.

Since in the cache, you have the other interface (ISP1)
for this connection, it doesn't route the packet.

You should use something else than the ROUTE target, for example
what is explained in nano.txt.



> Message du 27/03/07 14:54
> De : "Ray Leach" <spoons@rchq.co.za>
> A : "Netfilter" <netfilter@lists.netfilter.org>
> Copie à : 
> Objet : Multi ISP router/firewall ...
> 
> Hi All
> 
> I've been trying to configure a router/firewall with 5 zones (2 of which
> are ISP links) unsuccessfully.
> 
> So far I've managed to patch the kernel with the ROUTE target, and I've
> got rules as follows:
> 
> FORWARD chain filter table:
> ACCEPT     0    --  ethxx0 eth4    10.0.0.0/24    0.0.0.0/0           
> ACCEPT     0    --  eth4   ethxx0  0.0.0.0/0      10.0.0.0/24
> 
> FORWARD chain mangle table:
> ROUTE      tcp  --  *      *       10.0.0.67    !192.168.1.0/24      tcp
> dpts:80:90 ROUTE oif:eth4 continue
> 
> 
> POSTROUTING chain nat table:
> SNAT       0    --  *      eth4    0.0.0.0/0    0.0.0.0/0  to:10.1.0.2
> 
> 
> ethxx0 is my internal LAN
> eth4 is my 2nd ISP connection
> 10.0.0.67 is my workstation
> 10.1.0.2 is the ip bound to eth4
> 
> The other ISP link is working, we host around 12 websites on servers in
> our DMZ, we have outgoing web browsing, email, MSN, etc. using various
> nat rules for that interface, they all work.
> 
> I can see using tcpdump that the packets are leaving my workstation,
> being mangles to change the route, going out the 2nd ISP link, coming
> back into the 2nd ISP link, but then they disappear.
> 
> My forwarding rules as shown above do not show any traffic.
> 
> This has me stumped.
> 
> As I've stated, I have nat (both SNAT and DNAT) working on the other ISP
> interface on the same machine.
> 
> Where should I start looking?
> 
> Regards
> 
> Ray
> -- 
> Raymond Leach
> RCHQ Hobbies (http://www.rchq.co.za/)
> (T)+27-82-575-6975 (F)+27-86-652-2773
> 
> 
> 
>



             reply	other threads:[~2007-03-27 15:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-27 15:32 Pierre JUHEN [this message]
2007-03-28  5:51 ` Multi ISP router/firewall Ray Leach
2007-03-28  6:18   ` Jan Engelhardt
2007-03-28  6:43     ` Ray Leach
2007-03-28 11:42       ` Raymond Leach
2007-03-28 12:21       ` Ray Leach
2007-03-28 17:15         ` Jan Engelhardt
  -- strict thread matches above, loose matches on Subject: below --
2007-03-27 12:52 Ray Leach

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=3564089.276511175009558150.JavaMail.www@wwinf1504 \
    --to=pierre.juhen@wanadoo.fr \
    --cc=netfilter@lists.netfilter.org \
    --cc=spoons@rchq.co.za \
    /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.