From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from IMSVA.IN.MEGATRENDS.COM (Webmail.amiindia.co.in [203.199.198.232]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id EEF2621A134B9 for ; Sun, 7 May 2017 23:30:24 -0700 (PDT) Received: from IMSVA.IN.MEGATRENDS.COM (IMSVA.IN.MEGATRENDS.COM [127.0.0.1]) by IMSVA (Postfix) with ESMTP id DE13482055 for ; Mon, 8 May 2017 12:02:14 +0530 (IST) Received: from IMSVA.IN.MEGATRENDS.COM (IMSVA.IN.MEGATRENDS.COM [127.0.0.1]) by IMSVA (Postfix) with ESMTP id D1A1C8204A for ; Mon, 8 May 2017 12:02:14 +0530 (IST) Received: from webmail.amiindia.co.in (venus1.in.megatrends.com [10.0.0.5]) by IMSVA.IN.MEGATRENDS.COM (Postfix) with ESMTPS for ; Mon, 8 May 2017 12:02:14 +0530 (IST) Received: from VENUS2.in.megatrends.com ([fe80::2002:4a07:4f17:c09b]) by VENUS1.in.megatrends.com ([fe80::951:7975:6ecf:eae5%14]) with mapi id 14.01.0438.000; Mon, 8 May 2017 12:00:21 +0530 From: Karunakar P To: "edk2-devel@lists.01.org" Thread-Topic: HTTPBoot server setup in Home Environment Thread-Index: AdLHxCcW9t/c7cJNRkajPKvr7cQndA== Date: Mon, 8 May 2017 06:30:20 +0000 Message-ID: Accept-Language: en-GB, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.0.84.164] MIME-Version: 1.0 X-TM-AS-GCONF: 00 X-TM-AS-Product-Ver: IMSVA-9.1.0.1600-8.1.0.1062-23056.005 X-TM-AS-Result: No--20.224-5.0-31-10 X-imss-scan-details: No--20.224-5.0-31-10 X-TMASE-Version: IMSVA-9.1.0.1600-8.1.1062-23056.005 X-TMASE-Result: 10--20.223700-10.000000 X-TMASE-MatchedRID: R9eR7TRsHPoCA8tJOje6Z9UFhgTP7/bWvJ9Xvh5CmT7I9EDAP/dptpgJ cvv3N0iqzt4sBPfAEC4szPf+RXWLt1OpO+SviejwQr2qXCJMSV9Klo6qIxfTgMpj/9aYiP+hvEy 4eykgdffkizndBEr04SsxRRUhFCnpVQ7O/4REy+vmAId+2bAQwv2xX1OVrWqLStFk/81wIJKLOs WlYdMG9wR1ZtMYefFWPC7j/mzpDFpA7Hi290JnwlgowyUWHgGdh+w9Wz/xXDoR8rMICe0qkPMxs +ucp3ZM7gzcfk5O5gtiXQjTxUn166dwsJe6fN2LuIwLnB3Aqp3q0SQ1Mgx5CDg2jfgv3Zp9UdfE Kc10rU54nNRC+UXW5zbCaCTm4Uqs8SfOLQ+4zH+eAiCmPx4NwGmRqNBHmBvepvI8UZOf47jm0Eq N7mnB3iAhra4zm6TyGwgm0/oQHdOjUUDAiUulvYjvCuvCUSSWYgMHlVhrTIkwGGpsO/B4VQ== X-TMASE-SNAP-Result: 1.821001.0001-0-1-12:0,22:0,33:0,34:0,39:0-0 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 Subject: HTTPBoot server setup in Home Environment X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 May 2017 06:30:25 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello all, I have a question on verifying the HTTPBoot in Home Environment which is "D= o I need to have a DHCP server configured to serve HTTPClient?" My typical dhcp configuration for HTTPBoot is as follows default-lease-time 600; max-lease-time 7200; allow booting; option domain-name " MyBootSource.com "; option domain-name-servers 192.168.x.y; option vendor-class-identifier "HTTPClient"; option bootfile-name "http://www.MyBootSource.com/SourceFolder/Fil= eName.ext"; subnet 192.168.x.0 netmask 255.255.255.0 { range 192.168.x.yy 192.168.x.zz; } With the above configuration, the HTTPBoot works in a normal environment. Also I have tried commenting the "option bootfile-name ..." and I see that= the Discover and Offer packets are exchanged but the Request is not coming= from client. If I want to make the HTTPBoot work in home environment, then what changes = should I make to my dhcp configuration ? Thanks, Karunakar