방명록
- [Linux] Centos 방화벽(firewall) 설정 명령어2024년 03월 14일 11시 13분 41초에 업로드 된 글입니다.작성자: DandyNow728x90반응형
방화벽 설정 명령어
- 방화벽 실행 확인 : firewall-cmd --state
- 방화벽 Rule 리스트 확인 : firewall-cmd --list-all
- IP 허용 : firewall-cmd --permanent --add-source=10.10.10.10
- IP 허용 제거: firewall-cmd --permanent --remove-source=10.10.10.10
- IP에 대해 서비스 포트 허용 : firewall-cmd --permanent --add-rich-rule='rule family="ipv4" source address=10.10.10.10 port port="80" protocol="tcp" accept'
- IP에 대한 서비스 포트 허용 제거 : firewall-cmd --permanent --remove-rich-rule='rule family="ipv4" source address=10.10.10.10 port port="80" protocol="tcp" accept'
- 방화벽 Rule 변경 내역 적용 : firewall-cmd --reload
- not running일 경우 방화벽 실행systemctl enable firewalld systemctl start firewalld
✔️ 참고 자료 : https://realforce111.tistory.com/87
728x90반응형'CS > Linux' 카테고리의 다른 글
[Linux] 이미지 업로드 실패 : nginx 관련 PUT 413 (Request Entity Too Large) 에러 (0) 2024.03.27 [Linux] ubuntu 서버 성능 모니터링 (0) 2024.03.15 [Linux] 서버 이전을 위한 리눅스 명령어 (1) 2024.03.08 [Linux] LVM 마운트 "can't read superblock" 에러 (0) 2024.02.26 [Linux] Putty SSH Key 로그인 에러 "server refused our key" (0) 2024.02.26 다음글이 없습니다.이전글이 없습니다.댓글