All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] 4 nic advanced routing question
@ 2002-09-10 16:02 Thad Marsh
  2002-09-10 16:29 ` Juan Antonio Morillas Cerezo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Thad Marsh @ 2002-09-10 16:02 UTC (permalink / raw)
  To: lartc

[-- Attachment #1: Type: text/plain, Size: 1335 bytes --]

I have scoured the net, gotten a few pointers from several people and looked at several books and still have not come up with a satisfactory solution.  
 
I know someone has done it!  
 
Can some one point me to a reference for how to route two wan nics and two internal nics on the same box.  
 
I have tried using ip add to setup two separate lookup tables and route tables but to know avail. Any help greatly appreciated!
 
This is what I have 
 
66.92.114.46                              66.92.114.46                              209.141.2.194
|                       |
xxxxxxxxxxxxxxxx
RedHat 7.3 will run ShoreWall
xxxxxxxxxxxxxxxx
192.168.119.101         192.168.120.101
            |                                   |                                   each network will have servers running here
192.168.119.100                  192.168.119.100                  192.168.120.100
xxxxxxxxxxxxxxxxx
failover box
xxxxxxxxxxxxxxxxx
192.168.121.101
internal mail server
 
ip ru
0:      from all lookup local
32766:  from all lookup main
32767:  from all lookup 253
 
 
ip ro
66.92.114.32/28 dev eth0  scope link
209.141.2.192/27 dev eth1  scope link
192.168.119.0/24 dev eth2  scope link
192.168.120.0/24 dev eth3  scope link
127.0.0.0/8 dev lo  scope link
default via 66.92.114.33 dev eth0
 

[-- Attachment #2: Type: text/html, Size: 18299 bytes --]

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

* Re: [LARTC] 4 nic advanced routing question
  2002-09-10 16:02 [LARTC] 4 nic advanced routing question Thad Marsh
@ 2002-09-10 16:29 ` Juan Antonio Morillas Cerezo
  2002-09-10 16:34 ` Michael T. Babcock
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Juan Antonio Morillas Cerezo @ 2002-09-10 16:29 UTC (permalink / raw)
  To: lartc

A fecha Tue, Sep 10, 2002 at 12:02:44PM -0400, Thad Marsh dijo:
> 
> I have scoured the net, gotten a few pointers from several people and looked at
> several books and still have not come up with a satisfactory solution. 
> 

        	Perhaps it's because of my mail reader not properly
        opening html documents, but I'd ask you to make a diagram or
        even a drawing, with arrows included, that would help a lot. 
        Please take into account possible NATings between networks too.





_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

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

* Re: [LARTC] 4 nic advanced routing question
  2002-09-10 16:02 [LARTC] 4 nic advanced routing question Thad Marsh
  2002-09-10 16:29 ` Juan Antonio Morillas Cerezo
@ 2002-09-10 16:34 ` Michael T. Babcock
  2002-09-10 18:39 ` Jose Luis Domingo Lopez
  2002-09-10 21:34 ` Julian Anastasov
  3 siblings, 0 replies; 5+ messages in thread
From: Michael T. Babcock @ 2002-09-10 16:34 UTC (permalink / raw)
  To: lartc

Juan Antonio Morillas Cerezo wrote:

>Perhaps it's because of my mail reader not properly
>opening html documents, but I'd ask you to make a diagram or
>even a drawing, with arrows included, that would help a lot. 
>Please take into account possible NATings between networks too.
>
I'm not sure why you're having a problem:

------_=_NextPart_001_01C258E3.801CD380
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable


His document was encoded properly ...

-- 
Michael T. Babcock
C.T.O., FibreSpeed Ltd.
http://www.fibrespeed.net/~mbabcock


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

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

* Re: [LARTC] 4 nic advanced routing question
  2002-09-10 16:02 [LARTC] 4 nic advanced routing question Thad Marsh
  2002-09-10 16:29 ` Juan Antonio Morillas Cerezo
  2002-09-10 16:34 ` Michael T. Babcock
@ 2002-09-10 18:39 ` Jose Luis Domingo Lopez
  2002-09-10 21:34 ` Julian Anastasov
  3 siblings, 0 replies; 5+ messages in thread
From: Jose Luis Domingo Lopez @ 2002-09-10 18:39 UTC (permalink / raw)
  To: lartc

On Tuesday, 10 September 2002, at 12:34:10 -0400,
Michael T. Babcock wrote:

> I'm not sure why you're having a problem:
> His document was encoded properly ...
> 
Yes, multipart/alternative, but I think what the reader was trying to
say us that the ASCII version of the email seems to include some kind of
ASCII-art that depicts the sender's network. But at least in my email
client the drawing seems broken and gives no clues about topology.

-- 
Jose Luis Domingo Lopez
Linux Registered User #189436     Debian Linux Woody (Linux 2.4.19-pre6aa1)
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

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

* Re: [LARTC] 4 nic advanced routing question
  2002-09-10 16:02 [LARTC] 4 nic advanced routing question Thad Marsh
                   ` (2 preceding siblings ...)
  2002-09-10 18:39 ` Jose Luis Domingo Lopez
@ 2002-09-10 21:34 ` Julian Anastasov
  3 siblings, 0 replies; 5+ messages in thread
From: Julian Anastasov @ 2002-09-10 21:34 UTC (permalink / raw)
  To: lartc


	Hello,

On Tue, 10 Sep 2002, Thad Marsh wrote:

> Can some one point me to a reference for how to route two wan nics and
> two internal nics on the same box.

Here you can find some documents and patches on this issue:

http://www.ssi.bg/~ja/#routes

Regards

--
Julian Anastasov <ja@ssi.bg>

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

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

end of thread, other threads:[~2002-09-10 21:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-10 16:02 [LARTC] 4 nic advanced routing question Thad Marsh
2002-09-10 16:29 ` Juan Antonio Morillas Cerezo
2002-09-10 16:34 ` Michael T. Babcock
2002-09-10 18:39 ` Jose Luis Domingo Lopez
2002-09-10 21:34 ` Julian Anastasov

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.