Re: Update DNS from DHCP problem
From: Ankush Grover (ankush174_at_gmail.com)
Date: 08/31/05
- Previous message: Craig White: "Re: A really clean text editor"
- In reply to: Tim: "Re: Update DNS from DHCP problem"
- Next in thread: Dusan Djordjevic: "Re: Update DNS from DHCP problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 31 Aug 2005 10:53:00 +0530 To: For users of Fedora Core releases <fedora-list@redhat.com>
On 8/30/05, Tim <ignored_mailbox@yahoo.com.au> wrote:
>
> On Tue, 2005-08-30 at 15:28 +0400, Dusan Djordjevic wrote:
>
> > I run DNS and DHCP on Red Hat ES v3, with all updates. I want to update
> DNS
> > tables from DHCP, so whenever client gets IP address from DHCP, it will
> > automatically add it to DNS.
> >
> > Here is relevant part from named.conf:
> >
> > zone "pmsl.sd <http://pmsl.sd>" {
> > allow-update { 127.0.0.1 <http://127.0.0.1>; lan; };
> > type master;
> > file "pmsl.sd.zone";
> > };
> > zone "212.29.158.in-addr.arpa" {
> > allow-update { 127.0.0.1 <http://127.0.0.1>; lan; };
> > type master;
> > file "212.29.158.in-addr.arpa.zone";
> > };
> >
> > lan is ACL for local network.
> >
> > DHCP configuration:
> > ddns-update-style interim;
you have to give this also
allow client-updates;
This update DNS records for the local domain based on the IP addresses it
assigns.
Regards
Ankush Grover
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
- Previous message: Craig White: "Re: A really clean text editor"
- In reply to: Tim: "Re: Update DNS from DHCP problem"
- Next in thread: Dusan Djordjevic: "Re: Update DNS from DHCP problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|