i’m new and i want congratulate with DEV people for the hard work for the last stable release !!!
I’m an IT admin and i started to use Nethserver like a transparent proxy with MAC binding firewall rule, so my goal is reached.
Now i ask you : how is the configuration for the DHCP to redirect to an external WDS PXE Server?
I use Windows SCCM ( WDS PXE ) to deploy on the pcs and i want to use it more.
I’ve found you documentation but if i didn’t seen bad the documentation explains only the situation of linux deploy.
The Apple Netboot work correctly without any Nethserver DHCP particular config and i can deploy my MACs on network.
I’ve a problem only with Windows PXE, but for me it’s 80% of work.
Ehilá namesake!
The @dev_team would be happy to read your words. What are your feelings with NethServer? Are you using it at your company or for test only?
@ alefattorini
i’m feeling good with Nethserver.
I’m using Nethserver like a gateway with web filtering in my work environment, an Educational environment; i started to use it after a test period obviously.
I think that it is a good complete solution for a lan networking and it has good growth prospects.
@Nas
i’ve tried to modify /etc/dnsmaq.conf in option 66 with a template-custom method. But no way. My Windows PXE server doesn’t recieve any request. The client takes an IP but doesn’t contact my PXE server.
For the guide of iPXE i red and thanks, but i hope to use simply the Nethserver dhcp to redirect clients to my PXE server.
@filippo_carletti
i’ve tried with 81bootp template-custom but doesn’t work anymore. Maybe i’ve insterted wrong value in a string, so i ask you if i did a mistake, this is the string in a template script:
dhcp-boot=net:“nic that contacts external PXE server”, “file on the external pxe server to execute(wdsnbp.com, in my case)”,“FQDN of external PXE server”,“IP of my extyernal PXE server”
it’s right ?
The external PXE is in the same subnet of the clients and the nic that offers DHCP service.
I noticed a thing in a dnsmasq.conf file, there is these two line:
dhcp-option=eth2,66,“IP of PXE server” # TFTP
dhcp-option=66,“IP of the nic of Nethserver on the same subnet of PXE”
I think that are in conflict, but if the first line can be addedd modifying by the web interface adding the value to TFTP option form, the second line i don’t know from what configuration has taken.
I hope that everything can be clear in my explication.
Thanks all for the support, have a good day !
Hi, As far as I know the FQDN will not work because in PXE you do not make dns queries.
You can try with the simple hostname or you can try to use the IP of the server instead of the hostname.
i’ve modify the script in the /etc/e-smith/templates/etc/dnsmasq.conf/80tftp
the line $OUT.=“dhcp-option=66,”$LocalIP""
with $OUT.=“dhcp-option=66,“the ip of my PXE external server””
I don’t know why but without this change in the dnsmasq.conf the configuration was:
dhcp-option=66,"IP of the nic of Nethserver on the same subnet of PXE"
and it was wrong.
then i’ve modified, following your tips, the script in template-custom folder. And finally the line in the script became: