Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 8 of 8

This is a discussion on Anyway to test DNS entry before propogation? in the VPS & Dedicated forum
Well I have everything set up on my site, everything running fine as far as I know via IP address. Just waiting on the DNS ...

  1. #1
    Nearly 100% Pure Carbon thecoalman's Avatar
    Join Date
    Nov 2007
    Location
    Northeast Pennsylvania
    Posts
    529

    Anyway to test DNS entry before propogation?

    Well I have everything set up on my site, everything running fine as far as I know via IP address. Just waiting on the DNS change to take affect after updating it at the registrar.

    My question is, is there a way I can test the DNS is configured correctly before everyone starts coming to the site? I'm using plesk and from the literature it says this is automatically configured? I just want to make sure all my bases are covered so I don't have to go into panic mode if it doesn't work.

    I'm fairly new to this but learning quickly, I found this tutorial for the local hosts file:

    http://www.jaguarpc.com/support/kbase/747.html

    I'm guessing that is only going to force windows to associate that IP with the domain name and not actually test the new DNS settings. Could this be changed to force it to use my new nameservers?

    edit: yea I know I spelled propagation wrong, can't edit the title. :P

  2. #2
    JPC Support Smithjp's Avatar
    Join Date
    Jun 2006
    Location
    Planet Earth
    Posts
    166
    Two things need to be checked:

    1) Nameservers are registered properly at Domain Registrar end. You can check this at your domain registrar.

    2) DNS service is up and running on your VPS. DNS zone file is setup correctly and your Nameservers are responding when queried for the domain setup on your VPS.

    Please open a support ticket and let the support know that you want to make sure that both these steps are done correctly and we will check it.

  3. #3
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    Heh!

    Nice avatar...

    Smith is such a sweetie!
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  4. #4
    Nearly 100% Pure Carbon thecoalman's Avatar
    Join Date
    Nov 2007
    Location
    Northeast Pennsylvania
    Posts
    529
    Well #1 i already take care of.

    I'll do #2, thx.

  5. #5
    I didn't do it! Daniel_DBS's Avatar
    Join Date
    Aug 2007
    Location
    Mars
    Posts
    1,204
    Quote Originally Posted by Vin DSL View Post
    Heh!

    Nice avatar...

    Smith is such a sweetie!
    vin... what exactly is it about smith that you like so much? or do i even want to know?
    -Daniel

    If the automobile had followed the same development cycle as the computer, a Rolls-Royce today would cost $100, get a million miles to the gallon, and explode once every few weeks.

    My scripts never have bugs. They just develop random features.

  6. #6
    Nearly 100% Pure Carbon thecoalman's Avatar
    Join Date
    Nov 2007
    Location
    Northeast Pennsylvania
    Posts
    529
    I feel at home, bunch of threadjackers around here. :lol:

  7. #7
    I didn't do it! Daniel_DBS's Avatar
    Join Date
    Aug 2007
    Location
    Mars
    Posts
    1,204
    Quote Originally Posted by thecoalman View Post
    I feel at home, bunch of threadjackers around here. :lol:
    haha i know.. we do tend to do that alot around here... we need to petition to get greg to add a thread jackers group
    -Daniel

    If the automobile had followed the same development cycle as the computer, a Rolls-Royce today would cost $100, get a million miles to the gallon, and explode once every few weeks.

    My scripts never have bugs. They just develop random features.

  8. #8
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    I'm not a plesk user, but there is probably an interface somewhere in Plesk that will let you view the settings of your DNS zones (domain names). A quick eyeballing of that should tell you if there are any problems: check that A records (or CNAME records) exist for and domain names you need: www, mail, ftp, any custom subdomains, etc. and that they point to the IP address of your VPS.

    Next, from a command line on your computer or in an ssh session try this:
    Code:
    P:> nslookup
    > server ns1.yourvps.com
    > www.yourdomain.com
    > ftp.yourdomain.com
    > server ns2.yourvps.com
    > www.yourdomain.com
    > ftp.yourdomain.com
    > exit
    Do lookups on any names that you are concerned with. (Change yourvps and yourdomain to appropriate names for your situation, of course.) Since ns1 and ns2 are actually the same server you don't need to check everything twice, the second check is more to ensure that nameserver responds than it is to ensure that it sends the correct information. After each request you'll get information back showing which IP address(es) the server knows as being mapped to the requested domain name. If calling the servers by name (ns1, ns2) doesn't work, use their IP addresses instead.

    Resolving a domain name to your site requires more than just ensuring the nameserver returns the correct IP. You may also want to check the Apache config (most likely at /etc/httpd/conf/httpd.conf and/or in multiple files within /etc/httpd/conf.d/) to ensure that proper <VirtualHost> settings exist for your domains and that they map to the correct path on the server.

    Again, I've never used Plesk, but control pannels are made to do this stuff quickly and easily. If they didn't get it all right 99.999999% of the time then they'd be out of business pretty quick, so you probably have nothing to worry about. Still, I'm like you, and understand why you want to be 100% certain before you flip the switch.

    --Jason
    Last edited by jason; 11-14-2007 at 08:15 AM.
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •