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="lv">
4
<link type="guide" xref="net-general"/>
6
<revision pkgversion="3.4.0" date="2012-02-20" status="final"/>
9
<name>Shaun McCance</name>
10
<email>shaunm@gnome.org</email>
12
<credit type="author">
13
<name>Jim Campbell</name>
14
<email>jwcampbell@gmail.com</email>
17
<desc>The unique identifier assigned to network hardware.</desc>
18
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
21
<title>What is a MAC address?</title>
23
<p>A <em>MAC address</em> is the unique identifier that is assigned by the manufacturer to a piece of network hardware (like a wireless card or an ethernet card). MAC stands for <em>Media Access Control</em>, and each identifier is intended to be unique to a particular device.</p>
25
<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>
27
<p>To identify the MAC address of your own network hardware:</p>
29
<item><p>Spiediet uz sava vārda augšējā joslā un izvēlieties <gui>Sistēmas iestatījumi</gui>.</p></item>
30
<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>
31
<item><p>Your MAC address will be displayed as the <gui>Hardware Address</gui>.</p></item>
34
<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 swap a new card in, the service won't work anymore. In such cases, you would need to spoof the MAC address.</p>