Is there a way to tell if a port # is open?

SurferdudeHBSurferdudeHB Member Posts: 199 ■■■□□□□□□□
Just wondering if you can test that, thanks.

Comments

  • hypnotoadhypnotoad Banned Posts: 915
    Yes. Assuming you're talking about a Windows machine, go to start > cmd > and type "netstat"
  • maumercadomaumercado Member Posts: 163
    in a linux machine is netstat -ltpu or -lntpu

    the n is for number without n shows you the name of the service running!
  • nelnel Member Posts: 2,859 ■□□□□□□□□□
    yep netstat -a
    Xbox Live: Bring It On

    Bsc (hons) Network Computing - 1st Class
    WIP: Msc advanced networking
  • TherhinoTherhino Member Posts: 122
    could always telnet to the port
  • itdaddyitdaddy Member Posts: 2,089 ■■■■□□□□□□
    Better yet
    go to insecure.com and download the program n-M-a-p (nnnnnmap)
    and do a scan on your LAN's ip address and you can see allyour ports
    open
  • networker050184networker050184 Mod Posts: 11,962 Mod
    If you are talking about on a Cisco router you can use "show ip sockets" on some devices and on others you can just use "show udp/tcp."
    An expert is a man who has made all the mistakes which can be made.
  • itdaddyitdaddy Member Posts: 2,089 ■■■■□□□□□□
    I mean using N - Ma -p from a remote machine to the device.
    you can run n ma -p on your local machine..it just shows a nice
    list of what is going on...
Sign In or Register to comment.