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

« back to all changes in this revision

Viewing changes to gnome-help/pa/net-fixed-ip-address.page

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-04-01 06:44:41 UTC
  • mfrom: (1.1.11)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: package-import@ubuntu.com-20120401064441-kzqieiifcso1lnhe
* 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="task" id="net-fixed-ip-address" xml:lang="pa">
 
3
  <info>
 
4
    <link type="guide" xref="net-wired"/>
 
5
    <link type="seealso" xref="net-findip"/>
 
6
 
 
7
    <revision pkgversion="3.4.0" date="2012-03-13" status="final"/>
 
8
 
 
9
    <credit type="author">
 
10
      <name>Jim Campbell</name>
 
11
      <email>jwcampbell@gmail.com</email>
 
12
    </credit>
 
13
 
 
14
    <desc>Using a static IP address can make it easier to provide some network services from your computer.</desc>
 
15
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
16
  </info>
 
17
 
 
18
  <title>Create a connection with a fixed IP address</title>
 
19
 
 
20
 <p>Most networks will automatically assign an <link xref="net-what-is-ip-address">IP address</link> 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>
 
21
  <p>To give your computer a fixed (static) IP address:</p>
 
22
 
 
23
<steps>
 
24
<item><p>Click the <gui>network icon</gui> on the <gui>top bar</gui> and select <gui>Network Settings</gui>.</p></item>
 
25
<item><p>Select the network connection from the list (<gui>Wired</gui> or <gui>Wireless</gui>) and click <gui>Configure</gui>.</p></item>
 
26
<item><p>Click on the <gui>IPv4 Settings</gui> tab and change the <gui>Method</gui> to <em>Manual</em>.</p></item>
 
27
<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>
 
28
<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>
 
29
<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>
 
30
<item><p>Click <gui>Save</gui>. The network connection should now have a fixed IP address.</p></item>
 
31
</steps>
 
32
 
 
33
</page>