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
- Andrew Ng
- coursera
- javascript
- 1일1문장
- ES6
- multer
- CSS
- 우선순위
- React
- 객체
- 회고
- docker
- 자료구조
- reactnative
- 데이터전송
- Sequence
- NextJS
- 끈기
- nodejs
- scope
- HTTP
- 리눅스
- Til
- 스파르타코딩클럽
- Linux
- 클로저
- 개발공부
- 러닝자바스크립트
- 자바스크립트
- Machine Learning
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