open tftp port
This commit is contained in:
parent
c3eb1261f3
commit
d702866d03
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ in
|
|||
];
|
||||
|
||||
networking.firewall = {
|
||||
# dhcp ports
|
||||
allowedUDPPorts = [ 67 68 ]; # server/client
|
||||
# dhcp ports | tftp port
|
||||
allowedUDPPorts = [ 67 68 69 ]; # server/client/tftp
|
||||
};
|
||||
|
||||
# Proxy DHCP for PXE booting. This leaves DHCP address allocation alone and dhcp clients
|
||||
|
|
Loading…
Reference in a new issue