Advertisement
Guest User

CSF CONFIG

a guest
Dec 13th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1.  
  2. ###############################################################################
  3. # SECTION:IPv4 Port Settings
  4. ###############################################################################
  5. # Lists of ports in the following comma separated lists can be added using a
  6. # colon (e.g. 30000:35000).
  7. TCP_IN = "20,21,22,25,53,80,110,143,443,465,587,993,995,2000:10000"
  8.  
  9. # Allow outgoing TCP ports
  10. TCP_OUT = "20,21,22,25,53,80,110,113,443,2000:10000"
  11.  
  12. # Allow incoming UDP ports
  13. UDP_IN = "20,21,53,2000:10000"
  14.  
  15. # Allow outgoing UDP ports
  16. # To allow outgoing traceroute add 33434:33523 to this list
  17. UDP_OUT = "20,21,53,113,123,2000:10000"
  18.  
  19. # Allow incoming PING
  20. ICMP_IN = "1,2000:10000"
  21.  
  22. # Set the per IP address incoming ICMP packet rate
  23. # To disable rate limiting set to "0"
  24. ICMP_IN_RATE = "1/s"
  25.  
  26. */|\*/|\*/|\*/|\*/|\*/|\*/|\*/|\*/|\*/|\*/|\*/|\*/|\*/|\*/|\*/|\*/|\*/|\*/|\*/|\*/|\*/|\*/|\*/|\*/|\*/|\*/|\*
  27.  
  28. IPV6_SPI = "1"
  29.  
  30. # Allow incoming IPv6 TCP ports
  31. TCP6_IN = "20,21,22,25,53,80,110,143,443,465,587,993,995"
  32.  
  33. # Allow outgoing TCP ports
  34. TCP6_OUT = "20,21,22,25,53,80,110,113,443"
  35.  
  36. # Allow incoming UDP ports
  37. UDP6_IN = "20,21,53"
  38.  
  39. # Allow outgoing UDP ports
  40. # To allow outgoing traceroute add 33434:33523 to this list
  41. UDP6_OUT = "20,21,53,113,123"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement