Michael Moroney wrote: > I really want to know if something is listening on port 1234. netstat -a if I remember correctly. It will give you a list of ports being lisnened to and active connections. You can then scan for "LISTEN" AND 1234