반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- VPN
- Python
- redis
- aws
- Spring Error
- kubeflow
- bootstrap
- codedeploy
- node
- codebuild
- codepipeline
- IntelliJ
- PostgreSQL
- java bigdecimal
- Airflow
- COALESCE
- JavaScript
- chart.js
- AWS CI/CD 구축하기
- aws cicd
- Jenkins
- Flux
- codedeploy error
- docker
- Kafka
- SQL
- chartjs
- 도커
- or some instances in your deployment group are experiencing problems.
- Spring
Archives
- Today
- Total
Small Asteroid Blog
방화벽 설정 및 중지하기 firewall 본문
728x90
방화벽
방화벽은 네트워크 트래픽을 모니터링하고 제어하는 네트워크 보안 시스템이다.
일반적으로 신뢰할 수 있는 내부네트워크와 신뢰할 수 없는 외부 네트워크간의 장벽을 구성하는데
방화벽이 켜져있으면 방화벽 설정한 네트워크만 접근이 가능하고
방화벽이 중지되어 있으면 신뢰도 낮은 네트워크들도 접근이 가능하다.
방화벽 포트 등록하기
firewall-cmd --permanent --zone=public --add-port=8080/tcp
firewall-cmd --reload
방화벽에 등록된 포트 리스트 확인하기
firewall-cmd --list-ports
방화벽 서비스 중지하기
systemctl stop firewalld
재부팅시 방화벽 실행하지 않기
systemctl disable firewalld
728x90
반응형
'클라우드 및 인프라 > Linux' 카테고리의 다른 글
[linux] 리눅스 서버, 파일 삭제 후에도 디스크 용량이 확보되지 않을 때 (0) | 2022.05.22 |
---|---|
[centos] You could try using --skip-broken to work around the problem (0) | 2022.04.23 |
[linux error] FirewallD is not running (0) | 2022.02.15 |
[Ubuntu Error] E: Sub-process /usr/bin/dpkg returned an error code (1) (0) | 2022.02.14 |
[Linux] Docker로 그라파나 Grafana 설치하기 (0) | 2022.02.03 |