Re: Advanced Routing

2004-07-23 Thread Jon
Doh, that URL is not the one I meant to paste. http://www.linuxguruz.com/iptables/howto/2.4routing-4.html The above URL has the example I meant to point out. On Fri, 23 Jul 2004 11:27:13 -0400, Jon <[EMAIL PROTECTED]> wrote: > What you will need is to use source routing with iproute2. > You will

Re: Advanced Routing

2004-07-23 Thread Jon
What you will need is to use source routing with iproute2. You will need to set up multiple (2) routing tables, each table having the default gateway for the chosen interface, and a route for the other public IP and the 10.0.0.0 block. Then you use rules that determine which routing table to use (a

Advanced Routing

2004-07-23 Thread Mariano Wahlmann
I need some help to solve a routing problem.. I have a firewall, using NAT , and it have 2 internet conections, i has only one NIC, with several virtual ips, the list is: eth0: 168.96.1.35 (Internet 1) eth0:1 157.92.1.35 (Internet 2) eth0:2 10.0.0.1 (local net) default gateway 168.96.1.1 I want to

Advanced Routing

2004-07-22 Thread Mariano Wahlmann
I need some help to solve a routing problem.. I have a firewall, using NAT , and it have 2 internet conections, i has only one NIC, with several virtual ips, the list is: eth0: 168.96.1.35 (Internet 1) eth0:1 157.92.1.35 (Internet 2) eth0:2 10.0.0.1 (local net) default gateway 168.96.1.1 I want

Re: Advanced routing question

2003-07-27 Thread Haim Ashkenazi
(or even connect to the dmz through the firewall's eth0) > > wouldn't it try to respond through ppp0 (the default gateway) which will > > make the connection impossible? > > Yes you need to install some advanced routing rules. Read the advanced > routing howto (http:/

Re: Advanced routing question

2003-07-27 Thread Fraser Campbell
pp0 (the default gateway) which will > make the connection impossible? Yes you need to install some advanced routing rules. Read the advanced routing howto (http://www.lartc.org/), you'll need something roughly like this: # All of my networks localnet='172.16.0.0/24' dmz_a='1

Advanced routing question

2003-07-27 Thread Haim Ashkenazi
Hi I'm trying to combine 2 linux firewalls/routers together. the final host should have the following ports: 1. eth0 - 256kbps frame relay. 2. ppp0 (via eth1) - pppoe adsl with dhcp. 3. eth2-3 - 2 DMZ's. 4. eth4 - localnet. The default route is ppp0. Here's the