0 pts.
 Server 2003 network – 2 NICS
I have a server 2003 with 2 nics internal 192.168.10.1 255.255.255.0 no gateway 192.168.10.5 DNS external 10.1.10.5 255.255.255.0 10.1.10.1 gateway 68.87.76.178 dns Internal nic handles the DHCP 192.168.10.150-190 it has the scope options with the gateway 10.1.10.1 that is the comcast modem. and the DNS of 192.168.10.5 The internal network works. WS's can access the server. But they cannot access the internet. I can ping the 192 number but not the 10.1 numbers. If I want internet i have to mannually add the ip on the workstation with a 10.1.10 number. What could be blocking this? RRAS? I tried uninstalling it and that didn't work.

Software/Hardware used:
ASKED: July 6, 2007  8:32 PM
UPDATED: February 4, 2009  9:56 PM

Answer Wiki:
*** Improved by Wrobinson on 12/22/07 *** You need to configure DHCP to include a default gateway of 192.168.10.1 for the workstations and enable routing on the server for network traffic from the internal network to be forwarded to the external gateway and out to the Internet. Chances are that you will have to also setup a static route of 0.0.0.0 to the external gateway. *** End update *** I may be wrong on this, but if your internal NIC receives a request for something not 192.168, etc related, it would send that request to the gateway, which you do not have configured on the NIC. try configuring the gateway
Last Wiki Answer Submitted:  December 22, 2007  9:34 pm  by  Itguy1509   220 pts.
All Answer Wiki Contributors:  Itguy1509   220 pts. , Superfreak   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I do believe that you need to change the gateway for the workstations’ NICs in DHCP to the IP address of the internal NIC, not the comcast router. once they get directed to the internal NIC then the internal NIC will pass it onto the external NIC and then onto the comcast router.

 6,850 pts.

 

Buddy is correct after you enable routing or internet connection sharing on your windows server. (Routing and Remote Access will do the same thing.)

 5,320 pts.

 

Yes, you need to route traffic from the internal NIC to the external NIC. At a command prompt type in “Route’ for more info.. I’m not sure of the exact command syntax.

 85 pts.