Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Microsoft Support > Windows NT/2000/2003 Server/2008 Server
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Windows NT/2000/2003 Server/2008 Server Find support for Windows NT/2000/2003 Server/2008 Server editions.

Reply
 
LinkBack Thread Tools
Old 05-21-2007, 08:08 PM   #1 (permalink)
TSF Enthusiast
 
cryingvalor's Avatar
 
Join Date: Nov 2006
Posts: 510
OS: XP2,WIN03,UBUNTU,CentOS,Bayanihan,FEDORA 8


Resolving DNS Names

Hey I need some clarification pls correct me if im wrong. Heres the situation:

I have a DSL connection at home, our ISP gave me 1 class C routable IP
address, 2 class C DNS address and configure it on my XP Box. So with this
kind of setup when i try to search for a website i am using our ISP's 2 DNS
address that they gave mo to resolve the website and using the default
gateway (the default gateway that i used is the .1 of the class C routable IP
address given to me by my ISP) to be able to connect to the internet, right?

But what is the difference if i configure my DSL configuration to a broadband
router (Linksys) and use it in a LAN with a win03 DNS server with AD, where
all XP Box is using the DNS server as their DNS.
cryingvalor is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 05-22-2007, 06:30 AM   #2 (permalink)
Registered User
 
crazijoe's Avatar
 
Join Date: Oct 2004
Location: Omaha, The Center of the Universe
Posts: 7,632
OS: WinXP, Win2K3

My System

Re: Resolving DNS Names

Quite simple.
All computers on your LAN will be configured with your networks DNS server, even your DNS server will look at itself for DNS queries. In the DNS properties of your DNS server, you will have a fowarder configured with the IPs of your ISPs DNS servers.
When a workstation looks for a website (i.e. www.google.com), it will go to your DNS server. If your DNS server cannot resolve the query, it will foward it to your ISPs DNS server. Your ISPs DNS server says "Hey, the IP for www.google.com is 64.233.167.99." and relays that back to your DNS server which resolves the IP for your workstation.
crazijoe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-22-2007, 11:16 PM   #3 (permalink)
TSF Enthusiast
 
cryingvalor's Avatar
 
Join Date: Nov 2006
Posts: 510
OS: XP2,WIN03,UBUNTU,CentOS,Bayanihan,FEDORA 8


Re: Resolving DNS Names

- ah ok but what if there is no forwarder what would happen?
cryingvalor is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-23-2007, 05:57 AM   #4 (permalink)
Registered User
 
crazijoe's Avatar
 
Join Date: Oct 2004
Location: Omaha, The Center of the Universe
Posts: 7,632
OS: WinXP, Win2K3

My System

Re: Resolving DNS Names

Normally if no fowarder is configured, workstations on the LAN would be unable to resolve DNS names outside the LAN.
crazijoe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-23-2007, 07:37 PM   #5 (permalink)
TSF Enthusiast
 
cryingvalor's Avatar
 
Join Date: Nov 2006
Posts: 510
OS: XP2,WIN03,UBUNTU,CentOS,Bayanihan,FEDORA 8


Re: Resolving DNS Names

Ok.....but if you if placed a default gateway configured with your DLS connection in your LAN but still not configuring forwarding on your DNs server. can workstations in the LAN resolve names outside the LAN.
cryingvalor is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-23-2007, 08:41 PM   #6 (permalink)
Moderator Networking Team
 
Cellus's Avatar
 
Join Date: Aug 2006
Location: Canada
Posts: 2,664
OS: Windows Vista Business SP1, Windows XP Professional SP3

My System

Re: Resolving DNS Names

You would need to set up a forwarder if your network's DNS server can not resolve the name, as crazijoe said. Unless you are changing the DHCP/manual DNS settings on the workstations to ask your ISP's DNS instead of your local DNS, the workstations will be asking your local DNS. The local DNS has to be told to forward any name resolution it does not know to the ISP's DNS to be able to resolve outside the network.

This is SOP for networks. Setting up a forwarder is easy in Windows Server 2003, so you should not have any problems unless your routers/gateways are not permitting the DNS.
__________________
TSF Networking Team

Virus/Trojan/Spyware Removal Help
Donate!
Cellus is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-23-2007, 09:16 PM   #7 (permalink)
TSF Enthusiast
 
cryingvalor's Avatar
 
Join Date: Nov 2006
Posts: 510
OS: XP2,WIN03,UBUNTU,CentOS,Bayanihan,FEDORA 8


Re: Resolving DNS Names

Is it really necessary to implement forwarding. because in our network we have a linux box that shares internet in our LAN and is also our default gateway but our DNS servers are not configured to do forwarding. and so far we can access the internet.

also if i will implement forwarding on our DNS servers what should be my default gateway?
cryingvalor is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-24-2007, 07:02 AM   #8 (permalink)
Registered User
 
crazijoe's Avatar
 
Join Date: Oct 2004
Location: Omaha, The Center of the Universe
Posts: 7,632
OS: WinXP, Win2K3

My System

Re: Resolving DNS Names

Quote:
our DNS servers are not configured to do forwarding. and so far we can access the internet.
You probably have a little more network traffic on your LAN than what is really neccissary.

You must not confuse DNS and the default gateway. DNS only resolves names to IPs. A default gateway routes IP traffic.

If your linux box is configured as your router between your LAN and WAN, then it should be your Default Gateway.

If your workstations are configured with multiple DNS servers (i.e. your DNS server, ISPs DNS server, etc.), then it will query each server till it gets an answer. This is not an idea setup. All workstations on the LAN should have the LANs DNS server resolve all DNS names.
crazijoe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-24-2007, 07:37 PM   #9 (permalink)
TSF Enthusiast
 
cryingvalor's Avatar
 
Join Date: Nov 2006
Posts: 510
OS: XP2,WIN03,UBUNTU,CentOS,Bayanihan,FEDORA 8


Re: Resolving DNS Names

Everything clear now... thank you
cryingvalor is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 03:33 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85