My ISPCP gui is at controlpanel.domain.com
The alternative URL for clients is showing as vu****.controlpanel.domain.com
Which doens't work.
Have I missed something in the setup?
My /etc/bind/controlpanel.domain.com.db
is as follows:
Quote:$TTL 12H
$ORIGIN controlpanel.domain.com.
@ IN SOA ns1.controlpanel.domain.com. postmaster.controlpanel.domain.com. (
; dmn [controlpanel.domain.com] timestamp entry BEGIN.
2010120600 ; Serial
; dmn [controlpanel.domain.com] timestamp entry END.
8H ; Refresh
15M ; Retry
4W ; Expire
3H ; Minimum TTL
)
IN NS ns1.controlpanel.domain.com.
IN NS ns2.controlpanel.domain.com.
IN MX 10 mailcontrolpanel.domain.com.
controlpanel.domain.com. IN A [external IP]
www IN A [external IP]
controlpanel.domain.com. IN TXT "v=spf1 a mx ip4:[external IP] ip4:[external IP]~all"
localhost IN A 127.0.0.1
mail IN A [external IP]
ns1 IN A [external IP]
ns2 IN A [external IP]
; 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.
; ctm domain als entries BEGIN.
vu2001 IN A [external IP]
vu2002 IN A [external IP]
vu2003 IN A [external IP]
vu2004 IN A [external IP]
vu2005 IN A [external IP]
; ctm domain als entries END.
My /etc/hosts:
Quote:# 'hosts' file configuration.
127.0.0.1 http://www.domain.com.local localhost
[externalIP] domain.com http://www.domain.com domainws01
::ffff:93.93.131.222 http://www.domain.com www
::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
/etc/hostname simply has
http://www.domain.com
Any hints?
I'm not an expert in DNS as you can probably tell.
tia
a