From 8a4e688e827134d478f3c923d57121b6d2d01c56 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Tue, 17 Feb 2026 22:01:58 +0100 Subject: Add Traditionnal Chinese --- zh_tw/firewall.html | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 zh_tw/firewall.html (limited to 'zh_tw/firewall.html') diff --git a/zh_tw/firewall.html b/zh_tw/firewall.html new file mode 100644 index 0000000..76f31b8 --- /dev/null +++ b/zh_tw/firewall.html @@ -0,0 +1,99 @@ + + + + + 防火牆 + + + + + + +
+
+
+
+

防火牆 +

+
+
+
+ + + + + + + + + +

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

+ + +

Advanced

+ + +

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

+ + +

<port-number>/<protocol>

+ + + + + + + + + +
- <port-number> is the value of the port assigned + to the service you want to enable (e.g. 873 for the RSYNC service) as + defined in RFC-433; +
- <protocol> is one of TCP + or UDP - the internet protocol that is used by the + service. +
+ + +

For instance, the entry for enabling access to the RSYNC service therefore + is 873/tcp. +

+ + +

In case a service is implemented to use both protocols, you specify 2 + couples for the same port. +

+ +
+ + -- cgit v1.2.1