반응형
firewalld 비활성화
1. firewalld 서비스 정지
systemctl stop firewalld
2. firewalld 서비스 제거 (비활성화)
systemctl mark firewalld
iptables 설치 및 활성화
1. iptables 설치
yum install iptables-services -y
2. iptables 활성화 (시스템 실행 시 자동 시작)
systemctl enable iptables
반응형
'OS > Linux' 카테고리의 다른 글
[Linux] OpenSSL - Root CA 생성 및 SSL 인증서 발급 (0) | 2020.09.21 |
---|---|
[Linux] CentOS 8 firewalld 설치 및 사용법 (0) | 2020.04.06 |
[Linux] CentOS 8 MariaDB 설치 (0) | 2020.04.05 |
[Linux] Ubuntu 18.04 업데이트 서버 변경 (0) | 2019.08.16 |
[Linux] Ubuntu 18.04 OpenSSH 설치 (+ sftp 사용) (0) | 2019.05.02 |