Skip to content
Discussion options

You must be logged in to vote

Huge shout out to Simon Kelley for introducing a new option --dhcp-option-pxe to resolve this issue.

After compiling from the latest source, something as simple as the following now includes option 175 in the DHCP Offer packets.

podman run --rm --cap-add=NET_ADMIN,NET_RAW --net=host --volume=/var/home/core/tftpboot:/var/lib/tftpboot:Z localhost/dnsmasq:latest dnsmasq \
  -d -q \
  --port=0 \
  --dhcp-range=10.10.0.0,proxy \
  --dhcp-option-pxe=encap:175,1,1 \
  --enable-tftp --tftp-root=/var/lib/tftpboot \
  --pxe-service=X86-64_EFI,PXE,snponly.efi,10.10.0.124 \
  --log-queries \
  --log-dhcp

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by skyblaster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant