The Perfect Server - CentOS 6.0

Discussion in 'Developers' Forum' started by 2dp, Aug 21, 2011.

  1. 2dp

    2dp New Member

    Hi falko!

    I was following instructions in your guide "The Perfect Server - CentOS 6.0 x86_64 [ISPConfig 3]" (excellent guide, by the way) but on 32 bit system.
    On the step 7, with line "rpm --import https://fedoraproject.org/static/0608B895.txt", i got this message:
    "curl: (60) Peer certificate cannot be authenticeted with known CA certificates ...... error: https://fedoraproject.org/static/0608B895.txt: import read failed(2)"
    I'm new in linux world, so any help would be very appreciated.

    Thank you!
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Does
    Code:
    wget https://fedoraproject.org/static/0608B895.txt
    rpm --import 0608B895.txt
    work?

    If not, what other repositories did you enable before?
     
  3. 2dp

    2dp New Member

    While i was waiting for your answer, i tried also your guide "The Perfect Server - Debian Squeeze (Debian 6.0) With BIND & Dovecot [ISPConfig 3] ". Again a lot of problems. Then i found the cause - bad HDD. Changed it - Debian installed with no problem :) .
    Have another question dough:
    i'm trying to set up slave DNS. I'm using "How To Run Your Own DNS Servers (Primary And Secondary) With ISPConfig 3 (Debian Squeeze)".
    Should i follow instructions in the first guide also for slave up until ISPConfig3 installation and continue from second guide from "3 Setting Up server2.example.com (Secondary DNS)"?
    What about forwarding?
    Both, master and slave, would be on the same subnet. For master, i forwarded port 53 on my router to the master. Should i do the same for slave?
    Last question: at the end there will be master dns with mail, mysql, ftp,... and slave that is a mirror of a master (but just DNS). What about mirroring other services (web pages, mail...)?

    Thanks again!
     
  4. falko

    falko Super Moderator Howtoforge Staff

    If you just want to use this as a DNS slave, then yll you need is described in chapter 3 on http://www.howtoforge.com/how-to-ru...-secondary-with-ispconfig-3-debian-squeeze-p2 . If you want to run other services on that host as well, then follow the Perfect Server.

    You can forward one port only to one backend server, so it's not possible to forward port 53 to your slave if it is already forwarded to the master.

    That's no problem - take a look at http://www.howtoforge.com/installin...tabase-cluster-on-debian-5.0-with-ispconfig-3 .
     

Share This Page