Skip to content

My personal IT story is here

Menu
Menu

Author: wpadmin

IP Tables

Posted on August 18, 2025August 18, 2025 by wpadmin

Drop invalid packages iptables -I INPUT 1 -m conntrack –ctstate INVALID -j DROP Allow loopback interface connection iptables -A INPUT -i lo -j ACCEPT Allow input and output related and established rules iptables -A INPUT -m state –state RELATED,ESTABLISHED -j ACCEPTiptables -A OUTPUT -m state –state NEW,ESTABLISHED -j ACCEPT Allow SSH iptables -A INPUT -p…

Read more

Posts pagination

  • Previous
  • 1
  • 2
  • 3
  • 4
  • Nginx Proxy Manager (auto install)
  • Installing HestiaCP (Root Access Required on a Fresh Linux System)
  • Fixing WordPress HTTPS Issues Behind Nginx Proxy Manager
  • IP Tables

My Projects:
Web-Data
English-Portal
Game-Zone

  • LinkedIn