MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap
Revision 5 as of 2023-10-08 15:06:32
  • iptables

iptables

Administration tool for IPv4/IPv6 packet filtering and NAT

Block IP address

   1 cat /var/log/auth.log | grep Failed
   2 iptables -A INPUT -s 14.39.42.133 -j DROP
   3 iptables -A INPUT -s 80.94.95.181 -j DROP
   4 iptables -A INPUT -s 77.90.185.59  -j DROP
   5 iptables -L
   6 apt install whois
   7 whois 14.39.42.133 
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01