Mark said:
I recently set up s DC with Windows 2000 Server. I am able to have the
client computer login, but they have no internet access. I know I need DNS
set up in order for them to connect to the server. How do I add a forward
zone to my ISP's DNS Servers so that client can get online?
You don't -- you just FORWARD to the ISPs DNS server. It becomes your
forward.
Weird thing is that "Forwarders" do not know that they are forwarders. You
configure this on the INTERNAL DNS Server(s) in the Properties\Forwarding
tab.
My ISP Provider is: Comcast - Cable Internet w/Dynamic IP
Use the ISP's DNS server IP ADDRESS(ES)
Also does anyone know the address to use to forward to Comcast's DNS
Servers?
Whatever you would have used if you were just a single client (with no AD).
Worst
case, call them. It is a perfectly normal question to ask, "What DNS should
my clients
use?" (It's irrelevant to them that you will first resolve internal names
on an internal DNS
server set.)
First (temporary) guess can be found this way:
D:\PROGRA~1\ArabDict>nslookup -q=ns comcast.com
Server: chutoro.learnquick.com
Address: 192.168.239.10
Non-authoritative answer:
comcast.com nameserver = ns1-auth.sprintlink.net
comcast.com nameserver = ns2-auth.sprintlink.net
ns1-auth.sprintlink.net internet address = 206.228.179.10
ns2-auth.sprintlink.net internet address = 144.228.254.10
Probably those last two IPs will work.