서버구축이야기!!

닫기 검색결과 전체 보기

    CentOS/방화벽 - Firewalld - Zone(영역) - IP 허용하기

    Linux Server/방화벽 2021. 4. 5. 09:00

    CentOS/방화벽 - Firewalld - Zone(영역) - IP 허용하기




    이번 포스팅에서는 Firewalld ZONE(영역) 에서 특정 IP 설정 방법에 대해서 알아보도록 하겠습니다.




    관련 글 : 


    IPTABLES 용어와 옵션 알아보기 - https://server-talk.tistory.com/169


    IPTABLES 용어와 옵션 알아보기 - https://server-talk.tistory.com/170


    IPTABLES 사용해보기 - https://server-talk.tistory.com/171



    이전 글:


    CentOS/방화벽 - Firewalld 알아보기 - https://server-talk.tistory.com/330


    CentOS/방화벽 - Firewalld 설치 및 데몬 설정하기 - https://server-talk.tistory.com/331


    CentOS/방화벽 - Firewalld - Zone(영역) 이해하기 - https://server-talk.tistory.com/333


    CentOS/방화벽 - Firewalld - Zone(영역) 정보 확인하기 - https://server-talk.tistory.com/334


    CentOS/방화벽 - Firewalld - Zone(영역) 추가, 변경, 삭제하기 - https://server-talk.tistory.com/335


    CentOS/방화벽 - Firewalld - Interfaces 지정하기 - https://server-talk.tistory.com/336


    CentOS/방화벽 - Firewalld - 런타임(Run Time), 영구적(Permanent) 적용해 보기 - https://server-talk.tistory.com/332


    CentOS/방화벽 - Firewalld - Zone(영역) - 서비스 추가, 삭제하기 - https://server-talk.tistory.com/337


    CentOS/방화벽 - Firewalld - Zone(영역) - 포트 추가, 삭제하기 - https://server-talk.tistory.com/338





     

     Firewalld - Zone(영역) 특정 IP 하기




    1. Firewalld Zone(영역) 특정 IP 허용하기



    사용법 :

    IP 허용 : firewall-cmd --permanent --zone=firewall_web --add-source=[허용할 IP]/32


    [root@firewalld ~]# firewall-cmd --permanent --zone=firewall_web --add-source=192.168.85.181/32
    





    2. Firewalld - 정책 반영하기



    사용법 : firewall-cmd --reload


    [root@firewalld ~]# firewall-cmd --reload
    





    3. Firewalld - Zone 서비스 정보 확인하기



    사용법 : firewall-cmd --list-all --zone [Zone Name]


    [root@firewalld services]# firewall-cmd --list-all --zone firewall_web
    firewall_web (active)
      target: default
      icmp-block-inversion: no
      interfaces: ens33
      sources: 192.168.85.181/32
      services: 
      ports: 
      protocols: 
      masquerade: no
      forward-ports: 
      source-ports: 
      icmp-blocks: 
      rich rules:
    


    저작자표시 (새창열림)
    'Linux Server/방화벽' 관련 글 more
    • thumbnail
      CentOS/방화벽 - Firewalld - Multi Zone - 다중영역 설정방법 2021.04.12
    • thumbnail
      CentOS/방화벽 - Firewalld - Zone(영역) - 포트 추가, 삭제하기 2021.03.29
    • thumbnail
      CentOS/방화벽 - Firewalld - Zone(영역) - 서비스 추가, 삭제하기 2021.03.22
    • thumbnail
      CentOS/방화벽 - Firewalld - Interfaces 지정하기 2021.03.08
    Posted by 서버이야기
블로그 이미지

서버구축의 대한 이야기 입니다.

by 서버이야기

공지사항

    최근...

  • 포스트
  • 댓글
  • 더 보기

태그

글 보관함

«   2025/07   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31

링크

카테고리

서버이야기 (491)
Windows Server (77)
IIS 8 (23)
IIIS 7 (9)
Database (14)
보안 (10)
네임서버 (6)
로그 (2)
에러 (1)
기타 응용프로그램 (9)
Linux Server (266)
CentOS (17)
Ubuntu (20)
Linux 명령어 (65)
Apache (2)
PHP (13)
MYSQL (30)
LAPM (4)
SNMP (1)
RAID (4)
보안 (3)
에러 (2)
모니터링 (15)
DNS(네임서버) (1)
MariaDB (5)
Nginx (14)
방화벽 (13)
Zabbix (10)
Redis (40)
부하분산 (4)
서비스 (1)
로드밸런싱 (2)
Alteon (1)
웹언어 (41)
HTML (10)
PHP (22)
CSS (9)
유용한 정보 (39)
보안 (2)
서버 접속장애 (1)
개발툴-유틸리티 (30)
용어 (25)
네트워크 (9)
디스크 (5)
보안 (1)
데이터베이스 (2)
Programing (25)
Python (25)
NAS (4)
Synology (4)

카운터

Total
Today
Yesterday
방명록 : 관리자 : 글쓰기
서버이야기's Blog is powered by daumkakao
Skin info material T Mark5.2 by 뭐하라
favicon

서버구축이야기!!

서버구축의 대한 이야기 입니다.

  • 태그
  • 링크 추가
  • 방명록

관리자 메뉴

  • 관리자 모드
  • 글쓰기
  • 서버이야기 (491)
    • Windows Server (77)
      • IIS 8 (23)
      • IIIS 7 (9)
      • Database (14)
      • 보안 (10)
      • 네임서버 (6)
      • 로그 (2)
      • 에러 (1)
      • 기타 응용프로그램 (9)
    • Linux Server (266)
      • CentOS (17)
      • Ubuntu (20)
      • Linux 명령어 (65)
      • Apache (2)
      • PHP (13)
      • MYSQL (30)
      • LAPM (4)
      • SNMP (1)
      • RAID (4)
      • 보안 (3)
      • 에러 (2)
      • 모니터링 (15)
      • DNS(네임서버) (1)
      • MariaDB (5)
      • Nginx (14)
      • 방화벽 (13)
      • Zabbix (10)
      • Redis (40)
    • 부하분산 (4)
      • 서비스 (1)
      • 로드밸런싱 (2)
      • Alteon (1)
    • 웹언어 (41)
      • HTML (10)
      • PHP (22)
      • CSS (9)
    • 유용한 정보 (39)
      • 보안 (2)
      • 서버 접속장애 (1)
      • 개발툴-유틸리티 (30)
    • 용어 (25)
      • 네트워크 (9)
      • 디스크 (5)
      • 보안 (1)
      • 데이터베이스 (2)
    • Programing (25)
      • Python (25)
    • NAS (4)
      • Synology (4)

카테고리

PC화면 보기 티스토리 Daum

티스토리툴바