Advertisement
wakoond

firewall uci for ipsec

Jan 16th, 2012
12,513
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #Allow IPsec
  2. config rule
  3. option src wan
  4. option proto udp
  5. option dest_port 500
  6. option target ACCEPT
  7.  
  8. config rule
  9. option src wan
  10. option proto udp
  11. option dest_port 4500
  12. option target ACCEPT
  13.  
  14. config rule
  15. option src wan
  16. option proto esp
  17. option target ACCEPT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement