~ubuntu-branches/ubuntu/precise/gnome-user-docs/precise

« back to all changes in this revision

Viewing changes to gnome-help/ca/net-firewall-ports.page

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-09-12 09:23:35 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: package-import@ubuntu.com-20110912092335-11udas9xjsi3g6n0
Tags: 3.1.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="reference" id="net-firewall-ports" xml:lang="ca">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="net-security"/>
 
6
    <link type="seealso" xref="net-firewall-on-off"/>
 
7
    <desc>You need to specify the right network port to enable/disable network access for a program with your firewall.</desc>
 
8
    <credit type="author">
 
9
      <name>Paul W. Frields</name>
 
10
      <email>stickster@gmail.com</email>
 
11
    </credit>
 
12
 
 
13
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
14
  
 
15
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
16
      <mal:name>David Aguilera</mal:name>
 
17
      <mal:email>david.aguilera.moncusi@gmail.com</mal:email>
 
18
      <mal:years>2011</mal:years>
 
19
    </mal:credit>
 
20
  </info>
 
21
 
 
22
  <title>Commonly-used network ports</title>
 
23
  <p>This is a list of network ports commonly used by applications which provide network services, like file sharing or remote desktop viewing. You can change your system's firewall to <link xref="net-firewall-on-off">block or allow access</link> to these applications. There are thousands of ports in use, so this table isn't complete.</p>
 
24
 
 
25
  <table>
 
26
    <thead>
 
27
      <tr>
 
28
        <td>
 
29
          <p>Port</p>
 
30
        </td>
 
31
        <td>
 
32
          <p>Name</p>
 
33
        </td>
 
34
        <td>
 
35
          <p>Description</p>
 
36
        </td>
 
37
      </tr>
 
38
    </thead>
 
39
    <tbody>
 
40
      <tr>
 
41
        <td>
 
42
          <p>5353/udp</p>
 
43
        </td>
 
44
        <td>
 
45
          <p>mDNS, Avahi</p>
 
46
        </td>
 
47
        <td>
 
48
          <p>Allows systems to find each other, and describe which services they offer, without you having to specify the details manually.</p>
 
49
        </td>
 
50
      </tr>
 
51
      <tr>
 
52
        <td>
 
53
          <p>631/udp</p>
 
54
        </td>
 
55
        <td>
 
56
          <p>Printing</p>
 
57
        </td>
 
58
        <td>
 
59
          <p>Allows you to send print jobs to a printer over the network.</p>
 
60
        </td>
 
61
      </tr>
 
62
      <tr>
 
63
        <td>
 
64
          <p>631/tcp</p>
 
65
        </td>
 
66
        <td>
 
67
          <p>Printing</p>
 
68
        </td>
 
69
        <td>
 
70
          <p>Allows you to share your printer with other people over the network.</p>
 
71
        </td>
 
72
      </tr>
 
73
      <tr>
 
74
        <td>
 
75
          <p>5298/tcp</p>
 
76
        </td>
 
77
        <td>
 
78
          <p>Presence</p>
 
79
        </td>
 
80
        <td>
 
81
          <p>Allows you to advertise your instant messaging status to other people on the network, such as "online" or "busy".</p>
 
82
        </td>
 
83
      </tr>
 
84
      <tr>
 
85
        <td>
 
86
          <p>5900/tcp</p>
 
87
        </td>
 
88
        <td>
 
89
          <p>Remote desktop</p>
 
90
        </td>
 
91
        <td>
 
92
          <p>Allows you to share your desktop so other people can view it or provide remote assistance.</p>
 
93
        </td>
 
94
      </tr>
 
95
      <tr>
 
96
        <td>
 
97
          <p>3689/tcp</p>
 
98
        </td>
 
99
        <td>
 
100
          <p>Music sharing (DAAP)</p>
 
101
        </td>
 
102
        <td>
 
103
          <p>Allows you to share your music library with others on your network.</p>
 
104
        </td>
 
105
      </tr>
 
106
    </tbody>
 
107
  </table>
 
108
</page>