You are not logged in.

#1 2015-08-23 17:56:37

Schlunze
Member
Registered: 2013-10-03
Posts: 53

dnsmasq ipxe dhcp options

Hello out there,

I wonder if there is a way with dnsmasq to request ipxe features like nfs.

http://ipxe.org/howto/dhcpd

option 41 - ipxe.nfs

## /etc/dnsmasq.conf
dhcp-range=192.168.2.0,proxy
dhcp-match=set:nfs,??????
pxe-service=tag:!nfs,X86PC,"1",undionly.kpxe
pxe-service=tag:!nfs,BC_EFI,"2",ipxe.efi
pxe-service=tag:!nfs,X86-64_EFI,"3",ipxe.efi
dhcp-boot=tag:nfs,http://XXX.XXX.XXX.XXX/test.php?mac=${mac}&uuid=${uuid}
.
.
enable-tftp
tftp-root=/srv/tftp

I can't break "the infinite loop" during chainloading ipxe.efi or undionly.kpxe with dnsmasq multi-arch.

Thanks in advance.

Last edited by Schlunze (2015-08-23 20:15:16)

Offline

#2 2015-08-26 07:43:35

morphix
Member
From: Sydney, Australia
Registered: 2007-03-18
Posts: 16

Re: dnsmasq ipxe dhcp options


Toshiba Satellite P50T-A
Toshiba Qosmio F60

Offline

#3 2015-08-26 16:52:13

Schlunze
Member
Registered: 2013-10-03
Posts: 53

Re: dnsmasq ipxe dhcp options

Hello,

thanks, but it don't work this way with qemu vm's. I look for a way to chainload a more featured version with nfs support of IPXE with undionly.kpxe/ipxe.efi and dnsmasq.

Offline

Board footer

Powered by FluxBB