14,958
edits
No edit summary Tags: Mobile edit Mobile web edit |
|||
| Line 20: | Line 20: | ||
**** [http://linux.die.net/man/8/semanage SELinux Policy Management] e.g.: {{kbd | key = <nowiki>semanage port -l</nowiki>}} to list open ports | **** [http://linux.die.net/man/8/semanage SELinux Policy Management] e.g.: {{kbd | key = <nowiki>semanage port -l</nowiki>}} to list open ports | ||
*** {{Win}} [https://technet.microsoft.com/en-us/library/cc754274.aspx?f=255&MSPPError=-2147217396 Windows Firewall with Advanced Security] -> configure firewall rules | *** {{Win}} [https://technet.microsoft.com/en-us/library/cc754274.aspx?f=255&MSPPError=-2147217396 Windows Firewall with Advanced Security] -> configure firewall rules | ||
** protected by antivirus? | ** 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 | ||
*** 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}} | ||