How can I test if a certain port number on my home server is reachable from my work pc?
Say for example I want to see if port 7070 is reachable. I can try to telnet on port 7070 from work, but if I don't have a service running on that port, I might get a "connect failed" message, which doesnt seem to tell me whether the port was reached and found no service, or whether my company's firewall blocked that port.
And "ping" can't be used to test a particular port, right?
Say for example I want to see if port 7070 is reachable. I can try to telnet on port 7070 from work, but if I don't have a service running on that port, I might get a "connect failed" message, which doesnt seem to tell me whether the port was reached and found no service, or whether my company's firewall blocked that port.
And "ping" can't be used to test a particular port, right?