open tftp port

This commit is contained in:
Joseph Hanson 2024-08-25 11:15:02 -05:00
parent c3eb1261f3
commit d702866d03
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -24,8 +24,8 @@ in
]; ];
networking.firewall = { networking.firewall = {
# dhcp ports # dhcp ports | tftp port
allowedUDPPorts = [ 67 68 ]; # server/client allowedUDPPorts = [ 67 68 69 ]; # server/client/tftp
}; };
# Proxy DHCP for PXE booting. This leaves DHCP address allocation alone and dhcp clients # Proxy DHCP for PXE booting. This leaves DHCP address allocation alone and dhcp clients