Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Windows 机器上,需要在某个端口下连接到 Unix 机器上的应用程序。
我被告知它是开放的,但我仍然很难进入,有什么可以在我这边调试的吗?如何检查 Unix 服务器的端口是否真的从我的 IP 地址打开?
您可以使用 Telnet。
例如telnet example.com 80,检查 example.com 上的服务器是否接受端口 80 上的连接。
telnet example.com 80