Current time: 11-17-2024, 09:35 AM Hello There, Guest! (LoginRegister)


Post Reply 
[ispCP1.1.0] Alternative URL to reach your website not work
Author Message
007007 Offline
Newbie
*

Posts: 8
Joined: Jun 2011
Reputation: 0
Post: #7
RE: [ispCP1.1.0] Alternative URL to reach your website not work
Thank you for these details.

now admin.damdouma.com work, but no damdouma.com :

Code:
Nameservers for damdouma.com:

    ks3095412.kimsufi.com returned (NORECORDS)
    ns.kimsufi.com returned (NORECORDS)

I'd like if possible to install my hosting site (wordpress) on damdouma.com...

I searched the problem, I found this topic:

http://forum.kimsufi.co.uk/showthread.php?t=200

the problem is (i think) :

Quote:OK, I have a friend helping me out with this, and he's finding that port 53 is blocked on the machine, leading to timeouts on DNS requests. There's no firewall installed on the box yet; is this maybe a firewall on the Kimsufi network that's blocking it from the outside?

the port was really blocked by the server, I unlocked it manually by changing the configuration of bind

etc/bind/named.conf.options

//listen-on { 127.0.0.1; };
listen-on port 53 { any; };

Code:
options {
    directory "/var/cache/bind";

    // If there is a firewall between you and nameservers you want
    // to talk to, you may need to fix the firewall to allow multiple
    // ports to talk.  See http://www.kb.cert.org/vuls/id/800113

    // If your ISP provided one or more IP addresses for stable
    // nameservers, you probably want to use them as forwarders.  
    // Uncomment the following block, and insert the addresses replacing
    // the all-0's placeholder.

    // forwarders {
    //     0.0.0.0;
    // };

    auth-nxdomain no;    # conform to RFC1035
    listen-on-v6 { ::1; };
    //listen-on { 127.0.0.1; };
    listen-on port 53 { any; };
    allow-recursion { 127.0.0.1; };
};

strange ...why this problem?

Thank you for your help
(This post was last modified: 06-12-2011 08:16 PM by 007007.)
06-12-2011 05:51 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [ispCP1.1.0] Alternative URL to reach your website not work - 007007 - 06-12-2011 05:51 PM

Forum Jump:


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