Help with seperate lan networks, multiple gateways - TechRepublic
Question
March 30, 2009 at 01:05 PM
sam.isham

Help with seperate lan networks, multiple gateways

by sam.isham . Updated 17 years, 3 months ago

I am having to setup a new win2k3 server with multiple nics. The first nic is setup on our private network 192.168.80.0/24(interface A) and the second nic on our dmz network of 10.116.186.0/24(interface B). I have the gateway blank on the second connection and added a static route for the 10.116.186.0/24 network. I cannot get a 192 client to connect to the server via the 10.116.186.0/24 interface. I have set this up on a linux machine just fine, but am having issues with the windows box. RRAS is new to me and I THINK I am setting it up properly, but obviously not. Below is the routing table off my linux machine, which I am attempting to replicate. Any help would be appreciated.
Destination Gateway Genmask Iface
192.168.80.0 * 255.255.255.0 eth1
10.116.186.0 * 255.255.255.0 eth0
169.254.0.0 * 255.255.0.0 eth1
default 192.168.80.1 0.0.0.0 eth1

The solution should be simple, i want packets coming through interface A to be replied through Interface A and packets coming through interface B to be replied through interface B.

This discussion is locked

All Comments