Hi KodeKloud Team,
Greetings of the day!
I’m reaching out regarding the Iptables Installation and Configuration task. I’ve attempted it more than twice, but I’m still unable to find the correct solution. It seems I might be missing something or going wrong at a certain step.
Could you please assist me in resolving this issue?
Looking forward to your guidance.
CMD USED:
sudo yum install -y iptables-services
sudo iptables -A INPUT -p tcp --dport 3004 -j DROP
sudo iptables -I INPUT 2 -p tcp -s 172.16.238.14 --dport 3004 -j ACCEPT
sudo service iptables save
BR,
SK Gupta
