Allowing all IPs to connect to my database and FTP

Regarding FTP, yes, that should work fine, what’s the error you get trying to connect to your FTP?

Regarding DB, you are allowing access to port 3306 but keep in mind that by default, mysql will only LISTEN on localhost (127.0.0.1) so you should modify the conf to made mysql LISTEN on your public ip.

More info on this post (keep in mind that your mysql users must be allowed to connect from external ips, not only by localhost):

1 Like