On Thu, 23 Oct 2003 17:59:13 +0000 (UTC), Jay Krishnan
<(E-Mail Removed)> wrote:
>Hi all :
>
>I have two interfaces on my redhat 7.3 system, eth0 and eth1,
> eth0 is for general stuff and eth1:0 ,
> eth1:1 eth1:2 ... is for the web traffic, using apache
>makes apache send the web traffic from eth0 instead of eth1,
>
>what should i do to get the web traffic routed through only the eth1
>interface ?
>
>asking on the apache news group, tells me it is A OS specific question
You have not fully explained what you are trying to do here with the 2
cards, so I will propose a WAG:
Look up references to the iproute2 commands. With these commands, you
can force packets to go out of the appropriate interface according to
their source IP address and many other things. This may provide your
solution. Check out this web page:
http://www.ssi.bg/~ja/nano.txt
Like I said, I'm just taking a WAG at what the problem is. What I have
written may be totally irrelevent to your problem!