Advertisement
Guest User

Untitled

a guest
Nov 10th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 KB | None | 0 0
  1. Chain INPUT (policy ACCEPT)
  2. target prot opt source destination
  3. AS0_ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
  4. AS0_ACCEPT all -- anywhere anywhere
  5. AS0_IN_PRE all -- anywhere anywhere mark match 0x2000000/0x2000000
  6. AS0_ACCEPT udp -- anywhere 21.ip-37-59-103.eu state NEW udp dpt:openvpn
  7. AS0_WEBACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
  8. AS0_WEBACCEPT tcp -- anywhere 21.ip-37-59-103.eu state NEW tcp dpt:vop
  9. ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
  10. ACCEPT icmp -- anywhere anywhere
  11. ACCEPT all -- anywhere anywhere
  12. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh
  13. REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
  14.  
  15. Chain FORWARD (policy ACCEPT)
  16. target prot opt source destination
  17. AS0_ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
  18. AS0_IN_PRE all -- anywhere anywhere mark match 0x2000000/0x2000000
  19. AS0_OUT_S2C all -- anywhere anywhere
  20. REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
  21. ACCEPT tcp -- anywhere anywhere tcp dpt:20443
  22. ACCEPT tcp -- anywhere anywhere tcp dpt:https
  23. ACCEPT tcp -- anywhere 172.28.224.30 tcp dpt:20443 state NEW,RELATED,ESTABLISHED
  24. ACCEPT tcp -- anywhere 172.28.224.30 tcp dpt:https
  25.  
  26. Chain OUTPUT (policy ACCEPT)
  27. target prot opt source destination
  28. AS0_OUT_LOCAL all -- anywhere anywhere
  29.  
  30. Chain AS0_ACCEPT (4 references)
  31. target prot opt source destination
  32. ACCEPT all -- anywhere anywhere
  33.  
  34. Chain AS0_DNS (2 references)
  35. target prot opt source destination
  36. ACCEPT all -- anywhere vps105252.ovh.net
  37. RETURN all -- anywhere anywhere
  38.  
  39. Chain AS0_IN (3 references)
  40. target prot opt source destination
  41. ACCEPT all -- anywhere vps105252.ovh.net
  42. AS0_IN_POST all -- anywhere anywhere
  43.  
  44. Chain AS0_IN_NAT (0 references)
  45. target prot opt source destination
  46. MARK all -- anywhere anywhere MARK or 0x8000000
  47. ACCEPT all -- anywhere anywhere
  48.  
  49. Chain AS0_IN_POST (1 references)
  50. target prot opt source destination
  51. ACCEPT all -- anywhere 172.28.224.0/20
  52. AS0_OUT all -- anywhere anywhere
  53. DROP all -- anywhere anywhere
  54.  
  55. Chain AS0_IN_PRE (2 references)
  56. target prot opt source destination
  57. AS0_DNS tcp -- anywhere anywhere state NEW tcp dpt:domain
  58. AS0_DNS udp -- anywhere anywhere state NEW udp dpt:domain
  59. AS0_IN all -- anywhere 192.168.0.0/16
  60. AS0_IN all -- anywhere 172.16.0.0/12
  61. AS0_IN all -- anywhere 10.0.0.0/8
  62. ACCEPT all -- anywhere anywhere
  63.  
  64. Chain AS0_IN_ROUTE (0 references)
  65. target prot opt source destination
  66. MARK all -- anywhere anywhere MARK or 0x4000000
  67. ACCEPT all -- anywhere anywhere
  68.  
  69. Chain AS0_OUT (2 references)
  70. target prot opt source destination
  71. AS0_U_SEEDBOX_OUT all -- anywhere 172.28.224.30
  72. AS0_OUT_POST all -- anywhere anywhere
  73.  
  74. Chain AS0_OUT_LOCAL (1 references)
  75. target prot opt source destination
  76. DROP icmp -- anywhere anywhere icmp redirect
  77. ACCEPT all -- anywhere anywhere
  78.  
  79. Chain AS0_OUT_POST (2 references)
  80. target prot opt source destination
  81. DROP all -- anywhere anywhere
  82.  
  83. Chain AS0_OUT_S2C (1 references)
  84. target prot opt source destination
  85. AS0_OUT all -- anywhere anywhere
  86.  
  87. Chain AS0_U_SEEDBOX_OUT (1 references)
  88. target prot opt source destination
  89. ACCEPT all -- 172.28.224.0/20 anywhere
  90. ACCEPT all -- 172.27.224.0/20 anywhere
  91. ACCEPT all -- 172.28.224.0/20 anywhere
  92. AS0_OUT_POST all -- anywhere anywhere
  93.  
  94. Chain AS0_WEBACCEPT (2 references)
  95. target prot opt source destination
  96. ACCEPT all -- anywhere anywhere
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement