From owner-freebsd-questions Tue Feb 18 22:44:12 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 731E537B401 for ; Tue, 18 Feb 2003 22:44:10 -0800 (PST) Received: from glamredhel.hayholt.org (elvandar.hayholt.org [195.18.109.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id B23F743FF2 for ; Tue, 18 Feb 2003 22:44:05 -0800 (PST) (envelope-from marcel@hayholt.org) Received: from eldar.hayholt.org (unknown [192.168.0.2]) by glamredhel.hayholt.org (Postfix) with ESMTP id 5F1AA2A342; Wed, 19 Feb 2003 07:42:40 +0100 (MET) Date: Wed, 19 Feb 2003 07:44:02 +0100 (CET) From: Marcel Stangenberger To: Fozzy the Bear Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DHCPD Error In-Reply-To: <20030219003205.20000.qmail@web80006.mail.yahoo.com> Message-ID: <20030219074102.F80840@eldar.hayholt.org> References: <20030219003205.20000.qmail@web80006.mail.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > expression relating different types > if (defines (ddns-fwd-name) and ddns-fwd-name != > can't parse standard dns updater! > DDNS doesn't require to be "ad-hoc" but it does need to know what to do with it. > http://transamrit.net/files/dhcpd.conf is what my conf > file looks like. > I rewrote your dhcpd.conf to a functional one, try it out :-) -- ddns-update-style none; ddns-updates off; subnet 192.168.0.0 netmask 255.255.255.0 { option domain-name-servers 192.168.0.1; option domain-name "BathNet.net"; option subnet-mask 255.255.255.0; option broadcast-address 192.168.0.255; option routers 192.168.0.1; # option netbios-name-servers 192.168.0.1; default-lease-time 600; max-lease-time 7200; range 192.168.0.10 192.168.0.30; } host TheCart { hardware ethernet 00:50:FC:44:18:38; fixed-address 192.168.0.2; } -- Good luck, Marcel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message