Advertisement
nnsense

iptables-filter

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