Obsidian/Recognition/Programing/Linux/Ubuntu/특정 포트 임시 오픈.md

113 B


# 서버1에서 포트 오픈
nc -lk 8080


# 서버2에서 포트 확인
nc -v 192.168.10.10 8080