Skip to navigation
Block ip addresses with iptable
14.01.14
to block a range: /sbin/iptables -I INPUT -m iprange --src-range 192.168.1.1-192.168.1.2.100 -j DROP to block a ip address /sbin/iptables -I INPUT -s 36.225.123.31 -j DROP
Reply
Anonymous
to unblock a ip address simply execute this: /sbin/iptables -I INPUT -s 1.64.21.125 -j ACCEPT
14.01.14
Reply
Anonymous
to remove a blocked or droped ip address use: /sbin/iptables -D INPUT -s 114.1.1.1-j DROP
14.01.14
Reply
Anonymous
to list the ip blocked or accepted ips iptables -L -n
14.01.14
Reply
Anonymous
Information Epoch 1732541859
Fold knowledge into data so program logic can be stupid and robust.
Home
Notebook
Contact us