Re: BIND/DNS Question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wednesday 02 July 2003 13:40, edwarner99@xxxxxxxxx wrote:
> What I have not been able to find is how do you make
> them automatically resolve using DHCP? I don't want to
> use /etc/hosts
>
> I'm not using a FQDN.
> Can someone point me to a clear explanation?. (please
> not the BIND manuals, been over those three times)  

The easy way is to just set up forward/reverse lookups for the DHCP 
scope.

A quick line in the forward zone file would be:

$GENERATE 100-254 dhcp-$     A     192.168.0.$

(of course, change the "dhcp-" to what ever you want the header part to 
be, and change the 192.168.0. to the actual network)

The reverse lookup zone would be slightly different.

$GENERATE 100-254 $        PTR    dhcp-$.yourdomain.foo.

A more difficult way, but more human usable is to enable dynamic DNS 
updating.  BIND supports it, but I'm not sure how to enable it, nor to 
enable your clients/dhcp server to use it.  

-- 
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (http://www.microwerks.net/~hugo/)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating




[Index of Archives]     [Fedora Users]     [Centos Users]     [Kernel Development]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat Phoebe Beta]     [Yosemite Forum]     [Fedora Discussion]     [Gimp]     [Stuff]     [Yosemite News]

  Powered by Linux