如果我看到一个被阻止的远程端口号,那该怪谁的防火墙呢?
If I see a blocked remote port number, who's firewall is to blame?
我无法再从远程 IP 地址的端口接收消息。我目前可以毫无问题地 ping 远程 IP 地址。我有一个 python 程序试图创建一个连接到远程 port/ip 地址的套接字,但它表明端口已关闭。
我认为这是一个防火墙问题。这是一个正确的假设吗?谁的防火墙应该受到指责,我的还是远程位置的?
谢谢
I assume this is a firewall issue. Is this a correct assumption?
不一定。可能是您尝试访问的 IP 和端口根本没有服务 运行。
Who's firewall is to blame, mine or the one at the remote location?
如果防火墙太过分了,它可能位于客户端和服务器之间的任何位置,即在客户端、服务器或某些路由器或介于两者之间的其他中间设备。
我无法再从远程 IP 地址的端口接收消息。我目前可以毫无问题地 ping 远程 IP 地址。我有一个 python 程序试图创建一个连接到远程 port/ip 地址的套接字,但它表明端口已关闭。
我认为这是一个防火墙问题。这是一个正确的假设吗?谁的防火墙应该受到指责,我的还是远程位置的?
谢谢
I assume this is a firewall issue. Is this a correct assumption?
不一定。可能是您尝试访问的 IP 和端口根本没有服务 运行。
Who's firewall is to blame, mine or the one at the remote location?
如果防火墙太过分了,它可能位于客户端和服务器之间的任何位置,即在客户端、服务器或某些路由器或介于两者之间的其他中间设备。