Windows上的应用程序端口 [英] Application port on windows

查看:118
本文介绍了Windows上的应用程序端口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经安装了一个可以在网络上运行的应用程序。我无法从其他计算机连接此应用程序。我需要在Windows防火墙上打开一些端口。我怎样才能找到这个应用程序的监听端口?



我尝试了什么:



我已经安装了一个可以在网络上运行的应用程序。我无法从其他计算机连接此应用程序。我需要在Windows防火墙上打开一些端口。我怎样才能找到这个应用程序监听端口?

解决方案

我们不能告诉你 - 我们不知道软件是什么,它是如何编写的,甚至是什么它可能想要使用的端口。



回到你从哪里得到软件,并问他们 - 他们是唯一可能有任何想法的人。


使用Windows命令行工具 netstat ,您可以列出所有打开的端口以及打开端口的进程。



示例:

netstat -a -b



使用 netstat - ?寻求帮助。


我想推荐TCPView

TCPView for Windows - Windows Sysinternals | Microsoft Docs [ ^ ]

I have installed the an application which will work over the network. I can not connect this application from other computers. I need to open some port on windows firewall. How can I find this application listening port?

What I have tried:

I have installed the an application which will work over the network. I can not connect this application from other computers. I need to open some port on windows firewall. How can I find this application listening port?

解决方案

We can't tell you - we have no idea what the software is, how it was written, or even what port(s) it might want to use.

Go back to where you got the software from, and ask them - they are the only ones who might have any idea.


With the windows command line tool netstat you can list all open ports and also the process which opened the port.

Example:
netstat -a -b

Use netstat -? for help.


I would like to recommend TCPView
TCPView for Windows - Windows Sysinternals | Microsoft Docs[^]


这篇关于Windows上的应用程序端口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆