From 92f617b612f841b14a1ab905d22d059396b5165d Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sun, 3 Jan 2021 16:08:58 +0100 Subject: Update nl --- nl/firewall.html | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 nl/firewall.html (limited to 'nl/firewall.html') 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 @@ + + + + + Firewall + + + + + + +
+
+
+
+

Firewall +

+
+
+
+ + + + + + + +

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. +

+ + +

In the default setting (no button is checked), no service of the system is + accessible from the network. The Everything (no + firewall) 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. +

+ + +

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. +

+ + +

Geavanceerd

+ + +

The Advanced option opens a window where you can enable + a series of services by typing a list of couples (blank + separated) +

+ + +

<poort-nummer>/<protocol>

+ + + + + + + + + +
- <poort-nummer>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 + RFC-433; +
- <protocol>is één van TCP of + UDP - Het internetprotocol dat door de dienst wordt + gebruikt. +
+ + +

Bijvoorbeeld, de vermelding voor het verlenen van toegang tot de + RSYNC-dienst is dus 873/tcp. +

+ + +

Als een dienst is geïmplementeerd om beide protocollen te gebruiken, dan + specificeert u 2 koppels voor dezelfde poort. +

+ +
+ + -- cgit v1.2.1