Currently browsing category

Linux

Block specific IP addresses

Some times there is a need to block specific IP addresses, for example: you saw that you mysql server sometimes is crashing, …

Block access to specific port

I wanted to block specific port in my webserver and whitelist my IP address. To achieve that I used: iptables -A INPUT …