public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* Re: Linux CentOS 7.3 can get DHCP IPv4 IP address with configuring DHCP server as per RFC3021
@ 2017-09-25  7:02 Karunakar P
  2017-09-25  7:18 ` Ye, Ting
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Karunakar P @ 2017-09-25  7:02 UTC (permalink / raw)
  To: 'edk2-devel@lists.01.org'
  Cc: 'Wu, Jiaxin', 'Fu, Siyuan', Ye, Ting

Hello All,

It is known that current EDKII doesn't support RFC3021, We could see the following behavior which is PXE boot fails whereas Cent OS can get IP address from the same BIOS.


[Configuration Used]

DHCP server setting under Ubuntu:
1. /etc/dhcp/dhcpd.conf

# RFC3021-Using 31-bit perfixes on IPv4 Point-to-Point Links
subnet 192.168.1.0 netmask 255.255.255.254 {
range 192.168.1.1 192.168.1.1;
next-server 192.168.1.0;
filename "EFI/BOOT/BOOTAA64.EFI";
option subnet-mask 255.255.255.254;
option routers 192.168.1.0;
}

2. /etc/network/interfaces
auto eth0
iface eth0 inet static
address 192.168.1.0
netmask 255.255.255.254
network 192.168.1.0


If the DHCP server and network interface are set up above configuration. Below are my test results and questions


1.       CentOS  7.3 (pre-installed) was able to retrieve IP through DHCP when they connect HDD to the SUT where PXE is failing.

2.       Could you please suggest what could be the reason behind this?


Thanks,
karunakar


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-10-16  7:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-25  7:02 Linux CentOS 7.3 can get DHCP IPv4 IP address with configuring DHCP server as per RFC3021 Karunakar P
2017-09-25  7:18 ` Ye, Ting
2017-09-25  7:50 ` Fu, Siyuan
2017-09-25  7:58 ` Fu, Siyuan
2017-09-25  8:54   ` Karunakar P
2017-09-27  8:15     ` Fu, Siyuan
2017-09-27  9:36       ` Karunakar P
2017-10-16  7:12         ` Karunakar P

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox