hello ,
i got my centOS7 eEC2 instance,
i did update, mariaDB, wget , firewalld, apachi, php, centova, shoutcast2...
on firewall i open those ports :
firewall-cmd --permanent --add-port=2199/tcp
firewall-cmd --permanent --add-port=2197/tcp
firewall-cmd --permanent --add-port=21/tcp
firewall-cmd --permanent --add-port=80/tcp
firewall-cmd --permanent --add-port=8000-10000/tcp
# reload firewall
firewall-cmd --reload
when i try to access the address i got at the installation ip:2199 nothing happening... (This webpage is not available
ERR_CONNECTION_TIMED_OUT
ReloadHide details
)
i try a lot and did many changes, is someone else set like me and have an answer ?