2 FAQ tagged "firewall script"
Viewing 1-2 of 2 FAQ -- Disable and Uninstall APF Firewall Script
How do I uninstall and disable APF Firewall script under CentOS / Red Hat Enterprise Linux without breaking anything else?
- How do I block an IP on my Linux server?
In order to block an IP on your Linux server you need to use iptables firewall. First you need to log into shell as root user. To block IP address you need to type iptables command as follows:
iptables -A INPUT -s IP-ADDRESS -j DROP
Replace IP-ADDRESS with actual IP address. For example if you wish to [...]
Viewing 1-2 of 2 FAQ - ( see all popular tags )


Recent Comments
Today ~ 17 Comments
Today ~ 5 Comments
Today ~ 11 Comments
Yesterday ~ 24 Comments
Yesterday ~ 6 Comments