From: Jens Knoell <jens@surefoot.com>
To: campbell@accelinc.com
Cc: linux-admin@vger.kernel.org
Subject: Re: DNS question
Date: Tue, 10 May 2005 09:33:07 -0600 [thread overview]
Message-ID: <200505100933.07303.jens@surefoot.com> (raw)
In-Reply-To: <20050510152302.GB24684@helium.inexs.com>
On Tuesday 10 May 2005 09:23, Chuck Campbell <CC> wrote:
> On Tue, May 10, 2005 at 09:14:50AM -0600, Jens Knoell wrote:
> > Hi Chuck,
> >
> > On Tuesday 10 May 2005 09:01, Chuck Campbell <CC> wrote:
> > > I've managed to completely confuse myself.
> > >
> > > I have a domain registered at a registrar and hosted at a provider.
> > >
> > > The provider has given me primary and secondary DNS names and ip
> > > addresses.
> > >
> > > I have entered those at the registrar's site. All whois queries work
> > > and email is configured and working properly. I can find the web site
> > > from anyone's browser.
> > >
> > > I now have a new company which has built commercial web pages for me,
> > > and I need to make them active. This company says I need to change my
> > > DNS addresses with my registrar to make this work. Is this correct?
> > > They will then take over hosting the domain (become my NEW provider)?
> > >
> > > They do NOT do any email, so if I make the DNS server changes at my
> > > registrar, will my email break?
> > >
> > > If not, then I'm not sure I understand how any of this works.
> > >
> > > I thought that my provider (ISP) puts up A and MX DNS records which
> > > allow resolution of my web pages and my email addresses. If I switch
> > > to a new provider that claims to not do email, who will make my email
> > > work?
> >
> > That provider is probably giving you a load of BS. I've seen providers
> > who actually "need" the DNS resolvers on their servers, but in each case
> > it's just a matter of total utter BS on their side. The only thing you
> > need to do is point the www entry to the providers webserver.
>
> Who (in my current situation) needs to point the www entry? I assume you
> mean my current provider needs to change something to point web resolution
> to a different address? What (so I can speak intelligently with them)
> needs to be changed?
>
> > Alternatively if you'd rather play along and transfer the domains
> > nameservice to them, you can still add an MX entry pointing elsewhere if
> > they don't provide email services.
>
> I can't add an MX for email, the (new) provider would have to do that,
> correct?
>
> Are there some tools which let me see what A and MX records exist now, and
> where they actually are living?
Depends on the DNS setup. You can look up individual records with dig (like
in: dig yahoo.com NS) or you can use the regular "host" command like so:
host -t NS yahoo.com
host -t MX yahoo.com
or plain:
host yahoo.com
in rare cases you can also grab the whole DNS table by using:
dig @ns.yahoo.com yahoo.com AXFR
where you put in any of the nameservers which are authoritative for the
yahoo.com domain. Most DNS servers have this disabled though.
Hope this helps
J
next prev parent reply other threads:[~2005-05-10 15:33 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-10 15:01 DNS question Chuck Campbell
2005-05-10 15:14 ` Jens Knoell
2005-05-10 15:23 ` Chuck Campbell
2005-05-10 15:33 ` Jens Knoell [this message]
2005-05-10 15:37 ` Jens Knoell
2005-05-11 1:31 ` David Ziggy Lubowa
2005-05-10 15:20 ` Nick Mitchell
2005-05-10 15:26 ` Chuck Campbell
2005-05-10 15:39 ` Nick Mitchell
2005-05-10 15:24 ` Richard Nairn
2005-05-11 7:25 ` Glynn Clements
-- strict thread matches above, loose matches on Subject: below --
2004-11-18 12:32 dns question Peter Marshall
2004-11-18 13:44 ` Jason Opperisano
2004-11-18 13:49 ` a.ledvinka
2004-11-18 13:50 ` Peter Marshall
2004-11-18 13:50 ` Jason Opperisano
2004-03-01 20:29 DNS question Daniel Chemko
2004-03-01 19:46 John Black
2004-03-01 20:27 ` Antony Stone
2004-03-02 0:54 ` John Black
2003-02-06 15:21 Reed Wiedower
2003-02-06 16:05 ` Maciej Soltysiak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200505100933.07303.jens@surefoot.com \
--to=jens@surefoot.com \
--cc=campbell@accelinc.com \
--cc=linux-admin@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.