About 304,000 results
Open links in new tab
  1. How do I determine if a port is open on a Windows server?

    Aug 3, 2019 · I'm trying to install a site under an alternative port on a server, but the port may be closed by a firewall. Is there a way to ping out or in, on a specific port, to see if it is open?

  2. Command line for looking at specific port - Stack Overflow

    Aug 18, 2012 · Is there a way to examine the status of a specific port from the Windows command line? I know I can use netstat to examine all ports but netstat is slow and looking at a specific …

  3. Test if remote TCP port is open from a shell script

    In this case bash is the subcommand and uses its special /dev/tcp handling to try and open a connection to the server and port specified. If bash can open the connection within the …

  4. How to check if a network port is open? - Stack Overflow

    Jun 2, 2021 · How can I know if a certain port is open/closed on linux ubuntu, not a remote system, using python? How can I list these open ports in python? Netstat: Is there a way to …

  5. Check status of one port on remote host - Stack Overflow

    This is for a batch file on Windows that will check the status of the remote port then run a command that uses that remote port for information, then the remote port check command …

  6. How to check Port 1433 is working for Sql Server or not?

    Aug 31, 2016 · How can I check whether port 1433 is open for Sql Server or not? I have set in bound and out bound rules, checked in SQL config manager but not sure whether it is working.

  7. Who is listening on a given TCP port on Mac OS X? [closed]

    In other words, to check the listening ports and the current (TCP) connections on a host you could use the two following commands together 1. netstat -p tcp -p udp

  8. c# - Check if a port is open - Stack Overflow

    Aug 7, 2012 · A port forward on the router cannot be tested from inside the LAN, you need to connect from the WAN (internet) side to see if a port forward is working or not. Several internet …

  9. How do I find out which process is listening on a TCP or UDP port …

    Open a command prompt window (as Administrator) From "Start\Search box" Enter "cmd" then right-click on "cmd.exe" and select "Run as Administrator" Enter the following text then hit …

  10. How to check whether port is open in Powershell - Stack Overflow

    May 2, 2017 · Thanks for give a clarity on how to check whether particular Service is up & running using Powershell in place of using legacy Telnet in command-line mode. And for Semantics on …