Just want to share with you what I learned lately regarding how to test the connection. The common commands are telnet, ping and tracert. Below are commands on how to use them.
Happy coding!
- To Ping: ping
. Ex: ping 111.222.333.444 - To test telnet: telnet
. Ex: telnet 111.222.333.444 22 - To Trace Route: tracert
. Ex: tracert 111.222.333.444
Happy coding!
No comments:
Post a Comment