On Wed, Aug 12, 2020 at 10:37:39PM +0200, Jelle de Jong wrote:
> Hello everybody,

   :-)

 
> I got an setup and want to keep this clean and automatically configurable.

Check

 
> I have a firewall with dnsmasq that runs dns and dhcp.

Check

 
> I have a pxelinux server that I want to run dnsmasq on for tftp only.

There you lost me.  To me is "pxelinux server" that listens on port 67 (bootps)
port 4011 (proxydhcp) and 69 (tftp). Dnsmasq can listen on port 67 and
69, but I not sure about port 4011  and it might that PXE client these days
don't need an answer for port 4011.  In other words "more that only TFTP"


> I want the firewall to proxy the tftp to the pxelinux server...
> 
> Can somebody give me an example:
> 
> this is an section from my all in one test machine that I want to split into
> two dnsmasq machines:
> 
> dhcp-authoritative
> dhcp-match=set:efi-x86_64,option:client-arch,7
> dhcp-match=set:efi-x86_64,option:client-arch,9
> dhcp-match=set:efi-x86,option:client-arch,6
> dhcp-match=set:bios,option:client-arch,0
> dhcp-boot=tag:efi-x86_64,"efi64/syslinux.efi"
> dhcp-boot=tag:efi-x86,"efi32/syslinux.efi"
> dhcp-boot=tag:bios,"bios/lpxelinux.0"
> enable-tftp
> tftp-root=/srv/tftp/
> tftp-secure
> tftp-mtu=1332
 

To me too many possiblities to split.
My advice: Just go for it
(most likely you alread did  ;-)



Regards
Geert Stappers
-- 
Silence is hard to parse

_______________________________________________
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Reply via email to