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
- node.js
- 개념
- RAPA
- RAID
- gns3
- PaaS
- 용어정리
- git
- 네트워크
- 명령어
- nodejs
- 쿠버네티스
- PAT
- network
- Docker-compose
- IaaS
- docker
- 실습
- OpenStack
- dockerfile
- express
- Javascript
- Docker Swarm
- 이론
- worker
- mysql
- MongoDB
- kubernetes
- 클라우드
- 도커
Archives
- Today
- Total
목록2022이전/Linux (25)
융융이'Blog
iptables 사용하기
iptables 사용하기 iptables란? iptables는 Linux 운영체제용으로 제작 된 매우 유연한 방화벽 유틸리티입니다. iptables는 command-line firewall 유틸리티를 사용하여 트래픽을 허용하거나 제한을 설정할 수 있습니다. sudo apt-get install iptables##types of chain Input : 들어오는 접속 활동을 제어 chain Forward : router 와 같은 활동을 제어 chain Output : outgoing connections chain Docker : 도커와 관련된 chain iptables -L -v 해당 명령어로 Chain 정보를 볼 수 있다. ex> Chain INPUT (policy ACCEPT 0 packets, 0 ..
2022이전/Linux
2020. 5. 1. 16:27