본문 바로가기
DB,서버,OS 등

[Centos] centos7 에 firewall 설치

by bryan.oh 2020. 3. 19.
반응형

firewall install on centos7

 

방화벽 포트를 열기위해

$ firewall-cmd --permanent --zone=public --add-port=80/tcp

이런 명령어를 날렸는데 

command not found 라는 응답이 날라오면 firewall 을 설치해야 합니다.

 

1. 설치

$ yum install -y firewalld

 

2. firewalld 시작 / 등록

$ systemctl unmask firewalld
$ systemctl enable firewalld
$ systemctl start firewalld

 

이제 firewall-cmd 사용

728x90
반응형

댓글