Advertisement
Guest User

Untitled

a guest
Feb 19th, 2011
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. Chain INPUT (policy ACCEPT 103 packets, 8020 bytes)
  2. pkts bytes target prot opt in out source destination
  3. 0 0 ACCEPT icmp -- any any anywhere anywhere icmp time-exceeded
  4. 0 0 ACCEPT icmp -- any any anywhere anywhere icmp source-quench
  5. 0 0 ACCEPT icmp -- any any anywhere anywhere icmp destination-unreachable
  6. 1263 102K ACCEPT all -- any any anywhere anywhere ctstate RELATED,ESTABLISHED
  7. 0 0 ACCEPT tcp -- any any anywhere anywhere tcp dpt:ssh
  8. 6 328 ACCEPT tcp -- any any anywhere anywhere tcp dpt:www
  9. 0 0 ACCEPT tcp -- any any anywhere anywhere tcp dpt:domain
  10. 0 0 ACCEPT tcp -- any any anywhere anywhere tcp dpt:ldap
  11. 0 0 ACCEPT udp -- any any anywhere anywhere udp dpt:ldap
  12. 2 96 ACCEPT tcp -- any any anywhere anywhere tcp dpt:ftp
  13. 0 0 ACCEPT tcp -- any any anywhere anywhere tcp dpt:ftp-data
  14. 0 0 ACCEPT all -- lo any anywhere anywhere
  15. 6 304 DROP all -- any any anywhere anywhere
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement