~ubuntu-branches/ubuntu/utopic/gnome-user-docs/utopic-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-04-01 06:44:41 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20120401064441-kzqieiifcso1lnhe
Tags: 3.4.0-1
* New upstream release.
* Bump Standards-Version to 3.9.3.

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="pa">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="net-security"/>
 
6
    <link type="seealso" xref="net-firewall-on-off"/>
 
7
    <revision pkgversion="3.4.0" date="2012-02-20" status="final"/>
 
8
    <desc>You need to specify the right network port to enable/disable network access for a program with your firewall.</desc>
 
9
    <credit type="author">
 
10
      <name>Paul W. Frields</name>
 
11
      <email>stickster@gmail.com</email>
 
12
    </credit>
 
13
 
 
14
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
15
  </info>
 
16
 
 
17
  <title>Commonly-used network ports</title>
 
18
  <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>
 
19
 
 
20
  <table shade="rows" frame="top">
 
21
    <thead>
 
22
      <tr>
 
23
        <td>
 
24
          <p>ਪੋਰਟ</p>
 
25
        </td>
 
26
        <td>
 
27
          <p>ਨਾਂ</p>
 
28
        </td>
 
29
        <td>
 
30
          <p>ਵੇਰਵਾ</p>
 
31
        </td>
 
32
      </tr>
 
33
    </thead>
 
34
    <tbody>
 
35
      <tr>
 
36
        <td>
 
37
          <p>5353/udp</p>
 
38
        </td>
 
39
        <td>
 
40
          <p>mDNS, Avahi</p>
 
41
        </td>
 
42
        <td>
 
43
          <p>Allows systems to find each other, and describe which services they offer, without you having to specify the details manually.</p>
 
44
        </td>
 
45
      </tr>
 
46
      <tr>
 
47
        <td>
 
48
          <p>631/udp</p>
 
49
        </td>
 
50
        <td>
 
51
          <p>ਪਰਿੰਟਿੰਗ</p>
 
52
        </td>
 
53
        <td>
 
54
          <p>Allows you to send print jobs to a printer over the network.</p>
 
55
        </td>
 
56
      </tr>
 
57
      <tr>
 
58
        <td>
 
59
          <p>631/tcp</p>
 
60
        </td>
 
61
        <td>
 
62
          <p>ਪਰਿੰਟਿੰਗ</p>
 
63
        </td>
 
64
        <td>
 
65
          <p>Allows you to share your printer with other people over the network.</p>
 
66
        </td>
 
67
      </tr>
 
68
      <tr>
 
69
        <td>
 
70
          <p>5298/tcp</p>
 
71
        </td>
 
72
        <td>
 
73
          <p>ਮੌਜੂਦਗੀ</p>
 
74
        </td>
 
75
        <td>
 
76
          <p>Allows you to advertise your instant messaging status to other people on the network, such as "online" or "busy".</p>
 
77
        </td>
 
78
      </tr>
 
79
      <tr>
 
80
        <td>
 
81
          <p>5900/tcp</p>
 
82
        </td>
 
83
        <td>
 
84
          <p>ਰਿਮੋਟ ਡੈਸਕਟਾਪ</p>
 
85
        </td>
 
86
        <td>
 
87
          <p>Allows you to share your desktop so other people can view it or provide remote assistance.</p>
 
88
        </td>
 
89
      </tr>
 
90
      <tr>
 
91
        <td>
 
92
          <p>3689/tcp</p>
 
93
        </td>
 
94
        <td>
 
95
          <p>Music sharing (DAAP)</p>
 
96
        </td>
 
97
        <td>
 
98
          <p>Allows you to share your music library with others on your network.</p>
 
99
        </td>
 
100
      </tr>
 
101
    </tbody>
 
102
  </table>
 
103
</page>