Potrzebuje pomocy przy konfiguracji ispcf a właściwie DNS przeprowadziłem pełną instalacje ale mam problem z dostępem do panelu admina 
vps# /usr/local/etc/rc.d/mysql-server onestart
Starting mysql.
vps# perl ./ispcp-setup
        Generating database keys, it may take some time, please wait...
        If it takes to long, please checkhttp://www.isp-control.net/documentation/frequently_asked_questions/what_does_generating_database_keys_it_may_take_some_time_please_wait..._on_setup_mean
         Stopping services: .........
        Welcome to ispCP '1.0.6 OMEGA' Setup Dialog.
        This program will set up ispCP OMEGA system on your server.
        Next you are asked to enter a "fully qualified hostname" (FQHN).
        For more infos read 
http://en.wikipedia.org/wiki/FQDN.
        Please enter a fully qualified hostname. [vps.moja.net]:
        Please enter system network address. [192.168.1.200]:
        Please enter the domain name where ispCP OMEGA will run on [admin.vps.moja.net]:
        Please enter SQL server host. [localhost]:
        Please enter system SQL database. [ispcp]:
        Please enter system SQL user. [root]:
        Please enter system SQL password. [none]:
        Please repeat system SQL password:
        Please enter ispCP ftp SQL user. [vftp]:
        Please enter ispCP ftp SQL user password. [auto generate]:
        Please repeat ispCP ftp SQL user password:
        Please enter ispCP phpMyAdmin Control user. [pma]:
        Please enter ispCP phpMyAdmin Control user password. [auto generate]:
        Please repeat ispCP phpMyAdmin Control user password:
        Please enter administrator login name. [admin]:
        Please enter administrator password:
        Please repeat administrator password:
        Please enter administrator e-mail address: test@moja.net
        IP of Secondary DNS. (optional) []:
        Use MySQL Prefix.
        Possible values: [i]nfront, [b]ehind, [n]one. [none]:
        FastCGI Version: [f]cgid or fast[c]gi. [fcgid]:
        Activate AWStats. [no]:
        Starting Installation
        Setting GUI Permissions: .... done
        Setting Engine Permissions: .. done
        Starting dist maintainer post-installation script
         System Init configuration:                                                                                                                                                             Done
         FastCGI - Apache module configuration:                                                                                                                                                 Done
         Postfix configuration:                                                                                                                                                                 Done
         Rkhunter & Sendmail configuration:                                                                                                                                                     Done
         Cron configuration:                                                                                                                                                                    Done
         Starting services: .........
        Congratulations you installed ispCP '1.0.6 OMEGA' successfully!
        Please type 
http://admin.vps.moja.net in your browser and
        log in with your Administrator Account to use ispCP.
print: not found
[ Rootkit Hunter version 1.3.6 ]
Checking rkhunter data files...
  Checking file mirrors.dat                                  [ No update ]
  Checking file programs_bad.dat                             [ No update ]
  Checking file backdoorports.dat                            [ No update ]
  Checking file suspscan.dat                                 [ No update ]
  Checking file i18n/cn                                      [ No update ]
  Checking file i18n/de                                      [ No update ]
  Checking file i18n/en                                      [ No update ]
  Checking file i18n/zh                                      [ No update ]
  Checking file i18n/zh.utf8                                 [ No update ]
vps#
----
named.conf
// dmn [admin.vps.moja.net] cfg entry BEGIN.
zone "admin.vps.moja.net" {
        type    master;
        file    "/etc/namedb/master/admin.vps.moja.net.db";
        notify  YES;
};
// dmn [admin.vps.moja.net] cfg entry END.
-----
vps# cat /etc/namedb/master/admin.vps.moja.net.db
$TTL 12H
$ORIGIN admin.vps.moja.net.
@               IN              SOA             ns1.admin.vps.moja.net. postmaster.admin.vps.moja.net. (
; dmn [admin.vps.moja.net] timestamp entry BEGIN.
                2010083000     ; Serial
; dmn [admin.vps.moja.net] timestamp entry END.
                8H              ; Refresh
                15M             ; Retry
                4W              ; Expire
                3H              ; Minimum TTL
)
                IN              NS              ns1.admin.vps.moja.net.
                IN              NS              ns2.admin.vps.moja.net.
                IN              MX      10      mail.admin.vps.moja.net.
admin.vps.moja.net.     IN              A               192.168.1.200
www             IN              A               192.168.1.200
admin.vps.moja.net.     IN              TXT             "v=spf1 a mx ip4:192.168.1.200 ip4:192.168.1.200 ~all"
localhost       IN              A               127.0.0.1
mail            IN              A               192.168.1.200
ns1             IN              A               192.168.1.200
ns2             IN              A               192.168.1.200
; CNAME for mail transfer
imap            IN              CNAME           mail
pop             IN              CNAME           mail
pop3            IN              CNAME           mail
relay           IN              CNAME           mail
smtp            IN              CNAME           mail
; CNAME for web transfer
ftp             IN              CNAME           www
; sub [{SUB_NAME}] entry BEGIN.
; sub [{SUB_NAME}] entry END.
---
vps# hostname
vps.moja.net
----
vps# cat /etc/resolv.conf
domain  moja.net
---
vps# cat /etc/hosts
# 'hosts' file configuration.
127.0.0.1       vps.moja.net.local     localhost
192.168.1.200   vps.moja.net   vps
::ffff:192.168.1.200    vps.moja.net   vps
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
----
Wydaje się być ok ale kiedy z lokalnego komputera  próbuje wejść na http://ip lub 
http://moja.net to dostaje komunikat z isp-cp o błędzie Error 403
Prawdopodobnie coś z dns nie tak 
Proszę o wskazówki mój gg: 903080