14,958
edits
m (→browser issue) |
|||
| Line 39: | Line 39: | ||
** Is service alive? | ** Is service alive? | ||
** OS firewall ex: server with iptable limit for {{Linux}}? Firewall option for {{Win}}? | ** OS firewall ex: server with iptable limit for {{Linux}}? Firewall option for {{Win}}? | ||
*** {{Linux}} {{kbd | key = iptables -L}} to list all rules<ref>[http://wiki.centos.org/HowTos/Network/IPTables HowTos/Network/IPTables - CentOS Wiki]</ref> | *** {{Linux}} (1) {{kbd | key = iptables -L --line-numbers}} to list all rules<ref>[http://wiki.centos.org/HowTos/Network/IPTables HowTos/Network/IPTables - CentOS Wiki]</ref> (2) rule with lower line-number will override the rule with higherer line-number<ref>[https://fedoraproject.org/wiki/How_to_edit_iptables_rules?rd=User_talk:Rforlot How to edit iptables rules - FedoraProject]</ref> | ||
** protected by antivirus? | ** protected by antivirus? | ||
* testing on LAN: Is service alive? The servers between LAN or with the same ip class (ex: 1.2.3.*) often without firewall limit. | * testing on LAN: Is service alive? The servers between LAN or with the same ip class (ex: 1.2.3.*) often without firewall limit. | ||