Testing: Difference between revisions

Jump to navigation Jump to search
9 bytes added ,  9 August 2016
Line 12: Line 12:
*** {{Win}}: Check the IP Address. {{kbd | key = ifconfig/all}} more on [[Network problem]]
*** {{Win}}: Check the IP Address. {{kbd | key = ifconfig/all}} more on [[Network problem]]
** Is service alive?
** Is service alive?
*** {{Linux}} [http://linux.die.net/man/1/nmap nmap] "Network exploration tool and security / port scanner." e.g. {{kbd | key = <nowiki>nmap -p 80,443 ip</nowiki>}}
** OS firewall
** OS firewall
*** {{Linux}}  
*** {{Linux}}  
Line 17: Line 18:
**** [https://fedoraproject.org/wiki/FirewallD FirewallD] rules ex: {{kbd | key = <nowiki>firewall-cmd --list-all-zones</nowiki>}}<ref>[https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-using-firewalld-on-centos-7 How To Set Up a Firewall Using FirewallD on CentOS 7 | DigitalOcean]</ref>
**** [https://fedoraproject.org/wiki/FirewallD FirewallD] rules ex: {{kbd | key = <nowiki>firewall-cmd --list-all-zones</nowiki>}}<ref>[https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-using-firewalld-on-centos-7 How To Set Up a Firewall Using FirewallD on CentOS 7 | DigitalOcean]</ref>
**** [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
**** [http://linux.die.net/man/1/nmap nmap] "Network exploration tool and security / port scanner." e.g. {{kbd | key = <nowiki>nmap -p 80,443 ip</nowiki>}}
*** {{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?

Navigation menu