service명으로 추가할 때
firewall-cmd --permanent --add-service=ftp

port로 직접 추가할때
firewall-cmd --permanent --add-port=1521/tcp

추가한 내용 적용은
firewall-cmd --reload

Posted by jtfafa
,