I want to setup a DHCP and DNS servers on Windows Server 2003.
The DHCP is working now, the DNS is only half working –
From the server, I can access the internet everything is good.
From the clients, I can access the server (LAN), but cannot access web pages from the internet. When I do ping from the clients, it’s giving weird response – if i do ping to Google from the clients, it’s writing ping Google (208.x.x.x), meaning it’s resolving the ip of all websites, but then the next lines are request timed out.
if from the clients i do nslookup it’s working well…
the LAN is 10.0.0.x, and the server has only 1 network adapter, so I configured 2 IPs on this adapter – main one is 10.0.0.10 and second one is the IP of internet (we have here a static ip on the internet, so I wrote it down).
in the server, in its network configuration – as dns server i wrote itself – 10.0.0.10, as gateway I wrote the gateway as the ISP gave me 82.x.x.x, and it has two IPs.
In the server’s dns service, I wrote that the dns forwarders are what the ISP told me 193.x.x.x.
From the clients I cannot ping the router which is 82.x.x.x but I can ping successfully both the IPs of the server – 82.x.x.x and 10.0.0.0
Thanks and have a wonderful day full of light,
Yoav