Is there a way to tell if a port # is open?
SurferdudeHB
Member Posts: 199 ■■■□□□□□□□
in CCNA & CCENT
Comments
-
hypnotoad Banned Posts: 915Yes. Assuming you're talking about a Windows machine, go to start > cmd > and type "netstat"
-
maumercado Member Posts: 163in a linux machine is netstat -ltpu or -lntpu
the n is for number without n shows you the name of the service running! -
nel Member Posts: 2,859 ■□□□□□□□□□yep netstat -aXbox Live: Bring It On
Bsc (hons) Network Computing - 1st Class
WIP: Msc advanced networking -
itdaddy 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 -
networker050184 Mod Posts: 11,962 ModIf 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.
-
itdaddy 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...