diff options
author | Papoteur <papoteur@mageia.org> | 2021-01-03 16:08:58 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2021-01-03 16:08:58 +0100 |
commit | 92f617b612f841b14a1ab905d22d059396b5165d (patch) | |
tree | d9fb9d5ff33b683e9c18398bfed48cad26a71f7d /nl/firewall.html | |
parent | 25246b7e474f1405862047f32cf1a6c521a67140 (diff) | |
download | drakx-installer-help-92f617b612f841b14a1ab905d22d059396b5165d.tar drakx-installer-help-92f617b612f841b14a1ab905d22d059396b5165d.tar.gz drakx-installer-help-92f617b612f841b14a1ab905d22d059396b5165d.tar.bz2 drakx-installer-help-92f617b612f841b14a1ab905d22d059396b5165d.tar.xz drakx-installer-help-92f617b612f841b14a1ab905d22d059396b5165d.zip |
Update nl
Diffstat (limited to 'nl/firewall.html')
-rw-r--r-- | nl/firewall.html | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/nl/firewall.html b/nl/firewall.html new file mode 100644 index 0000000..6706830 --- /dev/null +++ b/nl/firewall.html @@ -0,0 +1,96 @@ +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <title>Firewall</title> + <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> + <link rel="home" href="index.html" title="Installeren met DrakX"> + <link rel="up" href="index.html" title="Installeren met DrakX"> + <link rel="prev" href="securityLevel.html" title="Beveiligingsniveau"> + <link rel="next" href="installUpdates.html" title="Updates"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> + <!-- + body { font-family: sans-serif; font-size: 13px } + table { font-family: sans-serif; font-size: 13px } + --></style></head> + <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> + <div lang="nl" class="section" title="Firewall"> + <div class="titlepage"> + <div> + <div> + <h2 class="title"><a name="firewall"></a>Firewall + </h2> + </div> + </div> + </div> + + + + + + + + <p><a name="firewall-pa1"></a>This section allows you to configure some simple firewall rules: they + determine which type of message from the Internet will be accepted by the + target system. This, in turn, allows the corresponding services on the + system to be accessible from the Internet. + </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 - + an option that does not make much sense in the context of the installer + since it would create a totally unprotected system. Its veritable use is in + the context of the Mageia Control Center (which uses the same GUI layout) + for temporarily disabling the entire set of firewall rules for testing and + debugging purposes. + </p> + + + <p>All other options are more or less self-explanatory. As an example, you will + enable the CUPS server if you want printers on your machine to be accessible + from the network. + </p> + + + <p><span class="bold"><strong>Geavanceerd</strong></span></p> + + + <p>The <span class="emphasis"><em>Advanced</em></span> option opens a window where you can enable + a series of services by typing a list of <span class="quote">“<span class="quote">couples</span>”</span> (blank + separated) + </p> + + + <p><span class="emphasis"><em><poort-nummer>/<protocol></em></span></p> + + + <table border="0" summary="Simple list" class="simplelist"> + <tr> + <td>- <span class="emphasis"><em><poort-nummer></em></span>Is de waarde van + de poort die is toegewezen aan de dienst die u wilt inschakelen + (bijvoorbeeld 873 voor de RSYNC-service) zoals gedefinieerd in + <span class="emphasis"><em>RFC-433</em></span>; + </td> + </tr> + <tr> + <td>- <span class="emphasis"><em><protocol></em></span>is één van <span class="emphasis"><em>TCP</em></span> of + <span class="emphasis"><em>UDP</em></span> - Het internetprotocol dat door de dienst wordt + gebruikt. + </td> + </tr> + </table> + + + <p>Bijvoorbeeld, de vermelding voor het verlenen van toegang tot de + RSYNC-dienst is dus <span class="emphasis"><em>873/tcp</em></span>. + </p> + + + <p>Als een dienst is geïmplementeerd om beide protocollen te gebruiken, dan + specificeert u 2 koppels voor dezelfde poort. + </p> + + </div> + </body> +</html> |