Guest User

Untitled

a guest
Feb 17th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. iptables -L
  2. Chain INPUT (policy ACCEPT)
  3. target prot opt source destination
  4. ACCEPT tcp -- anywhere anywhere tcp dpt:webmin
  5. ACCEPT tcp -- anywhere anywhere tcp dpt:imaps
  6. ACCEPT tcp -- anywhere anywhere tcp dpt:submission
  7. ACCEPT tcp -- anywhere anywhere tcp dpt:urd
  8. ACCEPT tcp -- anywhere anywhere tcp dpt:https
  9. ACCEPT tcp -- anywhere anywhere tcp dpt:imap2
  10. ACCEPT tcp -- anywhere anywhere tcp dpt:http
  11. ACCEPT udp -- anywhere anywhere udp dpt:domain
  12. ACCEPT tcp -- anywhere anywhere tcp dpt:domain
  13. ACCEPT tcp -- anywhere anywhere tcp dpt:smtp
  14. ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
  15. ACCEPT tcp -- anywhere anywhere tcp dpt:ftp
  16. DROP all -- anywhere anywhere
Add Comment
Please, Sign In to add comment