PXE error 53 (PXE-E53) : No boot filename received
Hello,
I want to deploy master images from an acronis server / PXE server located in VLAN 1, ( PXE server IP adress is 192.168.10.218, gateway ip address is 192.168.10.7 ) to computers located in another subnet, VLAN 5 ( gateway ip address is 192.168.50.1 ).
The DHCP server is a windows server 2012 R2 DHCP role, its IP adress is 192.168.10.4
On the DHCP server, I created a new scope for the 192.168.50.0/24 subnet with the default gateway 192.168.50.1.
And as recommended options 66 and 67 are not defined.
The 2 subnets are connected together through a Stormshield SN710.
On the Stormshield, I have configured a DHCP relay service relaying DHCP requests between the 2 interfaces : 192.168.10.7 and 192.168.50.1, to the DHCP server.
I created firewall rules to allow bootps (udp 67), bootpc (udp 68), tftp (udp 69) between the 2 subnets. But I am using a bypass rule that allow any traffic for testing.
The test computer in VLAN 5 get successfully an IP address from the DHCP server located in VLAN 1.
For info, deployment with the pxe server on computers located in the same subnet 192.168.10.0/24 works perfectly.
But the test computer in VLAN 5 fails to connect to the acronis snap deploy pxe server, it displays the PXE error 53, no boot filename received.
I installed a Wireshark on the DHCP server.
When I try to connect the test computer to the pxe server :
I can see a DHCP discover message relayed by the stormshield 192.168.10.7 to the DHCP server 192.168.10.4 (relay agent ip is 192.168.50.1).
I can see a DHCP offer message from the DHCP server 192.168.10.4 to the DHCP relay 192.168.50.1 and the client IP offered is 192.168.50.13 ).
But there is no DHCP request after that.
In windows, I can see all the DHCP messages, discover, offer, request and ack as expected.
If someone can help me plz, thank you by advance.

- Log in to post comments

Hello,
You may also want to consult with the article Troubleshooting PXE Booting Issues.
- Log in to post comments