~ubuntu-branches/ubuntu/vivid/ubuntu-kylin-docs/vivid

« back to all changes in this revision

Viewing changes to ubuntu-kylin-help/C/net-firewall-ports.page

  • Committer: Package Import Robot
  • Author(s): Lei Luo
  • Date: 2014-04-10 14:58:12 UTC
  • Revision ID: package-import@ubuntu.com-20140410145812-9mfgq3xleqy0l89f
Tags: 14.04.3

* Add "Replaces" field in debian control file to automatically remove
  ubuntu-docs before installation.
* Merge ubuntu-docs changes.
* Update zh_CN tranlation.

Show diffs side-by-side

added added

removed removed

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