Windows 2008, 2 NICS, routing problem

Posted by Srodriguez on Server Fault See other posts from Server Fault or by Srodriguez
Published on 2010-12-15T15:23:15Z Indexed on 2010/12/30 6:56 UTC
Read the original article Hit count: 247

Dear all, I've some questions regarding basic routing, can't seem to relate to other questions posted in this site.

My architecture: Windows 2008 server with 2 nics in the server.

NIC1: IP 10.198.6.xxx, submask 255.255.252.0, gateway 10.198.4.xxx

NIC2: IP 192.168.168.xxx, submask 255.255.255, no gateway defined

both NICS are just connected to two separate switches, with other computers.

I want to be able that all the requests that have a destination of 192.168.168.xxx are redirected to the NIC2, all the other to the NIC1.

I know it's possible to do it with the route command, but normally we have to specify a gateway? (route ADD 192.168.168.0 MASK 255.255.255.0 ???)

How can this be archived?

Thanks a lot for your help!

© Server Fault or respective owner

Related posts about windows-server-2008

Related posts about routing