Advertisement
Guest User

Untitled

a guest
Oct 19th, 2014
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.81 KB | None | 0 0
  1. Chain INPUT (policy ACCEPT)
  2. target prot opt source destination
  3. ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
  4. ACCEPT all -- anywhere anywhere
  5. INPUT_direct all -- anywhere anywhere
  6. INPUT_ZONES_SOURCE all -- anywhere anywhere
  7. INPUT_ZONES all -- anywhere anywhere
  8. ACCEPT icmp -- anywhere anywhere
  9. REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
  10.  
  11. Chain FORWARD (policy ACCEPT)
  12. target prot opt source destination
  13. ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
  14. ACCEPT all -- anywhere anywhere
  15. FORWARD_direct all -- anywhere anywhere
  16. FORWARD_IN_ZONES_SOURCE all -- anywhere anywhere
  17. FORWARD_IN_ZONES all -- anywhere anywhere
  18. FORWARD_OUT_ZONES_SOURCE all -- anywhere anywhere
  19. FORWARD_OUT_ZONES all -- anywhere anywhere
  20. ACCEPT icmp -- anywhere anywhere
  21. REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
  22.  
  23. Chain OUTPUT (policy ACCEPT)
  24. target prot opt source destination
  25. OUTPUT_direct all -- anywhere anywhere
  26.  
  27. Chain FORWARD_IN_ZONES (1 references)
  28. target prot opt source destination
  29. FWDI_public all -- anywhere anywhere [goto]
  30. FWDI_public all -- anywhere anywhere [goto]
  31.  
  32. Chain FORWARD_IN_ZONES_SOURCE (1 references)
  33. target prot opt source destination
  34.  
  35. Chain FORWARD_OUT_ZONES (1 references)
  36. target prot opt source destination
  37. FWDO_public all -- anywhere anywhere [goto]
  38. FWDO_public all -- anywhere anywhere [goto]
  39.  
  40. Chain FORWARD_OUT_ZONES_SOURCE (1 references)
  41. target prot opt source destination
  42.  
  43. Chain FORWARD_direct (1 references)
  44. target prot opt source destination
  45.  
  46. Chain FWDI_public (2 references)
  47. target prot opt source destination
  48. FWDI_public_log all -- anywhere anywhere
  49. FWDI_public_deny all -- anywhere anywhere
  50. FWDI_public_allow all -- anywhere anywhere
  51.  
  52. Chain FWDI_public_allow (1 references)
  53. target prot opt source destination
  54.  
  55. Chain FWDI_public_deny (1 references)
  56. target prot opt source destination
  57.  
  58. Chain FWDI_public_log (1 references)
  59. target prot opt source destination
  60.  
  61. Chain FWDO_public (2 references)
  62. target prot opt source destination
  63. FWDO_public_log all -- anywhere anywhere
  64. FWDO_public_deny all -- anywhere anywhere
  65. FWDO_public_allow all -- anywhere anywhere
  66.  
  67. Chain FWDO_public_allow (1 references)
  68. target prot opt source destination
  69.  
  70. Chain FWDO_public_deny (1 references)
  71. target prot opt source destination
  72.  
  73. Chain FWDO_public_log (1 references)
  74. target prot opt source destination
  75.  
  76. Chain INPUT_ZONES (1 references)
  77. target prot opt source destination
  78. IN_public all -- anywhere anywhere [goto]
  79. IN_public all -- anywhere anywhere [goto]
  80.  
  81. Chain INPUT_ZONES_SOURCE (1 references)
  82. target prot opt source destination
  83.  
  84. Chain INPUT_direct (1 references)
  85. target prot opt source destination
  86.  
  87. Chain IN_public (2 references)
  88. target prot opt source destination
  89. IN_public_log all -- anywhere anywhere
  90. IN_public_deny all -- anywhere anywhere
  91. IN_public_allow all -- anywhere anywhere
  92.  
  93. Chain IN_public_allow (1 references)
  94. target prot opt source destination
  95. ACCEPT udp -- anywhere 224.0.0.251 udp dpt:mdns ctstate NEW
  96. ACCEPT tcp -- anywhere anywhere tcp dpt:ssh ctstate NEW
  97.  
  98. Chain IN_public_deny (1 references)
  99. target prot opt source destination
  100.  
  101. Chain IN_public_log (1 references)
  102. target prot opt source destination
  103.  
  104. Chain OUTPUT_direct (1 references)
  105. target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement