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

« back to all changes in this revision

Viewing changes to gnome-help/pt_BR/net-macaddress.page

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-16 00:58:17 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20111116005817-coiokzklnvxe3a5x
Tags: 3.2.2-1
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="tip" id="net-macaddress" xml:lang="pt-BR">
 
3
  <info>
 
4
    <link type="guide" xref="net-general"/>
 
5
 
 
6
    <revision pkgversion="3.2" date="2011-09-26" status="final"/>
 
7
 
 
8
    <credit type="author">
 
9
      <name>Shaun McCance</name>
 
10
      <email>shaunm@gnome.org</email>
 
11
    </credit>
 
12
    <credit type="author">
 
13
      <name>Jim Campbell</name>
 
14
      <email>jwcampbell@gmail.com</email>
 
15
    </credit>
 
16
 
 
17
    <desc>The unique code assigned to network hardware.</desc>
 
18
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
19
  
 
20
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
21
      <mal:name>Rodolfo Ribeiro Gomes</mal:name>
 
22
      <mal:email>rodolforg@gmail.com</mal:email>
 
23
      <mal:years>2011</mal:years>
 
24
    </mal:credit>
 
25
  </info>
 
26
 
 
27
  <title>What is a MAC address?</title>
 
28
 
 
29
  <p>A <em>MAC address</em> is the unique code that is assigned by the manufacturer to a piece of network hardware (like a wireless card or an ethernet card). <em>MAC</em> stands for <em>Media Access Control</em>, and each code is intended to be unique to a particular device.</p>
 
30
 
 
31
  <p>A MAC address consists of six sets of two characters, each separated by a colon. <code>00:1B:44:11:3A:B7</code> is an example of a MAC address.</p>
 
32
 
 
33
  <p>To identify the MAC address of your own network hardware:</p>
 
34
  <steps>
 
35
    <item><p>Clique em seu nome na barra superior e selecione <gui>Configurações do sistema</gui>.</p></item>
 
36
    <item><p>Open <gui>Network</gui> and select <gui>Wired</gui> or <gui>Wireless</gui> from the list on the left (depending on which device you want to check).</p></item>
 
37
    <item><p>Your MAC address will be displayed as the <gui>Hardware Address</gui>.</p></item>
 
38
  </steps>  
 
39
    
 
40
  <p>In practice, you may need to <link xref="net-editcon">modify or "spoof" a MAC address</link>. For example, some internet service providers may require that a specific MAC address be used to access their service. If the network card stops working, and you need to change your network card, the service won't work anymore. In such cases, you would need to spoof the MAC address.</p>
 
41
 
 
42
</page>