From owner-freebsd-questions@FreeBSD.ORG Fri Jul 8 08:16:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9F31F16A41C for ; Fri, 8 Jul 2005 08:16:50 +0000 (GMT) (envelope-from thai.nguyen@rvc.renesas.com) Received: from mail03.idc.renesas.com (mail.renesas.com [202.234.163.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D19943D53 for ; Fri, 8 Jul 2005 08:16:48 +0000 (GMT) (envelope-from thai.nguyen@rvc.renesas.com) Received: (from root@localhost) by guardian03.idc.renesas.com with id j688Gkjr018754 for freebsd-questions@freebsd.org; Fri, 8 Jul 2005 17:16:46 +0900 (JST) Received: from unknown [172.20.8.71] by guardian03.idc.renesas.com with SMTP id TAA18753 ; Fri, 8 Jul 2005 17:16:45 +0900 MIME-Version: 1.0 Date: Fri, 8 Jul 2005 15:16:39 +0700 Content-class: urn:content-classes:message Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: dhcpd.conf problem Thread-Index: AcWDlV1ryOQevdgLTpq7HfsRB74I9g== From: "thai nguyen" To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: dhcpd.conf problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 08:16:50 -0000 Hi,=20 We configured a dhcpd.conf as following. ------------------------------------------------------------------------ ----------------------------------------- ddns-update-style interim; ignore client-updates; =20 option space PXE; option PXE.mtftp-ip code 1 =3D ip-address; option PXE.mtftp-cport code 2 =3D unsigned integer 16; option PXE.mtftp-sport code 3 =3D unsigned integer 16; option PXE.mtftp-tmout code 4 =3D unsigned integer 8; option PXE.mtftp-delay code 5 =3D unsigned integer 8; option PXE.discovery-control code 6 =3D unsigned integer 8; option PXE.discovery-mcast-addr code 7 =3D ip-address; =20 subnet 172.29.140.0 netmask 255.255.255.0 { option routers 172.29.140.1; option subnet-mask 255.255.255.0; option nis-domain "rvc.renesas.com"; option domain-name "rvc.renesas.com"; option domain-name-servers 172.29.138.20; =20 =20 host rvc-wstest { next-server 172.29.140.162; hardware ethernet 00:50:8b:fb:ea:5e; fixed-address 172.29.140.163; } host rvc-wstest1 { next-server 172.29.140.162; hardware ethernet 00:11:25:37:1B:CD; fixed-address 172.29.140.163; } host rvc-ws034 { next-server 172.29.140.162; hardware ethernet 00:11:25:4B:06:B0; fixed-address 172.29.140.163; } host rvc-wsIBM { next-server 172.29.141.10; hardware ethernet 00:11:25:4D:95:26; fixed-address 172.29.141.100; } } host rvc-wscompaq { next-server 172.29.141.10; hardware ethernet 00:02:A5:02:D3:48; fixed-address 172.29.141.154; } allow booting; allow bootp; class "pxeclients" { match if substring (option vendor-class-identifier, 0, 9) =3D "PXEClient"; next-server 172.29.141.10; filename "linux-install/pxelinux.0"; ------------------------------------------------------------------------ ----------------------------------------- The service dhcpd runs but the client is not received the ip add. So what is the problem? Could you pls reply me as soon as possible. Thank so much. =20 =20 Thai