On 4/13/07, Tim Judd <[EMAIL PROTECTED]> wrote:
Hi everyone -- I'm hoping that someone here can clue me in.
With a couple of websites' help, I got ddns working to create records,
but nothing I do seems to be able to remove those entries. They are
inserted under the name that the host had when it inserted the record,
and never updates. The single PC that is booting OpenBSD/i386 isn't
getting it's new name into ddns.
References:
#1:
http://72.14.253.104/search?q=cache:4Y72kR1rdNMJ:www.bsdguides.org/guides/openbsd/networking/dynamic_dns_dhcp.php+openbsd+ddns&hl=en&ct=clnk&cd=1&gl=us&client=firefox-a
(The original page on bsdguides just gives me a blank page, so I used
Google's cached version. This howto was written with OpenBSD 3.6)
Network topology:
OpenBSD/sparc 4.0-RELEASE (will download and apply patches this
weekend, it's a new installation) is the DHCP/BIND ddns machine. It's
serving a network of 192.168.1/24 with two DHCP reservations.
Windows workstation is one of the reservations, and my FreeBSD box is
the other (.11 and .10 respectively).
The test box as mentioned above is OpenBSD/i386.
First problem:
The two machines with DHCP Reservations yield this error when being
booted.
----- Quote -----
Apr 13 20:23:46 usemy dhcpd: Dynamic and static leases present for
192.168.1.11.
Apr 13 20:23:46 usemy dhcpd: Remove host declaration FATMAN or remove
192.168.1.11
Apr 13 20:23:46 usemy dhcpd: from the dynamic address pool for
192.168.1/24
----- /Quote -----
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.10 192.168.1.250;
option routers 192.168.1.1;
look at the RANGE 192.168.1.10, try to set it 'range 192.168.1.12
192.168.1.250;'
maybe this isn't the problem, just the first thing I saw.