<p dir="ltr">V</p>
<p dir="ltr">Le 9 juin 2015 14:58, "Lamar Milligan" <<a href="mailto:lmilligan@co.walton.ga.us">lmilligan@co.walton.ga.us</a>> a écrit :<br>
><br>
><br>
> ----- Original Message -----<br>
> > From: "Victor Hiebert" <<a href="mailto:vic@sfu.ca">vic@sfu.ca</a>><br>
> > To: <a href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a><br>
> > Sent: Monday, June 8, 2015 4:22:32 PM<br>
> > Subject: UEFI/PXE boot from different server<br>
><br>
> > We are trying to UEFI boot a Dell using PXE, and the client will only attempt to<br>
> > download it's boot file from the tftp server if it is the same IP as the DHCP<br>
> > server.  Is this expected behavior, or perhaps a vendor specific choice by<br>
> > Dell?<br>
> ><br>
> > Using dhcpd 4.2.5 on CentOS 7.  Dell is a 7010 running the latest BIOS.<br>
> ><br>
> > With the dhcpd server using IP 10.0.0.1 the below dhcpd.conf works, changing<br>
> > next-server to any other IP doesn't:<br>
> ><br>
> > subnet 10.0.0.1 netmask 255.255.255.0 {<br>
> >        option broadcast-address 10.0.0.255;<br>
> >        option routers 10.0.0.254;<br>
> >        option subnet-mask 255.255.255.0;<br>
> > }<br>
> ><br>
> >        host uefi-client {<br>
> >                fixed-address 10.0.0.2;<br>
> >                hardware ethernet 90:B1:1C:A1:B2:B4;<br>
> >                filename "somefile.efi";<br>
> >                next-server 10.0.0.1;<br>
> >        }<br>
> ><br>
> > -Victor<br>
> > _______________________________________________<br>
> > dhcp-users mailing list<br>
> > <a href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a><br>
> > <a href="https://lists.isc.org/mailman/listinfo/dhcp-users">https://lists.isc.org/mailman/listinfo/dhcp-users</a><br>
><br>
><br>
> Shouldn't your subnet be 10.0.0.0 instead of 10.0.0.1?  Simple things like that have confounded me in the past, perhaps this is one of those cases.  Good luck,<br>
><br>
> Lamar<br>
> _______________________________________________<br>
> dhcp-users mailing list<br>
> <a href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a><br>
> <a href="https://lists.isc.org/mailman/listinfo/dhcp-users">https://lists.isc.org/mailman/listinfo/dhcp-users</a></p>