DEDIBOX-NEWS.COM

Le Forum Non Officiel de la DEDIBOX

Vous n'êtes pas identifié.

#1 2007-03-25 17:50:01

rebel29270
Membre
Date d'inscription: 2007-02-15
Messages: 49
Site web

problème bind...

Bonjour,

mon serveur est: sd-8797.dedibox.fr
j'essaye d'installer mon nom de domaine world-online.biz sur mon serveur.
DNS1: sd-8797.dedibox.fr
DNS2: ns1.dedibox.fr

voici ma configuration de bind:

/etc/named/named.conf:

Code:

options {
    directory "/var/bind";

    // uncomment the following lines to turn on DNS forwarding,
    // and change the forwarding ip address(es) :
    //forward first;
    //forwarders {
    //    123.123.123.123;
    //    123.123.123.123;
    //};

    listen-on-v6 { none; };
        //listen-on { 127.0.0.1; };
        listen-on { any; };


    // to allow only specific hosts to use the DNS server:
    //allow-query {
    //    127.0.0.1;
    //};

    // if you have problems and are behind a firewall:
    //query-source address * port 53;
    pid-file "/var/run/named/named.pid";
    querylog yes;
};

// Briefly, a zone which has been declared delegation-only will be effectively
// limited to containing NS RRs for subdomains, but no actual data beyond its
// own apex (for example, its SOA RR and apex NS RRset). This can be used to
// filter out "wildcard" or "synthesized" data from NAT boxes or from
// authoritative name servers whose undelegated (in-zone) data is of no
// interest.
// See http://www.isc.org/products/BIND/delegation-only.html for more info

//zone "COM" { type delegation-only; };
//zone "NET" { type delegation-only; };

zone "." IN {
    type hint;
    file "named.ca";
};

zone "localhost" IN {
    type master;
    file "pri/localhost.zone";
    allow-update { none; };
    notify no;
};

zone "127.in-addr.arpa" IN {
    type master;
    file "pri/127.zone";
    allow-update { none; };
    notify no;
};


zone "world-online.biz" {
    type master;
    file "/var/bind/world-online.biz.hosts";
    };

/var/bind/world-online.biz.hosts

Code:

$ttl 38400
world-online.biz.    IN    SOA    sd-8797.dedibox.fr. webmaster.world-online.biz. (
            1174837927
            10800
            3600
            604800
            38400 )
world-online.biz.    IN    NS    sd-8797.dedibox.fr.
www.world-online.biz.    IN    A    88.191.50.44

mon domaine ne ping pas..

pouvez vous m'aider svp ?


Merci d'avance.

Hors ligne

 

#2 2007-04-01 16:51:45

rebel29270
Membre
Date d'inscription: 2007-02-15
Messages: 49
Site web

Re: problème bind...

pb résolu..
réinstallation totale du serveur ...

Hors ligne

 

Pied de page des forums

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson