hidden hit counter
Welcome to WindowsForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

DNS Forwarding Not Work

 
   Win 2000/NT/98/ME (Home) -> DNS RSS
Next:  DC Demotion Checklist?  
Author Message
mmsameed

External


Since: Jan 08, 2008
Posts: 1



(Msg. 1) Posted: Tue Jan 08, 2008 2:23 am
Post subject: DNS Forwarding Not Work
Archived from groups: microsoft>public>win2000>dns (more info?)

I have simpe network like follow,
DSL Modem------> ISA Server ----> Switch--->PDC, BDC, Exchange,.....

All Servers Windows 2003 SP2,

In Our DNS Server (PDC) I have put Our ISP DNS Addresses as
Forwarders. But it is Not working. I mean i can not Browse internet
even i can not ping, nslookup any Internet site or IP.
I thought it was becaouse of ISA Firewall. then now i have Unstall the
ISA Server Services for time being to test the Forwarding. even not
working.

ISA Serve MAchine IP address

External Interafce : IP : Static, Default Gateway: DSL Modem IP, DNS :
Empty
Internal Interface: IP: Local Static IP : Default Gateway: Empty, DNS:
Local DNS Servers.

At the same time PDC's interface: IP: Static : Default Gateway: ISA
Server IP, DNS: Local DNS


When i try NSLookup from PDC to ISP DNS Server :

++++++++++++++++++++++++++++++++
C:\>nslookup ISP DNS Server or IP
Server: PDCname.Doamin.com
Address: 192.168.*.*

DNS request timed out.
timeout was 2 seconds.
*** Request to PDCname.Doamin.com timed-out
+++++++++++++++++++++++++++++++++++

Please be noted now there is no Firwall Server (ISA) not installed.

But Local NSLOOKUP is working fine.

Please Any one Help Me.

 >> Stay informed about: DNS Forwarding Not Work 
Back to top
Login to vote
Meinolf Weber

External


Since: Aug 27, 2007
Posts: 314



(Msg. 2) Posted: Wed Jan 09, 2008 9:27 am
Post subject: Re: DNS Forwarding Not Work [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello ,

Did yuou configure the ISP's DNS on the NIC of the DNS server or in the DNS
management console under the forwarders tab? Please post an unedited ipconfig
/all from DNS server.

And just a remark, since windows 2000 there is no longer a PDC?BDC concept.
All DOmain controllers are the same, the differences are the 5 FSMO roles
used in the domain controllers. Smile

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.dts-l.org/goodpost.htm

> I have simpe network like follow,
> DSL Modem------> ISA Server ----> Switch--->PDC, BDC, Exchange,.....
> All Servers Windows 2003 SP2,
>
> In Our DNS Server (PDC) I have put Our ISP DNS Addresses as
> Forwarders. But it is Not working. I mean i can not Browse internet
> even i can not ping, nslookup any Internet site or IP.
> I thought it was becaouse of ISA Firewall. then now i have Unstall the
> ISA Server Services for time being to test the Forwarding. even not
> working.
> ISA Serve MAchine IP address
>
> External Interafce : IP : Static, Default Gateway: DSL Modem IP, DNS :
> Empty
> Internal Interface: IP: Local Static IP : Default Gateway: Empty, DNS:
> Local DNS Servers.
> At the same time PDC's interface: IP: Static : Default Gateway: ISA
> Server IP, DNS: Local DNS
>
> When i try NSLookup from PDC to ISP DNS Server :
>
> ++++++++++++++++++++++++++++++++
> C:\>nslookup ISP DNS Server or IP
> Server: PDCname.Doamin.com
> Address: 192.168.*.*
> DNS request timed out.
> timeout was 2 seconds.
> *** Request to PDCname.Doamin.com timed-out
> +++++++++++++++++++++++++++++++++++
>
> Please be noted now there is no Firwall Server (ISA) not installed.
>
> But Local NSLOOKUP is working fine.
>
> Please Any one Help Me.
>

 >> Stay informed about: DNS Forwarding Not Work 
Back to top
Login to vote
Herb Martin

External


Since: Dec 31, 2006
Posts: 94



(Msg. 3) Posted: Thu Jan 10, 2008 8:11 am
Post subject: Re: DNS Forwarding Not Work [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

wrote in message

>I have simpe network like follow,
> DSL Modem------> ISA Server ----> Switch--->PDC, BDC, Exchange,.....
>
> All Servers Windows 2003 SP2,
>
> In Our DNS Server (PDC) I have put Our ISP DNS Addresses as
> Forwarders. But it is Not working. I mean i can not Browse internet
> even i can not ping, nslookup any Internet site or IP.
> I thought it was becaouse of ISA Firewall. then now i have Unstall the
> ISA Server Services for time being to test the Forwarding. even not
> working.

In Win2000+ there are no PDC/BDCs, only DCs (although one of the
DC will be the "PDC-Emulator" in general, for most purposes all DCs
are equal.)

What happens when you use NSLookup from the INSIDE (say on the
internal DC-DNS server to check the ISP DNS?

nslookup www.google.com IP.Address.ISP.DNS

If this works you don't have a FIREWALL/ISA issue. If this does NOT
work then you don't (primarily) have a problem with the Internal DNS
servers. (Although the internal DNS servers could be misconfigured IN
ADDITION.)

But also try some other (known working) external DNS server to prove
that it isn't simply a problem with the ISP dns or your having the WRONG
ISP DNS address:

nslookup www.google.com 4.2.2.2

> ISA Serve MAchine IP address
>
> External Interafce : IP : Static, Default Gateway: DSL Modem IP, DNS :
> Empty
> Internal Interface: IP: Local Static IP : Default Gateway: Empty, DNS:
> Local DNS Servers.

Generally correct. Since ISA is usually a "Member" of your internal Domain
it must use ONLY the internal DNS even though this requires you to
(sometimes) override the ISP-DHCP assigned DNS setting on the external
NIC.

> At the same time PDC's interface: IP: Static : Default Gateway: ISA
> Server IP, DNS: Local DNS
>
>
> When i try NSLookup from PDC to ISP DNS Server :
>
> ++++++++++++++++++++++++++++++++
> C:\>nslookup ISP DNS Server or IP
> Server: PDCname.Doamin.com
> Address: 192.168.*.*
>
> DNS request timed out.
> timeout was 2 seconds.
> *** Request to PDCname.Doamin.com timed-out

Try
nslookup www.google.com 4.2.2.2

If this also fails this points strongly to the (filter on) the ISA server.

> +++++++++++++++++++++++++++++++++++
>
> Please be noted now there is no Firwall Server (ISA) not installed.
>
> But Local NSLOOKUP is working fine.
>
> Please Any one Help Me.
>
>
 >> Stay informed about: DNS Forwarding Not Work 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Forwarding - I recently installed a Win2K DC and it is also my DNS server. I need this server to forward DNS requests for users that need to access the internet but when I tried to setup forwarding it said that I could not set up forwarding because it was a Roo...

W2K DNS Forwarding - I could do with some help regarding DNS! We have 12 offices each on their own domain (192.168.1.0,192.168.2.0, etc) These offices are connected via vpn links. There is a server at each office that is responsible for DNS & DHCP, and are DC's among o...

DNS forwarding loop - Hi Guys, I have a new client that has 2 trusted Windows 2000 domains with a dc and AD integrated DNS server on each domain. Forwarders are configured on each domain to resolve external DNS which is not configured correctly so some DNS requests are..

Port forwarding and DNS confusion - In a split DNS setup do you need to forward ports on the router to speak to internal servers? All servers, web, FTP, Exchange would have internal addresses. I would have the external DNS (on a DMZ& hosting only external zone) have all the appropri...

Forwarding for unknown addresses - I'm having a problem with the domain DNS server not forwarding requests for our reverse domain to our main DNS servers. This server acts as a forwarder - it only knows about domain members that auto-update the zone, the rest of the requests it is..
   Win 2000/NT/98/ME (Home) -> DNS All times are: Eastern Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum

Categories:
 Windows XP
  Win 2000/NT/98/ME
 Windows Vista!


[ Contact us | Terms of Service/Privacy Policy ]