Current time: 04-17-2024, 04:51 AM Hello There, Guest! (LoginRegister)


Post Reply 
admin.x.com used to works
Author Message
Lordek Offline
Junior Member
*

Posts: 22
Joined: May 2008
Reputation: 0
Post: #1
admin.x.com used to works
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?
(This post was last modified: 05-05-2008 02:49 AM by Lordek.)
05-05-2008 02:36 AM
Find all posts by this user Quote this message in a reply
Lordek Offline
Junior Member
*

Posts: 22
Joined: May 2008
Reputation: 0
Post: #2
RE: admin.x.com used to works
Now, i have not touch anything and it works!!!

What is the problem here? the DNS?
05-05-2008 05:40 AM
Find all posts by this user Quote this message in a reply
rsmithgs Offline
Junior Member
*

Posts: 176
Joined: Apr 2007
Reputation: 1
Post: #3
RE: admin.x.com used to works
looks like there was no entry in your DNS for eurekaestudios.net?

Though it may be in another file in /var/cache/bind
05-05-2008 06:51 PM
Find all posts by this user Quote this message in a reply
Lordek Offline
Junior Member
*

Posts: 22
Joined: May 2008
Reputation: 0
Post: #4
RE: admin.x.com used to works
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 : (
(This post was last modified: 05-05-2008 08:50 PM by Lordek.)
05-05-2008 08:50 PM
Find all posts by this user Quote this message in a reply
rsmithgs Offline
Junior Member
*

Posts: 176
Joined: Apr 2007
Reputation: 1
Post: #5
RE: admin.x.com used to works
Looks fine lol
05-06-2008 12:59 AM
Find all posts by this user Quote this message in a reply
Lordek Offline
Junior Member
*

Posts: 22
Joined: May 2008
Reputation: 0
Post: #6
RE: admin.x.com used to works
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?
05-06-2008 05:58 AM
Find all posts by this user Quote this message in a reply
Lordek Offline
Junior Member
*

Posts: 22
Joined: May 2008
Reputation: 0
Post: #7
RE: admin.x.com used to works
Dont anybody knows what problem can be?
05-07-2008 08:17 AM
Find all posts by this user Quote this message in a reply
weblivehelp Offline
Junior Member
*

Posts: 59
Joined: Apr 2008
Reputation: 0
Post: #8
RE: admin.x.com used to works
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.
(This post was last modified: 05-08-2008 06:15 AM by weblivehelp.)
05-08-2008 06:13 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Zothos Offline
Release Manager
*****
Dev Team

Posts: 1,262
Joined: Feb 2007
Reputation: 10
Post: #9
RE: admin.x.com used to works
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....
05-08-2008 06:26 AM
Find all posts by this user Quote this message in a reply
weblivehelp Offline
Junior Member
*

Posts: 59
Joined: Apr 2008
Reputation: 0
Post: #10
RE: admin.x.com used to works
@Zothos

But the ip works fine, it's with the domain name that doesn't... makes sense?
05-08-2008 06:38 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)