Guest User

Untitled

a guest
Dec 14th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. interface4 "${lan_interface}" lan
  2. policy accept
  3.  
  4. interface4 "${ppp_interface}" internet
  5. protection strong
  6.  
  7. policy reject
  8. ### client all accept src "${LAN_HOSTS_WHITELIST}"
  9. client all accept
  10.  
  11. server http accept
  12. server https accept
  13. server ssh accept src "${SSH_ACCESS}"
  14. server ping accept src "${ICMP_ACCESS}"
  15. server ident reject with tcp-reset
  16.  
  17. router4 lan2internet inface "${lan_interface}" outface "${ppp_interface}"
  18. masquerade
  19. route all accept
Add Comment
Please, Sign In to add comment