From: Karunakar P <karunakarp@amiindia.co.in>
To: "edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Subject: HTTPBoot server setup in Home Environment
Date: Mon, 8 May 2017 06:30:20 +0000 [thread overview]
Message-ID: <A885E3F3F1F22B44AF7CC779C062228E7C28887D@Venus2.in.megatrends.com> (raw)
Hello all,
I have a question on verifying the HTTPBoot in Home Environment which is "Do 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/FileName.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
reply other threads:[~2017-05-08 6:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=A885E3F3F1F22B44AF7CC779C062228E7C28887D@Venus2.in.megatrends.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox