I have a question about IPtables

Hello,

I set a limit on the countries that can connect to my server via SSH. But I have a Virtual server located in a country that I have blocked, and we host Music bots on this Virtual server. It won’t log into my Teamspeak server because it’s on the blocked list in this country. With which command can I allow this IP address? I knew which command to allow, but I lost this command.

Connect via Localhost

And Whitelist your ips

I’m not asking this in the question. I asked how to allow an IP address on IPTables

This should do the trick:

sudo iptables -A INPUT -s <IP_ADDRESS> -j ACCEPT
3 Likes

Thanks for help