pf: Open NTP port from dna-gw hosts to clients
This commit is contained in:
parent
ba758364f5
commit
62c9576df5
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@ pass in quick on $int_if proto tcp from $int_net to self port domain-s
|
||||||
# allow tftp from internal net
|
# allow tftp from internal net
|
||||||
pass in quick on $int_if proto udp from $int_net to self port tftp
|
pass in quick on $int_if proto udp from $int_net to self port tftp
|
||||||
|
|
||||||
|
# allow ntp from internal net
|
||||||
|
pass in quick on $int_if proto udp from $int_net to self port ntp
|
||||||
|
|
||||||
# allow http and https from outside
|
# allow http and https from outside
|
||||||
pass in quick proto tcp from any to self port http
|
pass in quick proto tcp from any to self port http
|
||||||
pass in quick proto tcp from any to self port https
|
pass in quick proto tcp from any to self port https
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue