Guest User

Untitled

a guest
Jul 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. block out log on $ExtIF all
  2. block in log on $ExtIF all
  3. block return-rst out log on $ExtIF proto tcp all
  4. block return-rst in log on $ExtIF proto tcp all
  5. block return-icmp out log on $ExtIF proto udp all
  6. block return-icmp in log on $ExtIF proto udp all
  7.  
  8. # allow lo0 interface packet
  9. pass in quick on lo0 all
  10. pass out quick on lo0 all
  11. # allow internal network traffic
  12. pass in on $ExtIF from any to <allowhost>
  13. pass out on $ExtIF from <allowhost> to any
  14. pass in on $IntIF from any to <wlan>
  15. pass out on $IntIF from <wlan> to any
Add Comment
Please, Sign In to add comment