Sr Software Engineer Golang, Nodejs, PHP, Reactjs, Angularjs, Linux Server, EC2, Arduino, Shellscript
Step 1: Using Iptables
# iptables -I INPUT -p tcp -m tcp — dport xxx -j ACCEPT
After that, save configuration and restart iptables
# service iptables save# service iptables restart