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
- quickconnect
- ds cloud
- java.net.bindexception
- cloud station
- setonkeylistener
- 주석 숨김
- github
- 라즈베리파이
- c++
- 장치 데이터 오류
- truncated
- 시놀로지 색인
- Wraith Spire
- git
- synology
- audio station버그
- IntelliJ
- JSON
- 이클립스 주석
- MFC
- urllib3
- formatting failed
- clp 325wk
- SetWindowTextW
- Linux
- linearlaout
- windows terminal
- Eclipse
- SSL 인증서가 변경되었습니다
- cloudstation
Archives
- Today
- Total
딸기스무디
리눅스 포트확인 & 개방하기 본문
sudo ufw verbose명령어의 출력이 inactive인 경우 -> iptables 명령어로 포트 개방
iptables -I INPUT -p tcp --dport 포트번호 -j ACCEPT 로 포트개방 후
netstat -aon으로 현재 열려있는 포트 확인.
'linux' 카테고리의 다른 글
iptables 정책 추가하기 (0) | 2021.12.05 |
---|---|
crontab 사용팁 (0) | 2020.08.22 |
라즈베리파이 wifi 끊김현상 해결 (1) | 2019.11.29 |
리눅스 root계정 초기비밀번호 설정하기 (0) | 2019.11.24 |
VMware Workstation and Device/Credential Guard are not compatible. VMware Workstation can be run after disabling Device/Credential Guard. (0) | 2019.11.19 |
Comments