Andrew,
----- Original Message -----
From: "Andrew Judge" <ajudge@telocity.com>
To: "Shorewall-Users" <shorewall-users@shorewall.net>
Sent: Monday, March 25, 2002 4:10 PM
Subject: [Shorewall-users] Multiple external eth
> Is there a way to specify multiple external eth cards with shorewall? I
> want to setup two gateways with iproute and then firewall them. Is this
> possible with shorewall? My best guess without having both lines is to
call> the interfaces files as such, but would this work?
>
> net1 eth0 detect
> net2 eth1 detect
A better way:
net eth0 detect
net eth1 detect
>
> masq file
>
> eth0 192.168.0.0/24
> eth1 192.168.0.0/24
Fine.
You will still need to set up the dual default gateways -- I believe that
the advanced routing HOWTO has information about how to do that.
There''s a
reference to the HOWTO in the Shorewall Traffic Shaping documentation.
-Tom