Advertisement
Guest User

Untitled

a guest
May 6th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.70 KB | None | 0 0
  1. [root@localhost httpd]# sudo iptables -L
  2. Chain INPUT (policy ACCEPT)
  3. target prot opt source destination
  4. ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
  5. ACCEPT all -- anywhere anywhere
  6. INPUT_direct all -- anywhere anywhere
  7. INPUT_ZONES_SOURCE all -- anywhere anywhere
  8. INPUT_ZONES all -- anywhere anywhere
  9. ACCEPT icmp -- anywhere anywhere
  10. DROP all -- anywhere anywhere ctstate INVALID
  11. REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
  12.  
  13. Chain FORWARD (policy ACCEPT)
  14. target prot opt source destination
  15. ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
  16. ACCEPT all -- anywhere anywhere
  17. FORWARD_direct all -- anywhere anywhere
  18. FORWARD_IN_ZONES_SOURCE all -- anywhere anywhere
  19. FORWARD_IN_ZONES all -- anywhere anywhere
  20. FORWARD_OUT_ZONES_SOURCE all -- anywhere anywhere
  21. FORWARD_OUT_ZONES all -- anywhere anywhere
  22. ACCEPT icmp -- anywhere anywhere
  23. DROP all -- anywhere anywhere ctstate INVALID
  24. REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
  25.  
  26. Chain OUTPUT (policy ACCEPT)
  27. target prot opt source destination
  28. OUTPUT_direct all -- anywhere anywhere
  29.  
  30. Chain FORWARD_IN_ZONES (1 references)
  31. target prot opt source destination
  32. FWDI_FedoraServer all -- anywhere anywhere [goto]
  33. FWDI_FedoraServer all -- anywhere anywhere [goto]
  34.  
  35. Chain FORWARD_IN_ZONES_SOURCE (1 references)
  36. target prot opt source destination
  37.  
  38. Chain FORWARD_OUT_ZONES (1 references)
  39. target prot opt source destination
  40. FWDO_FedoraServer all -- anywhere anywhere [goto]
  41. FWDO_FedoraServer all -- anywhere anywhere [goto]
  42.  
  43. Chain FORWARD_OUT_ZONES_SOURCE (1 references)
  44. target prot opt source destination
  45.  
  46. Chain FORWARD_direct (1 references)
  47. target prot opt source destination
  48.  
  49. Chain FWDI_FedoraServer (2 references)
  50. target prot opt source destination
  51. FWDI_FedoraServer_log all -- anywhere anywhere
  52. FWDI_FedoraServer_deny all -- anywhere anywhere
  53. FWDI_FedoraServer_allow all -- anywhere anywhere
  54.  
  55. Chain FWDI_FedoraServer_allow (1 references)
  56. target prot opt source destination
  57.  
  58. Chain FWDI_FedoraServer_deny (1 references)
  59. target prot opt source destination
  60.  
  61. Chain FWDI_FedoraServer_log (1 references)
  62. target prot opt source destination
  63.  
  64. Chain FWDO_FedoraServer (2 references)
  65. target prot opt source destination
  66. FWDO_FedoraServer_log all -- anywhere anywhere
  67. FWDO_FedoraServer_deny all -- anywhere anywhere
  68. FWDO_FedoraServer_allow all -- anywhere anywhere
  69.  
  70. Chain FWDO_FedoraServer_allow (1 references)
  71. target prot opt source destination
  72.  
  73. Chain FWDO_FedoraServer_deny (1 references)
  74. target prot opt source destination
  75.  
  76. Chain FWDO_FedoraServer_log (1 references)
  77. target prot opt source destination
  78.  
  79. Chain INPUT_ZONES (1 references)
  80. target prot opt source destination
  81. IN_FedoraServer all -- anywhere anywhere [goto]
  82. IN_FedoraServer all -- anywhere anywhere [goto]
  83.  
  84. Chain INPUT_ZONES_SOURCE (1 references)
  85. target prot opt source destination
  86.  
  87. Chain INPUT_direct (1 references)
  88. target prot opt source destination
  89.  
  90. Chain IN_FedoraServer (2 references)
  91. target prot opt source destination
  92. IN_FedoraServer_log all -- anywhere anywhere
  93. IN_FedoraServer_deny all -- anywhere anywhere
  94. IN_FedoraServer_allow all -- anywhere anywhere
  95.  
  96. Chain IN_FedoraServer_allow (1 references)
  97. target prot opt source destination
  98. ACCEPT tcp -- anywhere anywhere tcp dpt:ssh ctstate NEW
  99. ACCEPT tcp -- anywhere anywhere tcp dpt:websm ctstate NEW
  100.  
  101. Chain IN_FedoraServer_deny (1 references)
  102. target prot opt source destination
  103.  
  104. Chain IN_FedoraServer_log (1 references)
  105. target prot opt source destination
  106.  
  107. Chain OUTPUT_direct (1 references)
  108. target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement