NoPaste

iptables --list -nv --line-numbers

von Knexi
SNIPPET_DESC:
iptables --list -nv --line-numbers
SNIPPET_CREATION_TIME:
14.08.2016 20:19:02
SNIPPET_PRUNE_TIME:
Unendlich

SNIPPET_TEXT:
  1. Chain INPUT (policy DROP 0 packets, 0 bytes)
  2. num   pkts bytes target     prot opt in     out     source               destination        
  3. 1    10913 3766K ACCEPT     all  --  lo     *       0.0.0.0/0            0.0.0.0/0          
  4. 2        0     0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0            icmptype 0
  5. 3        0     0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0            icmptype 8
  6. 4        0     0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0            icmptype 3
  7. 5    1076K 1586M ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            state RELATED,ESTABLISHED
  8. 6        9   360 REJECT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            reject-with tcp-reset
  9. 7       72  2304 REJECT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            reject-with icmp-port-unreachable
  10. 8        0     0 LOGGING    all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  11.  
  12. Chain FORWARD (policy DROP 0 packets, 0 bytes)
  13. num   pkts bytes target     prot opt in     out     source               destination        
  14.  
  15. Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
  16. num   pkts bytes target     prot opt in     out     source               destination        
  17. 1    10913 3766K ACCEPT     all  --  *      lo      0.0.0.0/0            0.0.0.0/0          
  18. 2       18  1643 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:21
  19. 3        0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:25
  20. 4        0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:53
  21. 5     283K   12M ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:80
  22. 6        0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:110
  23. 7     197K   10M ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:443
  24. 8        0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:51413
  25. 9        0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:6969
  26. 10       0     0 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0            udp dpts:67:68
  27. 11     904 61333 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0            udp dpt:53
  28. 12       0     0 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0            udp dpt:51413
  29. 13       0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:9050
  30. 14       0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:9150
  31. 15       0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:9040
  32. 16       0     0 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0            udp dpt:5400
  33. 17      65 23209 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:465
  34. 18       0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:993
  35. 19     379 29245 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:995
  36. 20       0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:143
  37. 21       0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:22
  38. 22       0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:119
  39. 23       0     0 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0            udp dpt:123
  40. 24       0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:5222
  41. 25       0     0 REJECT     all  --  *      *       0.0.0.0/0            8.8.4.0/24           reject-with icmp-port-unreachable
  42. 26       0     0 REJECT     all  --  *      *       0.0.0.0/0            8.8.8.0/24           reject-with icmp-port-unreachable
  43. 27       0     0 REJECT     all  --  *      *       0.0.0.0/0            8.34.208.0/20        reject-with icmp-port-unreachable
  44. 28       0     0 REJECT     all  --  *      *       0.0.0.0/0            8.35.192.0/20        reject-with icmp-port-unreachable
  45. 29       0     0 REJECT     all  --  *      *       0.0.0.0/0            23.236.48.0/20       reject-with icmp-port-unreachable
  46. 30       0     0 REJECT     all  --  *      *       0.0.0.0/0            23.251.128.0/19      reject-with icmp-port-unreachable
  47. 31       0     0 REJECT     all  --  *      *       0.0.0.0/0            64.233.160.0/19      reject-with icmp-port-unreachable
  48. 32       0     0 REJECT     all  --  *      *       0.0.0.0/0            66.102.0.0/20        reject-with icmp-port-unreachable
  49. 33       0     0 REJECT     all  --  *      *       0.0.0.0/0            66.249.64.0/19       reject-with icmp-port-unreachable
  50. 34       0     0 REJECT     all  --  *      *       0.0.0.0/0            70.32.128.0/19       reject-with icmp-port-unreachable
  51. 35       0     0 REJECT     all  --  *      *       0.0.0.0/0            72.14.192.0/18       reject-with icmp-port-unreachable
  52. 36       0     0 REJECT     all  --  *      *       0.0.0.0/0            74.114.24.0/21       reject-with icmp-port-unreachable
  53. 37       0     0 REJECT     all  --  *      *       0.0.0.0/0            74.125.0.0/16        reject-with icmp-port-unreachable
  54. 38       0     0 REJECT     all  --  *      *       0.0.0.0/0            104.132.0.0/23       reject-with icmp-port-unreachable
  55. 39       0     0 REJECT     all  --  *      *       0.0.0.0/0            104.132.5.0/24       reject-with icmp-port-unreachable
  56. 40       0     0 REJECT     all  --  *      *       0.0.0.0/0            104.132.7.0/24       reject-with icmp-port-unreachable
  57. 41       0     0 REJECT     all  --  *      *       0.0.0.0/0            104.132.8.0/24       reject-with icmp-port-unreachable
  58. 42       0     0 REJECT     all  --  *      *       0.0.0.0/0            104.132.11.0/24      reject-with icmp-port-unreachable
  59. 43       0     0 REJECT     all  --  *      *       0.0.0.0/0            104.132.34.0/24      reject-with icmp-port-unreachable
  60. 44       0     0 REJECT     all  --  *      *       0.0.0.0/0            104.132.51.0/24      reject-with icmp-port-unreachable
  61. 45       0     0 REJECT     all  --  *      *       0.0.0.0/0            104.133.0.0/24       reject-with icmp-port-unreachable
  62. 46       0     0 REJECT     all  --  *      *       0.0.0.0/0            104.133.2.0/23       reject-with icmp-port-unreachable
  63. 47       0     0 REJECT     all  --  *      *       0.0.0.0/0            104.154.0.0/15       reject-with icmp-port-unreachable
  64. 48       0     0 REJECT     all  --  *      *       0.0.0.0/0            104.196.0.0/14       reject-with icmp-port-unreachable
  65. 49       0     0 REJECT     all  --  *      *       0.0.0.0/0            107.167.160.0/19     reject-with icmp-port-unreachable
  66. 50       0     0 REJECT     all  --  *      *       0.0.0.0/0            107.178.192.0/18     reject-with icmp-port-unreachable
  67. 51       0     0 REJECT     all  --  *      *       0.0.0.0/0            108.59.80.0/20       reject-with icmp-port-unreachable
  68. 52       0     0 REJECT     all  --  *      *       0.0.0.0/0            108.170.192.0/18     reject-with icmp-port-unreachable
  69. 53       0     0 REJECT     all  --  *      *       0.0.0.0/0            108.177.0.0/17       reject-with icmp-port-unreachable
  70. 54       0     0 REJECT     all  --  *      *       0.0.0.0/0            130.211.0.0/16       reject-with icmp-port-unreachable
  71. 55       0     0 REJECT     all  --  *      *       0.0.0.0/0            142.250.0.0/15       reject-with icmp-port-unreachable
  72. 56       0     0 REJECT     all  --  *      *       0.0.0.0/0            146.148.0.0/17       reject-with icmp-port-unreachable
  73. 57       0     0 REJECT     all  --  *      *       0.0.0.0/0            162.216.148.0/22     reject-with icmp-port-unreachable
  74. 58       0     0 REJECT     all  --  *      *       0.0.0.0/0            162.222.176.0/21     reject-with icmp-port-unreachable
  75. 59       0     0 REJECT     all  --  *      *       0.0.0.0/0            172.0.0.0/16         reject-with icmp-port-unreachable
  76. 60       0     0 REJECT     all  --  *      *       0.0.0.0/0            172.102.8.0/21       reject-with icmp-port-unreachable
  77. 61       0     0 REJECT     all  --  *      *       0.0.0.0/0            172.110.32.0/21      reject-with icmp-port-unreachable
  78. 62       0     0 REJECT     all  --  *      *       0.0.0.0/0            172.217.0.0/16       reject-with icmp-port-unreachable
  79. 63       0     0 REJECT     all  --  *      *       0.0.0.0/0            172.253.0.0/16       reject-with icmp-port-unreachable
  80. 64       0     0 REJECT     all  --  *      *       0.0.0.0/0            173.194.0.0/16       reject-with icmp-port-unreachable
  81. 65       0     0 REJECT     all  --  *      *       0.0.0.0/0            173.255.112.0/20     reject-with icmp-port-unreachable
  82. 66       0     0 REJECT     all  --  *      *       0.0.0.0/0            185.25.28.0/23       reject-with icmp-port-unreachable
  83. 67       0     0 REJECT     all  --  *      *       0.0.0.0/0            185.150.148.0/22     reject-with icmp-port-unreachable
  84. 68       0     0 REJECT     all  --  *      *       0.0.0.0/0            192.104.160.0/23     reject-with icmp-port-unreachable
  85. 69       0     0 REJECT     all  --  *      *       0.0.0.0/0            192.158.28.0/22      reject-with icmp-port-unreachable
  86. 70       0     0 REJECT     all  --  *      *       0.0.0.0/0            192.178.0.0/15       reject-with icmp-port-unreachable
  87. 71       0     0 REJECT     all  --  *      *       0.0.0.0/0            193.200.222.0/24     reject-with icmp-port-unreachable
  88. 72       0     0 REJECT     all  --  *      *       0.0.0.0/0            199.192.112.0/22     reject-with icmp-port-unreachable
  89. 73       0     0 REJECT     all  --  *      *       0.0.0.0/0            199.223.232.0/21     reject-with icmp-port-unreachable
  90. 74       0     0 REJECT     all  --  *      *       0.0.0.0/0            207.223.160.0/20     reject-with icmp-port-unreachable
  91. 75       0     0 REJECT     all  --  *      *       0.0.0.0/0            208.68.108.0/22      reject-with icmp-port-unreachable
  92. 76       0     0 REJECT     all  --  *      *       0.0.0.0/0            209.85.128.0/17      reject-with icmp-port-unreachable
  93. 77       0     0 REJECT     all  --  *      *       0.0.0.0/0            209.107.176.0/20     reject-with icmp-port-unreachable
  94. 78       0     0 REJECT     all  --  *      *       0.0.0.0/0            216.58.192.0/19      reject-with icmp-port-unreachable
  95. 79       0     0 REJECT     all  --  *      *       0.0.0.0/0            216.73.80.0/20       reject-with icmp-port-unreachable
  96. 80       0     0 REJECT     all  --  *      *       0.0.0.0/0            216.239.32.0/19      reject-with icmp-port-unreachable
  97. 81       0     0 REJECT     all  --  *      *       0.0.0.0/0            216.252.220.0/22     reject-with icmp-port-unreachable
  98. 82       0     0 REJECT     all  --  *      *       0.0.0.0/0            31.13.24.0/21        reject-with icmp-port-unreachable
  99. 83       0     0 REJECT     all  --  *      *       0.0.0.0/0            31.13.64.0/18        reject-with icmp-port-unreachable
  100. 84       0     0 REJECT     all  --  *      *       0.0.0.0/0            45.64.40.0/22        reject-with icmp-port-unreachable
  101. 85       0     0 REJECT     all  --  *      *       0.0.0.0/0            66.220.144.0/20      reject-with icmp-port-unreachable
  102. 86       0     0 REJECT     all  --  *      *       0.0.0.0/0            69.63.176.0/20       reject-with icmp-port-unreachable
  103. 87       0     0 REJECT     all  --  *      *       0.0.0.0/0            69.171.224.0/19      reject-with icmp-port-unreachable
  104. 88       0     0 REJECT     all  --  *      *       0.0.0.0/0            74.119.76.0/22       reject-with icmp-port-unreachable
  105. 89       0     0 REJECT     all  --  *      *       0.0.0.0/0            103.4.96.0/22        reject-with icmp-port-unreachable
  106. 90       0     0 REJECT     all  --  *      *       0.0.0.0/0            157.240.0.0/17       reject-with icmp-port-unreachable
  107. 91       0     0 REJECT     all  --  *      *       0.0.0.0/0            173.252.64.0/18      reject-with icmp-port-unreachable
  108. 92       0     0 REJECT     all  --  *      *       0.0.0.0/0            179.60.192.0/22      reject-with icmp-port-unreachable
  109. 93       0     0 REJECT     all  --  *      *       0.0.0.0/0            185.60.216.0/22      reject-with icmp-port-unreachable
  110. 94       0     0 REJECT     all  --  *      *       0.0.0.0/0            204.15.20.0/22       reject-with icmp-port-unreachable
  111. 95       0     0 REJECT     all  --  *      *       0.0.0.0/0            63.124.78.0/23       reject-with icmp-port-unreachable
  112. 96       0     0 REJECT     all  --  *      *       0.0.0.0/0            112.106.0.0/15       reject-with icmp-port-unreachable
  113. 97       0     0 REJECT     all  --  *      *       0.0.0.0/0            112.108.0.0/16       reject-with icmp-port-unreachable
  114. 98       0     0 REJECT     all  --  *      *       0.0.0.0/0            121.252.0.0/15       reject-with icmp-port-unreachable
  115. 99       0     0 REJECT     all  --  *      *       0.0.0.0/0            122.101.0.0/16       reject-with icmp-port-unreachable
  116. 100      0     0 REJECT     all  --  *      *       0.0.0.0/0            123.32.0.0/12        reject-with icmp-port-unreachable
  117. 101      0     0 REJECT     all  --  *      *       0.0.0.0/0            157.197.0.0/16       reject-with icmp-port-unreachable
  118. 102      0     0 REJECT     all  --  *      *       0.0.0.0/0            165.213.0.0/16       reject-with icmp-port-unreachable
  119. 103      0     0 REJECT     all  --  *      *       0.0.0.0/0            166.79.0.0/16        reject-with icmp-port-unreachable
  120. 104      0     0 REJECT     all  --  *      *       0.0.0.0/0            166.103.0.0/16       reject-with icmp-port-unreachable
  121. 105      0     0 REJECT     all  --  *      *       0.0.0.0/0            168.219.0.0/16       reject-with icmp-port-unreachable
  122. 106      0     0 REJECT     all  --  *      *       0.0.0.0/0            182.192.0.0/13       reject-with icmp-port-unreachable
  123. 107      0     0 REJECT     all  --  *      *       0.0.0.0/0            194.133.18.0/23      reject-with icmp-port-unreachable
  124. 108      0     0 REJECT     all  --  *      *       0.0.0.0/0            202.20.128.0/17      reject-with icmp-port-unreachable
  125. 109      0     0 REJECT     all  --  *      *       0.0.0.0/0            203.126.64.0/24      reject-with icmp-port-unreachable
  126. 110      0     0 REJECT     all  --  *      *       0.0.0.0/0            203.241.48.0/22      reject-with icmp-port-unreachable
  127. 111      0     0 REJECT     all  --  *      *       0.0.0.0/0            203.241.132.0/22     reject-with icmp-port-unreachable
  128. 112      0     0 REJECT     all  --  *      *       0.0.0.0/0            203.241.136.0/21     reject-with icmp-port-unreachable
  129. 113      0     0 REJECT     all  --  *      *       0.0.0.0/0            203.241.144.0/21     reject-with icmp-port-unreachable
  130. 114      0     0 REJECT     all  --  *      *       0.0.0.0/0            203.241.152.0/23     reject-with icmp-port-unreachable
  131. 115      0     0 REJECT     all  --  *      *       0.0.0.0/0            203.241.154.0/24     reject-with icmp-port-unreachable
  132. 116      0     0 REJECT     all  --  *      *       0.0.0.0/0            203.241.156.0/22     reject-with icmp-port-unreachable
  133. 117      0     0 REJECT     all  --  *      *       0.0.0.0/0            203.241.160.0/22     reject-with icmp-port-unreachable
  134. 118      0     0 REJECT     all  --  *      *       0.0.0.0/0            203.242.96.0/20      reject-with icmp-port-unreachable
  135. 119      0     0 REJECT     all  --  *      *       0.0.0.0/0            203.244.96.0/19      reject-with icmp-port-unreachable
  136. 120      0     0 REJECT     all  --  *      *       0.0.0.0/0            203.244.192.0/18     reject-with icmp-port-unreachable
  137. 121      0     0 REJECT     all  --  *      *       0.0.0.0/0            203.246.140.0/22     reject-with icmp-port-unreachable
  138. 122      0     0 REJECT     all  --  *      *       0.0.0.0/0            203.246.144.0/24     reject-with icmp-port-unreachable
  139. 123      0     0 REJECT     all  --  *      *       0.0.0.0/0            203.246.146.0/24     reject-with icmp-port-unreachable
  140. 124      0     0 REJECT     all  --  *      *       0.0.0.0/0            203.246.149.0/24     reject-with icmp-port-unreachable
  141. 125      0     0 REJECT     all  --  *      *       0.0.0.0/0            203.246.157.0/24     reject-with icmp-port-unreachable
  142. 126      0     0 REJECT     all  --  *      *       0.0.0.0/0            203.246.190.0/23     reject-with icmp-port-unreachable
  143. 127      0     0 REJECT     all  --  *      *       0.0.0.0/0            203.246.192.0/18     reject-with icmp-port-unreachable
  144. 128      0     0 REJECT     all  --  *      *       0.0.0.0/0            203.249.192.0/19     reject-with icmp-port-unreachable
  145. 129      0     0 REJECT     all  --  *      *       0.0.0.0/0            203.254.192.0/18     reject-with icmp-port-unreachable
  146. 130      0     0 REJECT     all  --  *      *       0.0.0.0/0            206.67.236.0/24      reject-with icmp-port-unreachable
  147. 131      0     0 REJECT     all  --  *      *       0.0.0.0/0            207.140.43.0/24      reject-with icmp-port-unreachable
  148. 132      0     0 REJECT     all  --  *      *       0.0.0.0/0            208.248.44.0/24      reject-with icmp-port-unreachable
  149. 133      0     0 REJECT     all  --  *      *       0.0.0.0/0            210.94.32.0/19       reject-with icmp-port-unreachable
  150. 134      0     0 REJECT     all  --  *      *       0.0.0.0/0            210.118.32.0/19      reject-with icmp-port-unreachable
  151. 135      0     0 REJECT     all  --  *      *       0.0.0.0/0            210.118.64.0/18      reject-with icmp-port-unreachable
  152. 136      0     0 REJECT     all  --  *      *       0.0.0.0/0            211.36.64.0/19       reject-with icmp-port-unreachable
  153. 137      0     0 REJECT     all  --  *      *       0.0.0.0/0            211.45.0.0/19        reject-with icmp-port-unreachable
  154. 138      0     0 REJECT     all  --  *      *       0.0.0.0/0            211.189.0.0/17       reject-with icmp-port-unreachable
  155. 139     36  5054 LOGGING    all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  156.  
  157. Chain LOGGING (2 references)
  158. num   pkts bytes target     prot opt in     out     source               destination        
  159. 1       27  4044 LOG        all  --  *      *       0.0.0.0/0            0.0.0.0/0            limit: avg 2/min burst 5 LOG flags 0 level 4 prefix "IPTables-Dropped: "
  160. 2       36  5054 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN