Advertisement
Guest User

Minus fw rules excerpt

a guest
Jul 19th, 2014
633
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1.  
  2. --- IPv4 ---
  3.  
  4. Chain INPUT (policy DROP 112K packets, 15M bytes)
  5. pkts bytes target prot opt in out source destination
  6. 54905 6818K ACCEPT all -- lo any anywhere anywhere
  7. 7 428 DROP all -- any any anywhere anywhere state INVALID
  8. 6225K 7414M ACCEPT all -- any any anywhere anywhere state RELATED,ESTABLISHED
  9. 81532 5032K ACCEPT all -- lan0 any anywhere anywhere
  10. (( ... a few allowed ports ... ))
  11.  
  12. Chain FORWARD (policy DROP 0 packets, 0 bytes)
  13. pkts bytes target prot opt in out source destination
  14. 413 16520 DROP all -- any any anywhere anywhere state INVALID
  15. 1186K 999M ACCEPT all -- any any anywhere anywhere state RELATED,ESTABLISHED
  16. 7596 463K ACCEPT all -- lan0 any anywhere anywhere
  17. 0 0 ACCEPT all -- dmz0 www0 anywhere anywhere
  18. (( ... a few allowed ports ... ))
  19.  
  20. Chain OUTPUT (policy ACCEPT 3835K packets, 331M bytes)
  21. pkts bytes target prot opt in out source destination
  22.  
  23. --- IPv4 NAT ---
  24.  
  25. Chain PREROUTING (policy ACCEPT 217K packets, 28M bytes)
  26. pkts bytes target prot opt in out source destination
  27. 0 0 DNAT tcp -- www0 any anywhere anywhere tcp dpt:XXXX to:172.17.0.10:XXXX
  28. (( ... a few DNAT ports ... ))
  29.  
  30. Chain INPUT (policy ACCEPT 79673 packets, 4881K bytes)
  31. pkts bytes target prot opt in out source destination
  32.  
  33. Chain OUTPUT (policy ACCEPT 88333 packets, 9426K bytes)
  34. pkts bytes target prot opt in out source destination
  35.  
  36. Chain POSTROUTING (policy ACCEPT 18663 packets, 1255K bytes)
  37. pkts bytes target prot opt in out source destination
  38. 76964 8617K MASQUERADE all -- any www0 anywhere anywhere
  39.  
  40. --- IPv6 ---
  41.  
  42. Chain INPUT (policy DROP 10 packets, 1040 bytes)
  43. pkts bytes target prot opt in out source destination
  44. 12 868 ACCEPT all lo any anywhere anywhere
  45. 1707 130K ACCEPT ipv6-icmp any any fe80::/10 anywhere
  46. 4 240 DROP all any any anywhere anywhere state INVALID
  47. 104K 45M ACCEPT all any any anywhere anywhere state RELATED,ESTABLISHED
  48. 4 288 ACCEPT all any any anywhere anywhere PHYSDEV match --physdev-in lan0
  49. (( ... a few allowed ports ... ))
  50.  
  51. Chain FORWARD (policy DROP 668 packets, 88572 bytes)
  52. pkts bytes target prot opt in out source destination
  53. 1069 89348 ACCEPT ipv6-icmp any any fe80::/10 anywhere
  54. 0 0 DROP all any any anywhere anywhere state INVALID
  55. 3557 1200K ACCEPT all any any anywhere anywhere state RELATED,ESTABLISHED
  56. 328 23570 ACCEPT all any any anywhere anywhere PHYSDEV match --physdev-in lan0
  57. 0 0 ACCEPT all any any anywhere anywhere PHYSDEV match --physdev-in dmz0 --physdev-out www0
  58. (( ... a few allowed ports ... ))
  59.  
  60. Chain OUTPUT (policy ACCEPT 98018 packets, 13M bytes)
  61. pkts bytes target prot opt in out source destination
  62.  
  63. --- IPv6 bridge ---
  64.  
  65. Bridge table: broute
  66.  
  67. Bridge chain: BROUTING, entries: 1, policy: DROP
  68. -p IPv6 -j ACCEPT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement