Allow TFTP to gw hosts
This commit is contained in:
parent
74713efc85
commit
4044c2a706
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue