In named.con trebuie sa ai setat fowarders, altfel nu va exporta dns-ul...

options {
        directory "/var/named";
        forward only;
        forwarders{
                    ns_1_IS
                    ns_2_IS
                    ns_FANTA
                };

Altfel NS-ul tau nu va exporta domeniul...

Problema e unde ai NS-ul declarat la RNC...
In NS-ul declarat la RNC trebuie sa faci schimbarile respective.
Eventual vorbeste cu cei din Franta ca sa treaca in NS-ul lor domeniul
xyz.ro ca slave.
zone "xyz.ro" {
    type slave;
    allow-query { any; };
    notify no;
    file "xyz.ro";
    masters { IP_ROMANIA; };
};

La tine in named.conf la inregitrarea domeniului respectiv mai pui si
allow-transfer{ IP_FRANTA; };

Daca vrei poti sa inlocuiesti la RNC NS-ul pentru domeniul tau.

----- Original Message -----
From: "Buhus Teodor-Marius" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 30, 2003 1:41 PM
Subject: [rlug] Re: Mutare server de mail


>
> >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/
>
>



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


Raspunde prin e-mail lui