dch-gw: Allow outbound DHCP
Connection Tracking does not work for DHCP messages, since many are broadcast. As such, the firewall must explicitly allow datagrams destined for the DHCP client port.jenkins-master
parent
de5aa114d1
commit
ef2b31880b
|
@ -100,6 +100,8 @@ allow_outgoing:
|
|||
port: dhcpv6-server
|
||||
- protocol: udp
|
||||
port: bootps
|
||||
- protocol: udp
|
||||
port: bootpc
|
||||
- protocol: tcp
|
||||
port: https
|
||||
- protocol: tcp
|
||||
|
|
Loading…
Reference in New Issue