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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-02-23 14:38:11 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20120223143811-wyn109rglrbx3mnr
Tags: 3.3.1-0ubuntu1
* New upstream release.
* debian/watch: Watch for unstable releases

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="it">
 
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-02-20" 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
  
 
17
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
18
      <mal:name>Luca Ferretti</mal:name>
 
19
      <mal:email>lferrett@gnome.org</mal:email>
 
20
      <mal:years>2011</mal:years>
 
21
    </mal:credit>
 
22
  </info>
 
23
 
 
24
  <title>Create a connection with a fixed IP address</title>
 
25
 
 
26
 <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>
 
27
  <p>To give your computer a fixed (static) IP address:</p>
 
28
 
 
29
<steps>
 
30
<item><p>Click the <gui>network icon</gui> on the <gui>top bar</gui> and select <gui>Network Settings</gui>.</p></item>
 
31
<item><p>Select the network connection from the list (<gui>Wired</gui> or <gui>Wireless</gui>) and click <gui>Configure</gui>.</p></item>
 
32
<item><p>Click on the <gui>IPv4 Settings</gui> tab and change the <gui>Method</gui> to <em>Manual</em>.</p></item>
 
33
<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>
 
34
<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>
 
35
<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>
 
36
<item><p>Click <gui>Save</gui>. The network connection should now have a fixed IP address.</p></item>
 
37
</steps>
 
38
 
 
39
</page>