diff options
Diffstat (limited to 'cs/firewall.html')
-rw-r--r-- | cs/firewall.html | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/cs/firewall.html b/cs/firewall.html index 48d1cdf..4376e21 100644 --- a/cs/firewall.html +++ b/cs/firewall.html @@ -22,6 +22,8 @@ </div> </div> </div> + + @@ -36,6 +38,8 @@ </p> + + <p>In the default setting (no button is checked), no service of the system is accessible from the network. The <span class="emphasis"><em>Everything (no firewall)</em></span> option enables access to all services of the machine - @@ -67,15 +71,15 @@ <table border="0" summary="Simple list" class="simplelist"> <tr> - <td>- <span class="emphasis"><em><port-number></em></span> is the value of the port assigned to - the service you want to enable (e.g. 873 for the RSYNC service) as defined - in <span class="emphasis"><em>RFC-433</em></span>; + <td>- <span class="emphasis"><em><port-number></em></span> is the value of the port assigned + to the service you want to enable (e.g. 873 for the RSYNC service) as + defined in <span class="emphasis"><em>RFC-433</em></span>; </td> </tr> <tr> - <td>- <span class="emphasis"><em><protocol></em></span> je jedním z <span class="emphasis"><em>TCP</em></span> - nebo <span class="emphasis"><em>UDP</em></span> - internetový protokol, který je používán - službou. + <td>- <span class="emphasis"><em><protocol></em></span> is one of <span class="emphasis"><em>TCP</em></span> + or <span class="emphasis"><em>UDP</em></span> - the internet protocol that is used by the + service. </td> </tr> </table> |