two network cards

B

Bogdan Fiedur

Hi All,

I have following situation.

I have two network cards on the same machine to communicate with the
internet.


I have two domains where one is being accessed through
one network card and the other through the second network
card.

As far as incoming traffic goes everything works fine.

The outgoing traffic only goes through the card which has
Gateway metrics set to 1 and interface metrics set to 1.

So in the end I get all outgoing traffic going through one
network card only.

My goal is to split this traffic and use corresponding
network cards for each website respectively.


How do I do that?

I use IIS 5 and Windows 2000 server.
 
D

Dusty Harper {MS}

The Windows IP Stack does not allow for the use of two default gateways in
the sense of load balancing. Its support of two gateways is more for Dead
Gateway detection. In order to do what you are wanting, you need to add
additional network or host routes to the machine.
 
B

Bogdan Fiedur

Thanks Dusty,

How do you add additional network or host routes?


Bogdan Fiedur


Dusty Harper {MS} said:
The Windows IP Stack does not allow for the use of two default gateways in
the sense of load balancing. Its support of two gateways is more for Dead
Gateway detection. In order to do what you are wanting, you need to add
additional network or host routes to the machine.

--
--
Dusty Harper
Microsoft Corporation
-------------------------------------------------------------------------- --
This posting is provided "AS IS", with NO warranties and confers NO rights
-------------------------------------------------------------------------- --
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top