dnsmasq using hostname openwrt #1569
Unanswered
shandshellin
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So i add the following to dnsmasq with a specific ip, it grabs and i see the boot menu, yay!
Since i'm running a swarm i need to use a dns hostname to point to all the ip's of the nodes. Is there a way to do this or should i be duplicating this entry with ip's for each? I tried the fqdn instead of the ip but it will not work.
dhcp-match=set:bios,60,PXEClient:Arch:00000
dhcp-boot=tag:bios,netboot.xyz.kpxe,,192.168.10.60
dhcp-match=set:efi32,60,PXEClient:Arch:00002
dhcp-boot=tag:efi32,netboot.xyz.efi,,192.168.10.60
dhcp-match=set:efi32-1,60,PXEClient:Arch:00006
dhcp-boot=tag:efi32-1,netboot.xyz.efi,,192.168.10.60
dhcp-match=set:efi64,60,PXEClient:Arch:00007
dhcp-boot=tag:efi64,netboot.xyz.efi,,192.168.10.60
dhcp-match=set:efi64-1,60,PXEClient:Arch:00008
dhcp-boot=tag:efi64-1,netboot.xyz.efi,,192.168.10.60
dhcp-match=set:efi64-2,60,PXEClient:Arch:00009
dhcp-boot=tag:efi64-2,netboot.xyz.efi,,192.168.10.60
Beta Was this translation helpful? Give feedback.
All reactions