Open Port MySQL dan SSH

Cek status firewall

systemctl status firewalld

Buka Port MySQL dan SSH

Mysql
firewall-cmd –-permanent -–zone=public -–add-port=3306/tcp
SSH
firewall-cmd –-permanent -–zone=public -–add-port=22/tcp

Restart service Firewall

systemctl restart firewalld

Last updated

Was this helpful?