ispCP - Board - Support
admin.x.com used to works - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: admin.x.com used to works (/thread-3207.html)

Pages: 1 2 3


admin.x.com used to works - Lordek - 05-05-2008 02:36 AM

Hi!

Yesterday I have instaled RC4 on a fresh Debian 4.0 64Bits. When I have finished the installation I can access to admin panel trought admin.eurekaestudios.net but today when i woke up the subdomain doenst resolve.

I have also the .com domain and my idea is use the .com for the company and the .net for server stuff (as the admin panel, webmail, some clients tools,etc)

In first when in just installed the subdomain works, but when i created the new hosting to eurekaestudios.net it didnt, the only way i have to access was http://ns29576.ovh.net . I readed in the forum and i remove the ServerAlias *.eurekaestudios.net entry in .../working/ispcp.conf and .../sites-available/ispcp.conf and I edit my /etc/hosts

Code:
# 'hosts' file configuration.

127.0.0.1       ns29576.ovh.net.local   localhost
91.121.104.67   eurekaestudios.net      eurekaestudios.net
#::ffff:91.121.104.67   eurekaestudios.net      eurekaestudio
::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
91.121.104.67 ns29576.ovh.net ns29576

And voila it works, but today when i woke up the subdomain doesnt work.

this is the head os /etc/ispcp/ispcp.cfg

Code:
#
# Misc config variables
#

BuildDate = 20080316

Version = 1.0.0 RC4 OMEGA

CodeName = Priamos

DEFAULT_ADMIN_ADDRESS = clientes@eurekaestudios.com

SERVER_HOSTNAME = ns29576.ovh.net

BASE_SERVER_IP = 91.121.104.67

BASE_SERVER_VHOST = admin.eurekaestudios.net

MR_LOCK_FILE = /var/run/ispcp.lock

Code:
root@ns29576:~# cat /var/cache/bind/admin.eurekaestudios.net.db
$TTL 12H
$ORIGIN admin.eurekaestudios.net.
@               IN              SOA             ns1.admin.eurekaestudios.net. postmaster.admin.eurekaestudios.net. (
; dmn [admin.eurekaestudios.net] timestamp entry BEGIN.
                2008050300     ; Serial
; dmn [admin.eurekaestudios.net] timestamp entry END.
                8H              ; Refresh
                15M             ; Retry
                4W              ; Expire
                3H              ; Minimum TTL
)
                IN              NS              ns1.admin.eurekaestudios.net.
                IN              NS              ns2.admin.eurekaestudios.net.
                IN              MX      10      mail.admin.eurekaestudios.net.

admin.eurekaestudios.net.     IN              A              91.121.104.67
www             IN              A               91.121.104.67
admin.eurekaestudios.net.     IN              TXT             "v=spf1 a mx ip4:91.121.104.67 ~all"
localhost       IN              A               127.0.0.1
mail            IN              A               91.121.104.67
ns1             IN              A               91.121.104.67
ns2             IN              A               91.121.104.67
; 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.


I dont have changed any configuration file since yesterday... where is the problem?


RE: admin.x.com used to works - Lordek - 05-05-2008 05:40 AM

Now, i have not touch anything and it works!!!

What is the problem here? the DNS?


RE: admin.x.com used to works - rsmithgs - 05-05-2008 06:51 PM

looks like there was no entry in your DNS for eurekaestudios.net?

Though it may be in another file in /var/cache/bind


RE: admin.x.com used to works - Lordek - 05-05-2008 08:50 PM

Yes!

Code:
root@ns29576:# cat /var/cache/bind/eurekaestudios.net.db
$TTL 12H
$ORIGIN eurekaestudios.net.
@               IN              SOA             ns1.eurekaestudios.net. postmaster.eurekaestudios.net. (
; dmn [eurekaestudios.net] timestamp entry BEGIN.
                2008050300     ; Serial
; dmn [eurekaestudios.net] timestamp entry END.
                8H              ; Refresh
                15M             ; Retry
                4W              ; Expire
                3H              ; Minimum TTL
)
                IN              NS              ns1.eurekaestudios.net.
                IN              NS              ns2.eurekaestudios.net.
                IN              MX      10      mail.eurekaestudios.net.

eurekaestudios.net.     IN              A               91.121.104.67
www             IN              A               91.121.104.67
eurekaestudios.net.     IN              TXT             "v=spf1 a mx ip4:91.121.104.67 ~all"
localhost       IN              A               127.0.0.1
mail            IN              A               91.121.104.67
ns1             IN              A               91.121.104.67
ns2             IN              A               91.121.104.67
; 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.

Sometimes it works sometimes it not : (


RE: admin.x.com used to works - rsmithgs - 05-06-2008 12:59 AM

Looks fine lol


RE: admin.x.com used to works - Lordek - 05-06-2008 05:58 AM

I have more info:

http://www.eurekaestudios.net - Works ever, the hosting works fine.
admin.eurekaestudios.net - Sometimes (Admin control panel)
http://ns29576.ovh.net/admin/ - Works fine always, but i wish to use the admin.eureka....net to the admin panel, and all the others hosting admin subdomain redirect to admin.eurekaestudios.net

Any idea?


RE: admin.x.com used to works - Lordek - 05-07-2008 08:17 AM

Dont anybody knows what problem can be?


RE: admin.x.com used to works - weblivehelp - 05-08-2008 06:13 AM

I have the same problem with a test server: http://www.cyberserver.org, after I created the site in ispCP, the admin.cyberserver.org stopped working for ispCP, just with the IP.

I suppose this is something to do with the fact that the cyberserver.org.db file overwrites the initially created admin.cyberserver.org.db

I have a problem to solve related to this but it's not the same problem, so I'll create a new topic.


RE: admin.x.com used to works - Zothos - 05-08-2008 06:26 AM

they are not overwritten. If your domain isnt working propperly you get this..

same if you are accessing your server just via a ip...

to solve this: Set the nameserver of your domain to the nameserver provided by ispcp OR insert a wildcard dns entry * IN A youripadressofroot at your domain hosters dns for your domain....


RE: admin.x.com used to works - weblivehelp - 05-08-2008 06:38 AM

@Zothos

But the ip works fine, it's with the domain name that doesn't... makes sense?