71815/how-to-unblock-one-ip-from-black-list
Hi Guys,
I blocked one IP address so that the IP can't connect to my webserver. Now I want to unblock this IP address. How can I do this?
Hi@akhtar,
To unblock your blacklisted IP address, you can use the below-given command.
$ iptables -D INPUT -s 10.0.0.124 -p tcp --destination-port 80 -j DROP $ iptables-save > /etc/sysconfig/iptables
Hope this will help.
Firewalls(most of them) can either Reject or ...READ MORE
I have two shell scripts, a.sh and ...READ MORE
You can list all the disk in ...READ MORE
You can use if-else branch to check ...READ MORE
Please check the below-mentioned syntax and commands: To ...READ MORE
Here is what you can do.Just use packagesmatching to ...READ MORE
Follow the below commands to install PostgreSQL (PSQL) ...READ MORE
Use the following to get the postgres prompt ...READ MORE
Hi@akhtar, You can use userdel command to delete ...READ MORE
Hi@akhtar, First you have to configure SSH server ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.