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 | 31 |
Tags
- nodejs
- PAT
- 용어정리
- Docker-compose
- git
- PaaS
- RAPA
- 네트워크
- IaaS
- RAID
- mysql
- node.js
- docker
- 개념
- 명령어
- network
- dockerfile
- express
- OpenStack
- 쿠버네티스
- Docker Swarm
- 실습
- MongoDB
- Javascript
- 이론
- 도커
- kubernetes
- gns3
- worker
- 클라우드
Archives
- Today
- Total
융융이'Blog
Centos7_방화벽끄기 본문
일시 해제
# systemctl stop firewalld
# systemctl stop iptables
# systemctl stop ip6tables
영구 해제(리부팅 이후에도 작동하지 않도록 설정)
# systemctl disable firewalld
# systemctl disable iptables
# systemctl disable ip6tables
출처: https://realforce111.tistory.com/24 [KIMS BLOG]
'2022이전 > Linux' 카테고리의 다른 글
간단하게 파일 편집하기(Linux) (0) | 2020.05.14 |
---|---|
vi 사용법 (0) | 2020.05.14 |
가상 머신(virtual machine) (0) | 2020.05.13 |
Linux (0) | 2020.05.13 |
Nginx 와 Apache (0) | 2020.05.03 |