Web Hosting Forum | Lunarpages
News: July 14, 2008 - New Contest! - Submit Your WordPress Theme Designs, Win BIG!
September 1, 2008 - Submit Your Web Site for the Sept 2008 Site of the Month!
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
September 07, 2008, 10:00:25 PM


Login with username, password and session length


Pages: [1]   Go Down
  Print  
Author Topic: Doublecheck my named files?  (Read 596 times)
nolimyn
Trekkie
**
Offline Offline

Posts: 19


« on: June 14, 2007, 07:38:07 AM »

Getting ready to point my domain at my nameserver, and I am not totally sure I've got it set up right.  Anyone point out my mistakes?

/etc/named.conf

Code:
options {
        directory "/var/named";
        dump-file "/var/named/data/cache_dump.db";
        statistics-file "/var/named/data/named_stats.txt";
};

controls {
        inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};

zone "187.13.50.74.in-addr.arpa" in {
        type master;
        file "masters/74.50.13.187";
};

zone "doublepaw.org" in {
        type master;
        file "masters/doublepaw.org";
};

// defaults follow:

snipped, localhost, etc.



/var/named/masters/doublepaw.org

Code:

@       IN      SOA     doublepaw.org.  postmaster.doublepaw.org.
(
                        2007060801      ;serial
                        4H              ;refresh
                        2H              ;retry
                        1W              ;expire
                        1D)             ;minimum
;
                NS      ns              ;inet address of nameserver
                MX      10 mail         ;mail exchanger
;
doublepaw.org.  A       74.50.13.187
ns              A       74.50.13.187
mail            A       74.50.13.187
www             A       74.50.13.187


and the reverse zone:

/etc/named/masters/74.50.13.187
Code:

@       IN      SOA     doublepaw.org.  postmaster.doublepaw.org.
(
                        2007060801      ;serial
                        4H              ;refresh
                        2H              ;retry
                        1W              ;expire
                        1D)             ;minimum
;
                NS      ns              ;inet address of nameserver
                MX      10 mail         ;mail exchanger
;

74.50.13.187.   PTR     doublepaw.org.


and I will use the domain ns.doublepaw.org at my registrar.

Thanks if anyone spots anything.. I am still not sure I understand all of that.  (I thought LP was supposed to set up the name servers, also?)
Logged
nolimyn
Trekkie
**
Offline Offline

Posts: 19


« Reply #1 on: June 14, 2007, 03:44:55 PM »

well.  something is wrong with it.   Confused
Logged
perestrelka
Administrator
Master Jedi
*****
Offline Offline

Posts: 1020



« Reply #2 on: June 14, 2007, 10:15:36 PM »

Hi,

Named gets installed on your VPS along with Plesk. If you have Plesk installed on your server and didn't remove it, I would highly encourage you to do all DNS configurations using Plesk. This will allow to avoid many mistakes and confusions with DNS zones.

I hope this post helps.
Logged

Kind Regards,
Vlad Artamonov
nolimyn
Trekkie
**
Offline Offline

Posts: 19


« Reply #3 on: June 15, 2007, 09:09:56 AM »

So.. when I go to Plesk and click 'Domains', I get this:

Quote
Service Unavailable
Service is not available now. Plesk is not installed.
Click here to start the Plesk installation.

If I click to install, I get this:

Quote
Plesk cannot be automatically installed on your VPS. Contact your provider for further information.
You can get and install Plesk from here.

so.. I haven't removed anything.. but I'd rather not buy Plesk just to set up my nameserver?

is that something that was meant to come with the VPS package?
Logged
perestrelka
Administrator
Master Jedi
*****
Offline Offline

Posts: 1020



« Reply #4 on: June 16, 2007, 09:53:39 PM »

Hi,

Plesk with 10 domains license is included into VPS plan. Please contact support at vps@lunarpages.com to get this issue resolved.
Logged

Kind Regards,
Vlad Artamonov
nolimyn
Trekkie
**
Offline Offline

Posts: 19


« Reply #5 on: June 20, 2007, 01:30:57 PM »

so.. obviously someone in tech support is working on this right now.

it also looks like they just fucking reinstalled apache.  which means not only wiping out my mod_python install, and all my .conf files, but also the working copy of a LIVE FUCKING SITE, and all the design that's gone into it for the past 4 weeks.

it ALSO looks like they wiped out the /home/ directory, and the program I'd been working on, with mailing lists of 700+ for two COMPLETELY SEPERATE SITES.


I am fucking praying that you can patch this back up.  How is that an acceptable thing?  I mean, if you have to reinstall apache, could you at least fucking LOOK IN /var/www ?!

or hey.. what are these users in /home/ ?  I'm sure nobody will miss these!

are you serious?!
Logged
nolimyn
Trekkie
**
Offline Offline

Posts: 19


« Reply #6 on: June 20, 2007, 01:36:24 PM »

and here is the email saying "Welcome to LunarPages! - Enjoy Your New Server!"


unreal.  that is a month of stressing and configuring and coding on lunch breaks and at night, just wiped out. 
Logged
vivalite
Intergalactic Cowboy
*****
Offline Offline

Posts: 52


« Reply #7 on: June 20, 2007, 08:58:20 PM »

So.. when I go to Plesk and click 'Domains', I get this:

Quote
Service Unavailable
Service is not available now. Plesk is not installed.
Click here to start the Plesk installation.

If I click to install, I get this:

Quote
Plesk cannot be automatically installed on your VPS. Contact your provider for further information.
You can get and install Plesk from here.

so.. I haven't removed anything.. but I'd rather not buy Plesk just to set up my nameserver?

is that something that was meant to come with the VPS package?

That looks like firewall problem. You have to enable 8880 and 8443 so that Plesk won't give you this error again.
Logged
perestrelka
Administrator
Master Jedi
*****
Offline Offline

Posts: 1020



« Reply #8 on: June 21, 2007, 03:26:43 AM »

Hi Nolimyn,

and here is the email saying "Welcome to LunarPages! - Enjoy Your New Server!"


unreal.  that is a month of stressing and configuring and coding on lunch breaks and at night, just wiped out. 
so.. obviously someone in tech support is working on this right now.

it also looks like they just fucking reinstalled apache.  which means not only wiping out my mod_python install, and all my .conf files, but also the working copy of a LIVE FUCKING SITE, and all the design that's gone into it for the past 4 weeks.

it ALSO looks like they wiped out the /home/ directory, and the program I'd been working on, with mailing lists of 700+ for two COMPLETELY SEPERATE SITES.


I am fucking praying that you can patch this back up.  How is that an acceptable thing?  I mean, if you have to reinstall apache, could you at least fucking LOOK IN /var/www ?!

or hey.. what are these users in /home/ ?  I'm sure nobody will miss these!

are you serious?!

Can you please message me with your username and the ticket number if you created any with regards to this issue so that I could try to find out what happened and how this can be solved as soon as possible.

Thanks!
Logged

Kind Regards,
Vlad Artamonov
nolimyn
Trekkie
**
Offline Offline

Posts: 19


« Reply #9 on: June 22, 2007, 06:37:28 AM »

To LP's credit, they (perestrelka himself!) did actually manage to resurrect most of the data that they wiped out.

It's still a pretty huge snafu, but give them points for genuinely going out of their way to patch it up.
Logged
perestrelka
Administrator
Master Jedi
*****
Offline Offline

Posts: 1020



« Reply #10 on: June 23, 2007, 12:16:31 AM »

Hi Nolimyn,

Please be sure this was the unique incident and we have made certain conclusions from this incident. We appreciate your patience and understanding throughout this episode. If you have any additional questions or concerns, please update your ticket on the help desk.
Logged

Kind Regards,
Vlad Artamonov
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.3 | SMF © 2006-2007, Simple Machines LLC
Seo4Smf v0.2 © Webmaster's Talks


Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM