On 30 Nov 1998, Harry Zink writes:
>> but I was told that bind 8 and dhcpd 2 do have a way to
>> solve this problem.
> That would be great - if you can point me in the right direction,
> I'll try to find out more about the interaction between the two - if
> this was provided by default by these two processes, then it would
> solve a ton of problems for people like myself.
Dynamic DNS in dhcpd is in the dhcpd 3 code only, not dhcpd 2. See
http://www.isc.org/dhcpd.html
It would be fun to play with this if you have the time, but it is
definitely not yet production code!
> * A method to specify a block of IPs for the hosts file - something like
> being able to enter 192.168.100.100-200 and having linuxconf
> automatically create the proper entries in hosts.
Grin... surely that one is a trivial one line Perl script:
perl -e 'for ($i=100; $i <=200 ; $i++) { print
"198.168.100.$i\tws$i.my.domain\tws$i\n"; } ;' >>/etc/hosts
Not menu driven or friendly, but definitely quick :-) :-)
Jonathan
--
Jonathan Marsden | Internet: [EMAIL PROTECTED] | Making electronic
1849 N. Wabash Ave.| Phone: +1 (909) 794 1151 | communications work
Redlands, CA 92374 | FAX: +1 (909) 794 3016 | reliably for Christian
USA | http://www.xc.org/jonathan | missions worldwide
---
You are currently subscribed to linuxconf as: [[email protected]]
To unsubscribe, forward this message to [EMAIL PROTECTED]