Advertisement
Guest User

iptable values

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