Allow TFTP to gw hosts

This commit is contained in:
Timo Makinen 2021-04-22 20:41:25 +00:00
parent 74713efc85
commit 4044c2a706

View file

@ -51,6 +51,9 @@ pass in quick on $int_if proto tcp from $int_net to self port 4949
# allow dns queries from internal net # allow dns queries from internal net
pass in quick on $int_if proto { tcp, udp } from $int_net to self port domain pass in quick on $int_if proto { tcp, udp } from $int_net to self port domain
# allow tftp from internal net
pass in quick on $int_if proto udp from $int_net to self port tftp
# block rest of packets coming to me # block rest of packets coming to me
block in quick from any to self block in quick from any to self