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

« back to all changes in this revision

Viewing changes to gnome-help/ca/net-fixed-ip-address.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="task" id="net-fixed-ip-address" xml:lang="ca">
 
3
  <info>
 
4
    <link type="guide" xref="net-wired"/>
 
5
 
 
6
    <credit type="author">
 
7
      <name>Jim Campbell</name>
 
8
      <email>jwcampbell@gmail.com</email>
 
9
    </credit>
 
10
 
 
11
    <desc>Using a static IP address can make it easier to administer some network services.</desc>
 
12
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
13
  
 
14
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
15
      <mal:name>David Aguilera</mal:name>
 
16
      <mal:email>david.aguilera.moncusi@gmail.com</mal:email>
 
17
      <mal:years>2011</mal:years>
 
18
    </mal:credit>
 
19
  </info>
 
20
 
 
21
  <title>Create a connection with a fixed IP address</title>
 
22
 
 
23
 <p>Most networks will automatically assign an IP address and other details to your computer when you connect to the network. These details can change periodically, but you might want to have a fixed IP address for the computer so you always know what its address is (for example, if it is a file server).</p>
 
24
  <p>To give your computer a fixed (static) IP address:</p>
 
25
 
 
26
<steps>
 
27
<item><p>Click the <gui>network icon</gui> in the <gui>top bar</gui>, and select <gui>Network Settings</gui>.</p></item>
 
28
<item><p>Select the network connection from the list (<gui>Wired</gui> or <gui>Wireless</gui>) and click <gui>Configure</gui>.</p></item>
 
29
<item><p>Click on the <gui>IPv4 Settings</gui> tab and change the <gui>Method</gui> to <em>Manual</em>.</p></item>
 
30
<item><p>If no connection information is listed in the <gui>Addresses</gui> list, or if you want to set up a new connection, click <gui>Add</gui>.</p></item>
 
31
<item><p>Enter the <em>IP Address</em>, <em>Netmask</em>, and <em>Gateway</em> information into the appropriate boxes. How you choose these will depend on your network setup; there are specific rules governing which IP addresses and netmasks are valid for a given network.</p></item>
 
32
<item><p>If necessary, enter a <em>Domain Name Server</em> address into the <gui>DNS servers</gui> box. This is the IP address of a server which looks up domain names; most corporate networks and internet providers have dedicated DNS servers.</p></item>
 
33
<item><p>Click <gui>Save</gui>. The network connection should now have a fixed IP address.</p></item>
 
34
</steps>
 
35
 
 
36
</page>