"Bobson" <> wrote in message
news:B720652A-CF44-4C7D-A9D6-...
> Hi Ace and Grant,
>
> Thank you for your both response.
>
> First, how do I know which has the SOA of the zone. If I get on my
> external
> dns, the soa record is my dns server itself. Or how do I determine who is
> the
> SOA?
>
> Also, the consultant does not host any Domain Name servers for us, and
> does
> not own our network infrastructure here. But sure he owns the domain name.
>
> The DNS server I have in our own server room is the primary (how do I
> recognize which server is primary or secondary?)
>
> In fact, this is not the first time...almost once a year since I worked
> here
> 4 years ago. But this time is the longest downtime, and the worst. Their
> service is no good too! They never contact you for the down time, and what
> causing it.
>
> So may you guess why their internet down would really affect us? I really
> cannot explain this well to my supervisor.
>
> Finally, I may not want to mention their name here...you know US always
> like
> "law sues" 
>
> But no matter what, thank you very much for your responses!
>
> Bobson
>
>
Oh, ok, so you are hosting your own public domain zone on your own DNS
servers. I assume you have a minimum of two DNS servers to host your public
zone and record (as per the Registrar's minimal requirements).
I also assume these DNS servers are not the same ones being used for your
internal Active Directory infrastructure.
To find which DNS servers are SOA for your *public* zone, you can use
nslookup. Run the following commands. The 'server 4.2.2.2' command makes it
use an external DNS server to perform the query, and not your internal DNS,
so you can get an accurate external result.
===========
nslookup
> server 4.2.2.2
> set q=soa
> yourdomain.com
(the results are displayed here)
And then find your nameservers:
> set q=ns
> yourdomain.com
(the results are displayed here)
===========
I believe you mentioned your public website is hosted elsewhere, such as a
hosting company.
What will happen if your line goes down, is when people on the internet try
to get to it, they won't be able to resolve the IP address in order to
connect. If the website is hosted externally at a hosting company, it will
still be up and running, but no one can get to it because your public DNS
servers are not accessible, therefore no one can resolve the name
(
www.yourcityname.com) to the web server's IP address.
If the webserver is hosted internally at your site, people won't be able to
resolve the name to IP, nor get to it anyway because the line is down.
Either way, I would request the consultant to make a registrant name change
to be put into your city's name, with a contact name from the city. It
belongs to the city.
As far as the line, I believe you are saying your line is actually being
rented/leased from your consultant's company? Whomever it is, if the line
goes down with most DS (digital services) line providers, such as T1, T3 or
even fiber digital (not cable, DSL or FIOS), they usually call a predefined
contact number at your location to inform you and their plans on repairing
it with a timeline when they believe it will be up again. If your line is a
T1, T3, etc, this is normal procedure, however if its DSL, cable or FIOS, (I
kind of doubt it's FIOS since FIOS is a recent implementation), they don;t
do that. You would wind up calling saying the line is down, asking why, you
need someone to fix it, and asking them how long it will take.
Ace