Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jul 2005 15:16:39 +0700
From:      "thai nguyen" <thai.nguyen@rvc.renesas.com>
To:        <freebsd-questions@freebsd.org>
Subject:   dhcpd.conf problem
Message-ID:  <B28EC277373CE941B06D1287941D35A0052ADF@rvc-ex01.rvc.renesas.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B28EC277373CE941B06D1287941D35A0052ADF>