>Daca NS-ul se afla in romania... trebuie sa stii cum sa configurezi
>named.conf-ul

 Am facut exact asa cum m-ai indrumat. Acum tot ce am de facut e sa
astept vreo 2-3 zile sa se faca update la cache-urile dns, dupa care iau
legatura cu cei din Franta sa-l opreasca pe ce de acolo? 
Pe cel din Romania il fac primary astfel?

; Zone file for xyz.ro
;
; The full zone file
;
$TTL 3D
@       IN      SOA     ns.xyz.ro. hostmaster.xyz.ro. (
                        199802151       ; serial, todays date + todays
serial #
                        8H              ; refresh, seconds
                        2H              ; retry, seconds
                        4W              ; expire, seconds
                        1D )            ; minimum, seconds
;
                TXT     "xyz.ro, your DNS consultants"
                IN      ip_FRANTA
                NS      ns.xyz.ro              ; Inet Address of name
server
                MX      10 mail.xyz.ro         ; Primary Mail Exchanger
ns               A      ip_FRANTA
ns2              A      ip_Romania
www             CNAME   ns
mail             A       ip_FRANTA
mail2            A       ip_Romania

iar /etc/named.conf va fi asa?

options {
        directory "/var/named";

        // Uncommenting this might help if you have to go through a
        // firewall and things are not working out.  But you probably
        // need to talk to your firewall admin.

        // query-source port 53;
};

controls {
        inet 127.0.0.1 allow { localhost; } keys { rndc_key; };
};

key "rndc_key" {
        algorithm hmac-md5;
        secret
"5432dfxfcbkljwefoiuqwe8734jkalkjhgar98u34ktjwergEgd29tYW4K";
};

zone "." {
        type hint;
        file "root.hints";
};

zone "0.0.127.in-addr.arpa" {
        type master;
        file "pz/127.0.0";

};

zone "xyz.ro" {
      type master;
      notify no;
      file "pz/xyz.ro";
};

Multumesc!

---
Outgoing mail is certified Virus Free. Acest e-mail este clasificat ca
fiind fara virusi!
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.532 / Virus Database: 326 - Release Date: 10/27/2003
 


--- 
Detalii despre listele noastre de mail: http://www.lug.ro/


Raspunde prin e-mail lui