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
|
port: dhcpv6-server
|
||||||
- protocol: udp
|
- protocol: udp
|
||||||
port: bootps
|
port: bootps
|
||||||
|
- protocol: udp
|
||||||
|
port: bootpc
|
||||||
- protocol: tcp
|
- protocol: tcp
|
||||||
port: https
|
port: https
|
||||||
- protocol: tcp
|
- protocol: tcp
|
||||||
|
|
Loading…
Reference in New Issue