Configuring IPTables to allow traffic to Parse with fail2ban
If you have fail2ban installed to protect your server, run the following:
iptables -A IN_public_allow -p tcp -m tcp --dport 1337 -j ACCEPT
Once you test the configuration, make the ruleset permanent by:
service iptables save