Thursday, March 28, 2013

Need to know?

Want a quick way to see what ports are listening on your computer?

get to a cmd prompt and type
   netstat -ao |find /i "listening"

I had a customer accidentally turn on the server firewall.  I used this command to find what was listening and then I used the firewall log to see what was dropped.  Then you can open the ports you need to use for your clients to communicate.

No comments:

.Net said .No so this says .Youbetterorelsebuddy

 I was having trouble with .net framework install on new computers.  I'm not sure why it didn't work repeatedly, but found that if y...