Guest User

Untitled

a guest
May 14th, 2020
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.92 KB | None | 0 0
  1. $ sudo iptables -L
  2. Chain INPUT (policy ACCEPT)
  3. target     prot opt source               destination        
  4. f2b-kerio  tcp  --  anywhere             anywhere             multiport dports smtp,submissions
  5.  
  6. Chain FORWARD (policy ACCEPT)
  7. target     prot opt source               destination        
  8.  
  9. Chain OUTPUT (policy ACCEPT)
  10. target     prot opt source               destination        
  11.  
  12. Chain f2b-kerio (1 references)
  13. target     prot opt source               destination        
  14. REJECT     all  --  45.142.195.8         anywhere             reject-with icmp-port-unreachable
  15. REJECT     all  --  45.142.195.7         anywhere             reject-with icmp-port-unreachable
  16. REJECT     all  --  45.142.195.15        anywhere             reject-with icmp-port-unreachable
  17. REJECT     all  --  185.143.75.81        anywhere             reject-with icmp-port-unreachable
  18. RETURN     all  --  anywhere             anywhere
Advertisement
Add Comment
Please, Sign In to add comment