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.
[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