All of lore.kernel.org
 help / color / mirror / Atom feed
* Two ISPs, a bridge and iptables
@ 2004-12-13 17:11 Lukasz Hejnak
  2004-12-13 18:03 ` Jason Opperisano
  0 siblings, 1 reply; 2+ messages in thread
From: Lukasz Hejnak @ 2004-12-13 17:11 UTC (permalink / raw)
  To: netfilter

Hi
I've been thinking about connecting two ISP's to a linux box and
then firewalling/masqrading that to a local net.
The solution I'm thinking of is:
- connect the ISP's to two different interfaces (say eth0/1)
- connect the local net via a third interface (eth3)
- bridge the two network interfaces into one (eth2)
- doing the rest of the iptables stuff using 
    eth2 as the internet and eth3 as the local net
some ascii art:

   ISP#1      ISP#2
     |          |
===============================
     |          |
   eth0       eth1
     |          |
     ---bridge---
         eth2
	  |   
       iptables   (linux box)
         masq
          |
	 eth3
	  |
===============================
	  |
     local network
    
Now since I still have no playground for this to test, I've got these questions:
Would this solve the problem? 
(local net have access at ISP1+ISP2 bandwidth to the internet)
Would the total load of connections outside be balanced
by iptables/bridge mechanism between the ISP's?
Is this the best/worst/fastest/slowest way to do this?
How will the things change when one of the ISP's fail?

-- 
with regards
Lukasz Hejnak
szift@wp.pl


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

end of thread, other threads:[~2004-12-13 18:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-13 17:11 Two ISPs, a bridge and iptables Lukasz Hejnak
2004-12-13 18:03 ` Jason Opperisano

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.