Total Pageviews

Wednesday, December 24, 2014

how to find out OS Port blocking information command

here is the command to check OS port blocking. this command should not return anything

 [bin]\> netstat -an | grep FIN_WAIT1

if this command is bringing any values it means this server port is being blocked. unblock the port in order to for other server to access information at this server.

No comments:

Post a Comment