UnknownEntity
Technical User
Hi all,
Trying to resolve a query related to an application for open ports on a server.
Server = 10.25.0.90 Ports required TCP 5767 UDP 6766
I am trying to establish whether this server is blocking these port numbers. At CMD I haave entered;
c:\netstat -an |find /i "5767"
>TCP 0.0.0.0:5767 0.0.0.0 Listening
>UDP 0.0.0.0:15767 *.*
Does this mean that these ports are closed on this server on does this mean that the application is simply not LISTENING on these ports and the ports are open????
I need to find out out if this server is blocking this port locally, if it is I need to open it, I have no firewall on the server and firewall service is disabled. Thanks
Drakul.
Trying to resolve a query related to an application for open ports on a server.
Server = 10.25.0.90 Ports required TCP 5767 UDP 6766
I am trying to establish whether this server is blocking these port numbers. At CMD I haave entered;
c:\netstat -an |find /i "5767"
>TCP 0.0.0.0:5767 0.0.0.0 Listening
>UDP 0.0.0.0:15767 *.*
Does this mean that these ports are closed on this server on does this mean that the application is simply not LISTENING on these ports and the ports are open????
I need to find out out if this server is blocking this port locally, if it is I need to open it, I have no firewall on the server and firewall service is disabled. Thanks
Drakul.