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
- javascript
- 객체
- 개발공부
- nodejs
- Machine Learning
- 회고
- ES6
- coursera
- reactnative
- multer
- Sequence
- scope
- 우선순위
- 스파르타코딩클럽
- Til
- 자료구조
- 끈기
- 클로저
- Andrew Ng
- Linux
- NextJS
- HTTP
- 자바스크립트
- docker
- React
- 러닝자바스크립트
- 1일1문장
- 데이터전송
- CSS
- 리눅스
Archives
- Today
- Total
목록portforwarding (1)
해나아부지 개발일지
iptables 설치(install)부터 포트포워딩(port forwarding)까지 [2]
Basic iptables options -A - Append this rule to a rule chain. Valid chains for what we're doing are INPUT, FORWARD and OUTPUT, but we mostly deal with INPUT in this tutorial, which affects only incoming traffic. -L - List the current filter rules. -m conntrack - Allow filter rules to match based on connection state. Permits the use of the --ctstate option. --ctstate - Define the list of states f..
Developers/ComputerScience
2021. 2. 22. 14:33