I found on CentOS 7 that iptables has been replaced with firewalld.

I needed to do this instead:

CODE: SELECT ALL
firewall-cmd --zone=public --add-port=http/tcp
firewall-cmd --zone=public --add-port=http/tcp --permanent




'리눅스 공부' 카테고리의 다른 글

nginx 한글 깨짐 설정방법  (0) 2014.09.16
nginx 설치하기  (0) 2014.09.16
nginx 설치하기  (0) 2014.09.05
rpm 설치  (0) 2014.09.05
리눅스 아파치 설치  (0) 2014.09.05
Posted by KyeomKim
,