14,958
edits
| Line 26: | Line 26: | ||
** protected by antivirus software? | ** protected by antivirus software? | ||
* connect to localhost ex: {{kbd | key= telnet 127.0.0.1 23}} where 23 is the port number where the service running | * connect to localhost ex: {{kbd | key= telnet 127.0.0.1 23}} where 23 is the port number where the service running | ||
** [https://technet.microsoft.com/en-us/library/cc771275(v=ws.10).aspx Install Telnet Client] on {{Win}} | |||
** if the local service is web server, you can also try {{kbd | key = <nowiki>lynx http://127.0.0.1</nowiki>}} for {{Linux}} | ** if the local service is web server, you can also try {{kbd | key = <nowiki>lynx http://127.0.0.1</nowiki>}} for {{Linux}} | ||
* double [[Testing#check_the_server.2Fservice_logs | check the server/service logs]] | * double [[Testing#check_the_server.2Fservice_logs | check the server/service logs]] | ||