Yes, I changed it, exactly as you just mentioned, and it still didn’t work, it worked fine when I added those two lines of code I mentioned earlier.
Anyway, thank you very much for your help and attention.
Yes, I changed it, exactly as you just mentioned, and it still didn’t work, it worked fine when I added those two lines of code I mentioned earlier.
Anyway, thank you very much for your help and attention.
Hey boss
I use your config file and, nothing happens.
but i found on the network two more lines of parameter codes.
When i add this lines, its work fine, sounds good.
They are:
# TFTP IP is required on all dhcp-boot lines (unless dnsmasq itself acts as tftp server?)
pxe-service=tag:!ipxe-ok,X86PC,PXE,undionly.kpxe,172.16.1.15
pxe-service=tag:!ipxe-ok,IA32_EFI,PXE,snponlyx32.efi,172.16.1.15
pxe-service=tag:!ipxe-ok,BC_EFI,PXE,snponly.efi,172.16.1.15
pxe-service=tag:!ipxe-ok,X86-64_EFI,PXE,snponly.efi,172.16.1.15
And:
#set ipxe-ok tag if we have correct combination
# http && menu && iscsi ((pxe && bzimage) || efi)
tag-if=set:ipxe-ok,tag:ipxe-http,tag:ipxe-menu,tag:ipxe-iscsi,tag:ipxe-pxe,tag:ipxe-bzimage
tag-if=set:ipxe-ok,tag:ipxe-http,tag:ipxe-menu,tag:ipxe-iscsi,tag:ipxe-efi
After add these lines everthing WORKS SO GOOD.
Change Status to SOLVED, in Gods Name.
Thanks a lot man, for all help you give to me.
@george1421
I do what do you want.
but dhcp-proxy stops delivery ip to vm with UEFI.
when i remove your changes, delivery dhcp-proxy works fine, but we go back to zero blue screen nothing happens.
legacy still works with your changes, and without your changes.
I understand your point.
So i will continue looking for a solution.
Can we leave this post open for now? Maybe someone can help at some point.
Thanks a lot to reply, i will continue searching for some solution, strange is, when i enable the true dhcp on my pfsense, everthing works fine.
per hour without dhcp just work on legacy no problem, i will try discover whats is cause.
Thank you so much, if you have any idea, please send a message.
I see the DORA process.
But i cant understant what is wrong in the final process.
this is the end off discover
this is the end off Offer
this is the end of Request
this is the end of ACK
If you need more details i can get for you, to help me solve this.
Thanks a lot man.
Good evening my friend.
I will do what you saying.
And I reply after all.
Thanks a lot man.
Hey all,
My friends, first, sorry for my english.
I have a Fog server running on a VMware lab, i have too a PFsense running on the same lab, my fog in running on ubuntu server 22.04 with the static ip 172.16.1.15, my pfsense is 172.16.1.1 no dhcp services, both servers see each other and have internet connection.
So, on my VMware i running more two VMs to testing boot PXE, the first vm is biuld in bios legacy, the other vm biuld in UEFI Bios.
The Point is, i need boot pxe totaly without dhcp services, because my cenario is, we have a 2800 stores, i have a fortinet per store like a firewall, our infraestructure is based in no dhcp services running on those firewalls, everthing is running on static ips, I have approximately a total of 33 thousand machines in my technology park, and i study fog to implement in our infrastructure.
My file ltps.conf into the /etc/dnsmasq.d is configure like this:
# Don't function as a DNS server:
port=0
# Log lots of extra information about DHCP transactions.
log-dhcp
# Set the root directory for files available via FTP.
tftp-root=/tftpboot
# The boot filename, Server name, Server Ip Address
dhcp-boot=undionly.kpxe,,172.16.1.15
# Disable re-use of the DHCP servername and filename fields as extra
# option space. That's to avoid confusing some old or broken DHCP clients.
dhcp-no-override
# inspect the vendor class string and match the text to set the tag
dhcp-vendorclass=BIOS,PXEClient:Arch:00000
dhcp-vendorclass=UEFI32,PXEClient:Arch:00006
dhcp-vendorclass=UEFI,PXEClient:Arch:00007
dhcp-vendorclass=UEFI64,PXEClient:Arch:00009
# Set the boot file name based on the matching tag from the vendor class (above)
dhcp-boot=net:UEFI32,i386-efi/ipxe.efi,,172.16.1.15
dhcp-boot=net:UEFI,ipxe.efi,,172.16.1.15
dhcp-boot=net:UEFI64,ipxe.efi,,172.16.1.15
# PXE menu. The first part is the text displayed to the user. The second is the timeout, in seconds.
pxe-prompt="Buscando Servidor de Imagens", 5
# The known types are x86PC, PC98, IA64_EFI, Alpha, Arc_x86,
# Intel_Lean_Client, IA32_EFI, BC_EFI, Xscale_EFI and X86-64_EFI
# This option is first and will be the default if there is no input from the user.
pxe-service=X86PC, "Boot to FOG", undionly.kpxe
pxe-service=X86-64_EFI, "Boot to FOG UEFI", ipxe.efi
pxe-service=BC_EFI, "Boot to FOG UEFI PXE-BC", ipxe.efi
dhcp-range=172.16.1.50,172.16.1.52,255.255.255.0
######################################
So, when i boot the vm with legacy bios everthing works fine, and i register the host normaly.
And finally this is my problem, when i boot my vm with UEFI bios, the vm caths the ip like a configure on dnsmasq dhcp-proxy, 172.16.1.51 example, but the load page pxe not load, and return do boot bios options.
somebody can help with this, i realy try many things to fix, but nothing works.
and also just to contextualize when I use active dhcp in pfsense everything works normally, in short without using dhcp services my vm was able to start with legacy pxe, but it doesn’t start with bios UEFI.
After count five, the screen return on the blue screen.