aboutsummaryrefslogtreecommitdiffstats
path: root/cs/firewall.html
blob: 48d1cdfec945b6decf841843da668fcd5bf62cdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<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="Instalace pomoc&iacute; DrakX">
      <link rel="up" href="index.html" title="Instalace pomoc&iacute; DrakX">
      <link rel="prev" href="securityLevel.html" title="&Uacute;rove&#328; zabezpe&#269;en&iacute;">
      <link rel="next" href="installUpdates.html" title="Aktualizace"><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="cs" 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>Pokro&#269;il&eacute;</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">&#8222;<span class="quote">couples</span>&#8220;</span> (blank
            separated)
         </p>
         
           
         <p><span class="emphasis"><em>&lt;port-number&gt;/&lt;protocol&gt;</em></span></p>
         
           
         <table border="0" summary="Simple list" class="simplelist">
            <tr>
               <td>- <span class="emphasis"><em>&lt;port-number&gt;</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>&lt;protocol&gt;</em></span> je jedn&iacute;m z <span class="emphasis"><em>TCP</em></span>
                  nebo <span class="emphasis"><em>UDP</em></span> - internetov&yacute; protokol, kter&yacute; je pou&#382;&iacute;v&aacute;n
                  slu&#382;bou.
               </td>
            </tr>
         </table>
         
           
         <p>For instance, the entry for enabling access to the RSYNC service therefore
            is <span class="emphasis"><em>873/tcp</em></span>.
         </p>
         
           
         <p>In case a service is implemented to use both protocols, you specify 2
            couples for the same port.
         </p>
         
      </div>
   </body>
</html>