How to find the IP address I blocked on LightSail (Bitnami)?

0

My domain https://www.pinbargain.com is hosted on lightsail received some suspicious IP addresses, therefore, I followed this document
https://docs.bitnami.com/aws/faq/configuration/block-suspicious-ip/
to block some suspicious IP address
I use this command to block the IP address:
iptables -A INPUT -s 1.2.3.4 -j DROP

Now the problem is I cannot remember the IP addresses I blocked. therefore, I want to find the IP address I blocked.
After that, I want to unlock some IP addresses.

How to do that?

Zhan
質問済み 3年前880ビュー
2回答
0
承認された回答

This command will list all your iptables rules...

iptables -L -n

To remove a rule, just re-run the iptables command except replace '-A' with '-D'.

profile picture
David G
回答済み 3年前
0

Thanks, it works. I hope it could be documented somewhere on Bitnami while it introduces how to block an IP.

Zhan
回答済み 3年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン