IP Routing Problem

C

Chris Sibel

Hey Everyone,
I'm trying to setup NAT IP routing protocol for my companys network.
I have a Windows 2000 Server with SP4 with 2 Network Adapters. I labeled
them 'Internal' and 'External'.

The 'Internal' adapter TCP/IP settings...
IP address "192.168.1.7"
Subnet Mask "255.255.255.0"
Gateway is "Blank"
DNS "66.63.128.33"

The 'External' adapter TCP/IP Settings...
IP Address "10.2.0.2"
Subnet Mask "255.0.0.0"
Gateway "192.168.1.1" (points to a Cisco Router)
DNS "66.63.128.33"

Keep in mind that we are using a Cisco Router to route Public IP's ranges
between '66.63.142.101' and '66.63.142.110' which goes to One-To-One of
'10.2.0.1' to '10.2.0.10'

So My goal is to allow a outside connection to enter, lets say
'http://66.63.142.101' and have that be routed to '10.2.0.1' (one-to-one).
Which will then be routed to a workstation on my LAN which I have a website
being hosted on (ie. 192.168.1.24).

When I goto a PC that is not on the LAN and enter 'http://66.63.142.101' in
the IE address bar; I'm able to see the inbound connection in the NAT
Mapping Table on the 2K Server but for some reason I'm not being routed to
the other IP. Do I have everything configured right?
 
M

Marina Roos

DNS on both internal and external nic should point to your server-IP.
Check the bindingorder and make sure the internal nic is on top.
In DNS-server you put the ISP-DNS-numbers in the tab Forwarders.

Marina
 

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