On 04/10/10 02:27, Hedy Dargère wrote:
> Hi,
> 
> I'm not an expert with Bind but I have to make a specific bindzone for a
> domain.
> And excuse me for my english :o/
> 
> What is the situation  ?
> ==============
> - the domain name is ag2s.fr
> - for now, this domain has 2 DNS : ns6.oleane.net/  ns7.oleane.net
> - with my registrar (Gandi.net), I can change the DNS of this domain by 
> a.dns.gandi.net / b.dns.gandi.net  / c.dns.gandi.net  to have the
> possibility to specifie a specific bind zone

I'm not sure that what you need is an actual zone file, but I've
attached one that should do what you're looking for. It's far more
likely however that gandi will allow you to enter records into an
interface. You should confirm with them how you should proceed.

Also, in order for the changes to be effective you will have to have the
domain redelegated to gandi's servers. Fortunately they can help you
with that as well.

> pop 28800 IN CNAME 194.2.0.80

This is the only bit I wasn't sure about. There is currently no record
for pop.ag2s.fr, however that IP address resolves to mx.fr.oleane.com,
so what I think you're looking for is:

pop     CNAME   mx.fr.oleane.com.

which I included in the attached zone file.


hth,

Doug

-- 

        ... and that's just a little bit of history repeating.
                        -- Propellerheads

        Improve the effectiveness of your Internet presence with
        a domain name makeover!    http://SupersetSolutions.com/

$TTL 8h
ag2s.fr. SOA a.dns.gandi.net. hedy.dargere.spheerys.fr. 2010041001 30m 15m 1w 
10m
        ; Serial, Refresh, Retry, Expire, Neg. cache TTL

        NS      a.dns.gandi.net.
        NS      b.dns.gandi.net.
        NS      c.dns.gandi.net.

        A       217.70.189.186
        MX      10 mx.mailbox.orange-business.com.

www     CNAME   ag2s.fr.

pop     CNAME   mx.fr.oleane.com.
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to