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
- 도커
- IaaS
- docker
- 쿠버네티스
- dockerfile
- network
- 이론
- 용어정리
- kubernetes
- mysql
- express
- 네트워크
- nodejs
- Javascript
- PaaS
- RAID
- RAPA
- 실습
- 명령어
- OpenStack
- PAT
- 개념
- Docker Swarm
- MongoDB
- worker
- gns3
- Docker-compose
- git
- 클라우드
- node.js
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 |