Advertisement
Guest User

Untitled

a guest
May 25th, 2015
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.31 KB | None | 0 0
  1. root@AN01:/home/joe# iptables -L
  2. Chain INPUT (policy ACCEPT)
  3. target prot opt source destination
  4. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt: iprop
  5. ACCEPT udp -- anywhere anywhere udp dpts:27005:270 15
  6. ACCEPT tcp -- anywhere anywhere tcp dpts:27005:270 15
  7. ACCEPT udp -- anywhere anywhere udp dpt:64738
  8. ACCEPT tcp -- anywhere anywhere tcp dpt:64738
  9. ACCEPT tcp -- anywhere anywhere tcp dpt:24777
  10. ACCEPT udp -- anywhere anywhere udp dpt:777
  11. ACCEPT tcp -- anywhere anywhere tcp dpt:moira-upda te
  12. ACCEPT tcp -- anywhere anywhere state RELATED,ESTA BLISHED
  13. ACCEPT tcp -- anywhere anywhere tcp dpt:7777
  14. ACCEPT udp -- anywhere anywhere udp dpt:7777
  15. ACCEPT udp -- anywhere anywhere udp dpt:6666
  16. ACCEPT tcp -- anywhere anywhere tcp dpt:24545
  17. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt: 6666
  18. ACCEPT tcp -- anywhere anywhere tcp dpt:6666
  19. ACCEPT tcp -- anywhere anywhere tcp dpt:6666
  20. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt: 33333
  21. ACCEPT all -- 192.99.200.15 anywhere
  22. ACCEPT all -- anywhere anywhere state RELATED,ESTA BLISHED
  23. ACCEPT icmp -- anywhere anywhere
  24. ACCEPT all -- anywhere anywhere
  25. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt: 56742
  26. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt: 57845
  27. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt: http
  28. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt: 25565
  29. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt: 25565
  30. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt: 27765
  31. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt: 27766
  32. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt: iprop
  33. REJECT all -- anywhere anywhere reject-with icmp-h ost-prohibited
  34. ACCEPT tcp -- anywhere anywhere tcp dpt:6666
  35. ACCEPT tcp -- anywhere anywhere tcp dpt:6666
  36. ACCEPT tcp -- anywhere anywhere tcp dpt:6666
  37. ACCEPT tcp -- anywhere anywhere tcp dpt:24545
  38. ACCEPT udp -- anywhere anywhere udp dpt:24545
  39. ACCEPT tcp -- anywhere anywhere tcp dpt:27960
  40. ACCEPT udp -- anywhere anywhere udp dpt:27960
  41. ACCEPT tcp -- anywhere anywhere tcp dpt:24545
  42. ACCEPT tcp -- anywhere anywhere tcp dpt:4242
  43. ACCEPT tcp -- anywhere anywhere tcp dpt:33333
  44. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt: 33333
  45. ACCEPT tcp -- anywhere anywhere tcp dpt:6666
  46. ACCEPT tcp -- anywhere anywhere tcp dpt:24545
  47. ACCEPT tcp -- anywhere anywhere tcp dpt:iprop
  48. ACCEPT udp -- anywhere anywhere udp dpt:27015
  49. ACCEPT udp -- anywhere anywhere udp dpt:27005
  50. ACCEPT tcp -- anywhere anywhere tcp dpt:27005
  51. ACCEPT tcp -- anywhere anywhere tcp dpt:27015
  52. ACCEPT tcp -- anywhere anywhere tcp spt:ftp-data s tate RELATED,ESTABLISHED
  53. ACCEPT tcp -- anywhere anywhere tcp spt:iprop stat e ESTABLISHED
  54. ACCEPT tcp -- anywhere anywhere tcp spt:ftp-data s tate RELATED,ESTABLISHED
  55. ACCEPT tcp -- anywhere anywhere tcp spts:1024:6553 5 dpts:1024:65535 state ESTABLISHED
  56. ACCEPT tcp -- anywhere anywhere tcp spt:ftp-data s tate RELATED,ESTABLISHED
  57. ACCEPT all -- anywhere anywhere state RELATED,ESTA BLISHED
  58. ACCEPT tcp -- anywhere anywhere tcp dpt:iprop
  59. ACCEPT tcp -- anywhere anywhere tcp spt:ftp-data s tate RELATED,ESTABLISHED
  60. ACCEPT tcp -- anywhere anywhere tcp dpts:50000:600 00 state RELATED,ESTABLISHED
  61. ACCEPT tcp -- anywhere anywhere tcp dpt:ftp-data c tstate RELATED,ESTABLISHED /* Allow ftp connections on port 20 */
  62. ACCEPT tcp -- anywhere anywhere tcp spts:1024:6553 5 dpts:1024:65535 ctstate ESTABLISHED /* Allow passive inbound connections */
  63. ACCEPT tcp -- anywhere anywhere tcp dpt:iprop ctst ate ESTABLISHED /* Allow ftp connections on port 2121 */
  64. ACCEPT tcp -- anywhere anywhere tcp dpt:iprop ctst ate NEW,ESTABLISHED
  65. ACCEPT tcp -- anywhere anywhere tcp dpt:ftp-data c tstate NEW,ESTABLISHED
  66. ACCEPT tcp -- anywhere anywhere tcp spts:1024:6553 5 dpts:ftp-data:65535 ctstate NEW,ESTABLISHED
  67. ACCEPT tcp -- anywhere anywhere state ESTABLISHED
  68.  
  69. Chain FORWARD (policy ACCEPT)
  70. target prot opt source destination
  71. REJECT all -- anywhere anywhere reject-with icmp-h ost-prohibited
  72.  
  73. Chain OUTPUT (policy ACCEPT)
  74. target prot opt source destination
  75. ACCEPT tcp -- anywhere anywhere tcp dpt:24545
  76. ACCEPT tcp -- anywhere anywhere
  77. ACCEPT tcp -- anywhere anywhere tcp dpt:ftp ctstat e NEW,ESTABLISHED
  78. ACCEPT tcp -- anywhere anywhere tcp dpt:ftp-data s tate ESTABLISHED
  79. ACCEPT tcp -- anywhere anywhere tcp dpt:iprop stat e NEW,ESTABLISHED
  80. ACCEPT tcp -- anywhere anywhere tcp dpt:ftp-data s tate ESTABLISHED
  81. ACCEPT tcp -- anywhere anywhere tcp spts:1024:6553 5 dpts:1024:65535 state RELATED,ESTABLISHED
  82. ACCEPT tcp -- anywhere anywhere tcp dpt:ftp-data c tstate ESTABLISHED /* Allow ftp connections on port 20 */
  83. ACCEPT tcp -- anywhere anywhere tcp spts:1024:65535 dpts:1024:65535 ctstate RELATED,ESTABLISHED /* Allow passive inbound connections */
  84. ACCEPT tcp -- anywhere anywhere tcp dpt:ftp ctstate NEW,ESTABLISHED /* Allow ftp connections on port 21 */
  85. ACCEPT tcp -- anywhere anywhere tcp dpt:iprop ctstate NEW,ESTABLISHED /* Allow ftp connections on port 2121 */
  86. ACCEPT tcp -- anywhere anywhere tcp dpt:iprop ctstate NEW,ESTABLISHED
  87. ACCEPT tcp -- anywhere anywhere tcp dpt:ftp-data ctstate NEW,ESTABLISHED
  88. ACCEPT tcp -- anywhere anywhere tcp spts:1024:65535 dpts:ftp-data:65535 ctstate NEW,ESTABLISHED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement