Advertisement
Guest User

Untitled

a guest
Oct 17th, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. root@a:/root# ufw status numbered
  2. Status: active
  3.  
  4. To Action From
  5. -- ------ ----
  6. [ 1] Anywhere DENY IN 50.18.210.65
  7. [...]
  8.  
  9.  
  10.  
  11. root@a:/root# iptables -L
  12. Chain INPUT (policy DROP)
  13. target prot opt source destination
  14. fail2ban-ssh tcp -- anywhere anywhere multiport dports ssh
  15. ufw-before-logging-input all -- anywhere anywhere
  16. ufw-before-input all -- anywhere anywhere
  17. ufw-after-input all -- anywhere anywhere
  18. ufw-after-logging-input all -- anywhere anywhere
  19. ufw-reject-input all -- anywhere anywhere
  20. ufw-track-input all -- anywhere anywhere
  21. DROP all -- ec2-50-18-210-65.us-west-1.compute.amazonaws.com anywhere
  22.  
  23.  
  24.  
  25.  
  26. tail -f web access logs still shows requests form this source. There are no entries in /var/log/syslog relating to this IP being blocked yet I do see other traffic being blocked
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement