Skocz do zawartości

Jam

Użytkownicy
  • Zawartość

    3
  • Rejestracja

  • Ostatnio

Posty napisane przez Jam


  1. Ah ale gdzie to mogę znaleźć? Bo ja zabardzo tego nie rozumiem. Skonfigurowałem niby dobrze bind'a (dns) i w panelu az.pl powinneienm wpisać dns'y i miało by działać... takjak to zwykle jest. Ale co z tym teraz jest? w panelu az.pl nie mogłem odszukać informacji na temat utworzenia "glue record".

     

    A co do tego "dns a dsn" to jest to samo prawdopodobnie zresztą nazwa nie ma znaczenia ważne aby działało.

     

     

    C:\Documents and Settings\Jam>nslookup jamsite.pl

    Serwer: dns2.tktelekom.pl

    Address: 82.160.1.1

     

    Nieautorytatywna odpowied?:

    Nazwa: jamsite.pl

    Address: 62.146.68.135

     

     

    C:\Documents and Settings\Jam>

     

     

    C:\Documents and Settings\Jam>nslookup r18348.ovh.net

    Serwer: dns2.tktelekom.pl

    Address: 82.160.1.1

     

    Nieautorytatywna odpowied?:

    Nazwa: r18348.ovh.net

    Address: 87.98.155.90

     

     

    C:\Documents and Settings\Jam>


  2. Witam.

     

    Dziś skonfigurowałem według http://linux.howto.pl/artykuly,linux-20-27-0.html bind'a (dns) ale gdy dodaję serwery dns do panelu az.pl otrzymuję komunikat:

     

    "Wartość parametru poza zakresem/Host o podanej nazwie nie istnieje w systemie"

    Dodaję:

    DNS1: dsn1.r18348.ovh.net

    DNS2: dns2.r18348.ovh.net

     

    Konfiguracja pliku named.conf

     

    // This is the primary configuration file for the BIND DNS server named.

    //

    // Please read /usr/share/doc/bind9/README.Debian.gz for information on the

    // structure of BIND configuration files in Debian, *BEFORE* you customize

    // this configuration file.

    //

    // If you are just adding zones, please do that in /etc/bind/named.conf.local

     

    include "/etc/bind/named.conf.options";

     

    // prime the server with knowledge of the root servers

    zone "." {

    type hint;

    file "/etc/bind/db.root";

    };

    zone "jamsite.pl" {

     

    type master;

     

    file "jamsite.pl";

     

    notify yes;

     

    also-notify{

     

    87.98.155.90;

    };

    };

     

    // be authoritative for the localhost forward and reverse zones, and for

    // broadcast zones as per RFC 1912

     

    zone "localhost" {

    type master;

    file "/etc/bind/db.local";

    };

     

    zone "127.in-addr.arpa" {

    type master;

    file "/etc/bind/db.127";

    };

     

    zone "0.in-addr.arpa" {

    type master;

    file "/etc/bind/db.0";

    };

     

    zone "255.in-addr.arpa" {

    type master;

    file "/etc/bind/db.255";

    };

     

    // zone "com" { type delegation-only; };

    // zone "net" { type delegation-only; };

     

    // From the release notes:

    // Because many of our users are uncomfortable receiving undelegated answers

    // from root or top level domains, other than a few for whom that behaviour

    // has been trusted and expected for quite some length of time, we have now

    // introduced the "root-delegations-only" feature which applies delegation-only

    // logic to all top level domains, and to the root domain. An exception list

    // should be specified, including "MUSEUM" and "DE", and any other top level

    // domains from whom undelegated responses are expected and trusted.

    // root-delegation-only exclude { "DE"; "MUSEUM"; };

     

    include "/etc/bind/named.conf.local";

     

    Konfiguracja pliku jamsite.pl :

    $TTL 43200

    @ IN SOA dns1.jamsite.pl. hostmaster.jamsite.pl. (

    2002100902 ; serial

    8H ; refresh

    2H ; retry

    7D ; expire

    1D ; default_ttl

    )

    @ IN MX 5 jamsite.pl.

    @ IN MX 10 secondary.pl.

    @ IN NS dns1.jamsite.pl.

    @ IN NS dns2.jamsite.pl.

    @ IN A 87.98.155.90

    dns IN A 87.98.155.90

    www IN CNAME @

     

    i nie wiem co źle robię...

     

    Proszę o wyjaśnienie ew. pomoc.

     

    Pozdrawiam

×