DNS host name

  • Thread starter Thread starter Daniel Tan
  • Start date Start date
D

Daniel Tan

How can i check what is the name of my dns server ?
eg,ns.mydomain.com.my . Pls advise. thanks

Rgds
Daniel
 
In
Daniel Tan said:
How can i check what is the name of my dns server ?
eg,ns.mydomain.com.my . Pls advise. thanks

DNS server does not answer by name, the name you give it is only an alias
for its IP address. You can create any host name you want for a DNS server
by creating a host record for the IP DNS listens on. For DNS servers to be
used for public domain hosting you should create a host name for the IP DNS
listens on in a registered domain you have control of.
If you want your DNS to be known as ns.mydomain.com and you own mydomain.com
in your mydomain.com zone create a host named ns for the IP DNS listens on,
this will be your local glue record then in the public parent servers create
a host for ns.mydomain.com with the IP your DNS listens on.

Sorry to be so long, but there is no simple answer, it is not like a website
or a mail server that answers to a specific name, DNS just has a listening
IP address.
 
Kevin, you think, perhaps, he's asking for how to check the authoritative NS
for his domain?

like:
nslookup
set q=ns
domainname.whatever

Just guessing. Otherwise, methinks the easiest way to get the "name" of his
"dns server" would be to just look in the DNS console :)
--
Sincerely,

Dèjì Akómöláfé, MCSE MCSA MCP+I
Microsoft MVP - Directory Services
www.readymaids.com - COMPLETE SPAM Protection
www.akomolafe.com
Do you now realize that Today is the Tomorrow you were worried about
Yesterday? -anon
 
In
Deji Akomolafe said:
Kevin, you think, perhaps, he's asking for how to check
the authoritative NS for his domain?

I dunno, you got me, his question is not very clear if that is what he
wanted.
 
Kevin, where is the public parent server ? is it the isp ? this is
some info what i looking for, thanks

Rgds
Daniel
 
In
Daniel Tan said:
Kevin, where is the public parent server ? is it the isp
? this is
some info what i looking for, thanks

No it is not the ISP, the parent servers are the gTLD servers for .com,
..org, .net, .us, or what ever the TLD is.
 
In
Daniel Tan said:
How can i check what is the name of my dns server ?
eg,ns.mydomain.com.my . Pls advise. thanks

Rgds
Daniel

What exactly are you looking for? Can you post your domain name so we can
check and test what you're trying to do?

If using nslookup to try to find the authorative nameservers, try this:

nslookup
set type=ns
mydomain.com

(the answer shows up here)

--
Regards,
Ace

Please direct all replies ONLY to the Microsoft public newsgroups
so all can benefit.

This posting is provided "AS-IS" with no warranties or guarantees
and confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft Windows MVP - Active Directory

HAM AND EGGS: A day's work for a chicken;
A lifetime commitment for a pig.
 
Kevin, its the internet root server ? so if i want to setup a name
server i have to enter it into the parent server ?

Rgds
Daniel
 
In
Daniel Tan said:
Kevin, its the internet root server ? so if i want to
setup a name
server i have to enter it into the parent server ?

Your registrar will have to do this for you.
 
Ace, this is what i'm looking. Sorry for making some confusion. I've
noticed that all answer were Non-authoritative, is it because my dns
server cached it ?

Rgds
Daniel
 
In
Daniel Tan said:
Ace, this is what i'm looking. Sorry for making some
confusion. I've
noticed that all answer were Non-authoritative, is it
because my dns
server cached it ?

I'm glad Ace was able to get the right answer for you, this is why it is
important that your questions are clear as to what you want.
That said, the reson why you are getting non-authoritative answers is
because the DNS you are querying does not have the answer, it is getting the
answer elsewhere. Either from cached queries, or even directly from the
authoritative DNS.
If you want authoritative answer you have to make the query directly to an
authoritative DNS server.
Here is an example of each:
Non-authoritative:
W:\>nslookup
Default Server: kjweb.lsaol.com
Address: 192.168.0.2
microsoft.com
Server: kjweb.lsaol.com
Address: 192.168.0.2

Non-authoritative answer:
Name: microsoft.com
Addresses: 207.46.130.108, 207.46.250.119

Authoritative:
W:\>nslookup
Default Server: kjweb.lsaol.com
Address: 192.168.0.2
server ns1.msft.net
Default Server: ns1.msft.net
Address: 207.46.245.230
microsoft.com
Server: ns1.msft.net
Address: 207.46.245.230

Name: microsoft.com
Addresses: 207.46.250.119, 207.46.130.108
 
In
Daniel Tan said:
Ace, this is what i'm looking. Sorry for making some confusion. I've
noticed that all answer were Non-authoritative, is it because my dns
server cached it ?

Rgds
Daniel

Kevin responded to your answers.

I just want to add, we are always trying to help anyone who posts here.

I do notice you post alot, which is very good! There's no way to find out
the answer to something if you don't ask a question!!

One thing I would like to ask of you Daniel, in the future, when you post
again,. its very IMPORTANT to be very SPECIFIC and provide DETAILS and
ELABORATE when you post a question. This will help us to help you.
Otherwise if you don't provide details and be specific, it will lead to
numerous questions from us asking to be specific and just takes longer for
you to get the answer you;re looking for.

Just trying to help out.
Have a nice day!
:-)

Thanks!!


--
Regards,
Ace

Please direct all replies ONLY to the Microsoft public newsgroups
so all can benefit.

This posting is provided "AS-IS" with no warranties or guarantees
and confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft Windows MVP - Active Directory

HAM AND EGGS: A day's work for a chicken;
A lifetime commitment for a pig.
 
Kevin, how come when i use nslookup to find the authoritative server
it say timeout 2 seconds but i can still logon to the website ? btw
how to let nslookup return a server name and ip when i do nslookup ? i
have my own dns server installed. Curretly it returns localhost and
127.0.0.1

Rgds
Daniel
 
In
Daniel Tan said:
Kevin, how come when i use nslookup to find the authoritative server
it say timeout 2 seconds but i can still logon to the website ? btw
how to let nslookup return a server name and ip when i do nslookup ? i
have my own dns server installed. Curretly it returns localhost and
127.0.0.1

Rgds
Daniel

IT is not an error but a message saying you do not have a reverse zone or
there is no PTR entry for the IP address of your DNS server.

This message HAS NOTHING TO DO WITH THE WEBSITE. It is an nslookup message,
nothing else.

To fix it, change the 127.0.0.1 to the actual IP address of your server.
Make sure you have a reverse zone created for subnet of the actual IP
address of your DNS server. Make sure you have a PTR entry for your DNS
server in this reverse zone.

--
Regards,
Ace

Please direct all replies ONLY to the Microsoft public newsgroups
so all can benefit.

This posting is provided "AS-IS" with no warranties or guarantees
and confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft Windows MVP - Windows Server - Directory Services

Security Is Like An Onion, It Has Layers
HAM AND EGGS: A day's work for a chicken;
A lifetime commitment for a pig.
 
Ace , do you mean that i need to add PTR entry to resolve timeout or
get can server name and ip ? Currently my NIC dns is the dns server
ip. no 127.0.0.1

Rgds
Daniel
 
In
Daniel Tan said:
Ace , do you mean that i need to add PTR entry to resolve
timeout or
get can server name and ip ? Currently my NIC dns is the
dns server
ip. no 127.0.0.1

Remove 127.0.0.1 from the NIC and put in the IP address of the internal NIC
that DNS is listening on.
If nslookup still reports "Can't find server name for <ipaddress>" then you
need to take a look at your reverse lookup zone. If you need to post back
about the nslookup message, post the entire unedited message so we can give
you instructions on what you need.
 
In
Kevin D. Goodknecht Sr. said:
In

Remove 127.0.0.1 from the NIC and put in the IP address of the
internal NIC that DNS is listening on.
If nslookup still reports "Can't find server name for <ipaddress>"
then you need to take a look at your reverse lookup zone. If you need
to post back about the nslookup message, post the entire unedited
message so we can give you instructions on what you need.



--
Best regards,
Kevin D4 Dad Goodknecht Sr. [MVP]
Hope This Helps
================================================


Kevin, I've mentioned this a couple times to Daniel, once in this thread and
a couple times in the past in other threads. I hope your explanation comes
across to Daniel better than mine did.

Ace
 
In
Daniel Tan said:
Ace , do you mean that i need to add PTR entry to resolve timeout or
get can server name and ip ? Currently my NIC dns is the dns server
ip. no 127.0.0.1

Rgds
Daniel

Read Kevin's post please.

Dan, your message below said:

Which means that it's higly obvious that 127.0.0.1 is in there. Can you
provide an ipconfig /all?

PTR will resolve the name for your IP.

--
Regards,
Ace

Please direct all replies ONLY to the Microsoft public newsgroups
so all can benefit.

This posting is provided "AS-IS" with no warranties or guarantees
and confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft Windows MVP - Windows Server - Directory Services

Security Is Like An Onion, It Has Layers
HAM AND EGGS: A day's work for a chicken;
A lifetime commitment for a pig.
 
Kevin,yes 127.0.0.1 is in my 2nd NIC. I removed it. What is host ip
number in PTR record ?

Rgds
Daniel
 
Back
Top