Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > a412ceb851151854794ced2a242192bb > files > 1890

howto-html-fr-20080722-1mdv2010.0.noarch.rpm

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>3. 
Linux Debian
  </title>
<link rel="stylesheet" href="style.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.66.1">
<link rel="start" href="index.html" title="
HOWTO IPv6 Linux (fr)
 ">
<link rel="up" href="ch14.html" title="Chapitre 14. 
Support à la configuration persistante IPv6 dans les distributions Linux
 ">
<link rel="prev" href="ch14s02.html" title="2. 
Linux SuSE
  ">
<link rel="next" href="ch15.html" title="Chapitre 15. 
L'auto-configuration et la mobilité
 ">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center">3. 
Linux Debian
  </th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="ch14s02.html">Précédent</a> </td>
<th width="60%" align="center">Chapitre 14. 
Support à la configuration persistante IPv6 dans les distributions Linux
 </th>
<td width="20%" align="right"> <a accesskey="n" href="ch15.html">Suivant</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="sect1" lang="fr">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="Configuration-Debian-Linux"></a>3. 
Linux Debian
  </h2></div></div></div>
<p>
Les informations qui suivent sont une contribution de Stéphane Bortzmeyer &lt;bortzmeyer chez nic point fr&gt;
  </p>
<div class="orderedlist"><ol type="1">
<li><p>
Assurez-vous qu'IPv6 soit chargé; soit il est compilé dans le noyau, soit il est chargé comme module. Dans ce dernier cas, trois solutions, l'ajouter à /etc/modules, utiliser la configuration ci-dessous, ou utiliser kmod (non détaillé ici).
   </p></li>
<li><p>
Configurez votre interface. Par exemple, ici, nous considérons la prise en compte de eth0, avec pour adresse “3ffe:ffff:1234:5::1:1”. Editez /etc/network/interfaces :
   </p></li>
</ol></div>
<pre class="programlisting">
iface eth0 inet6 static
        pre-up modprobe ipv6
        address 3ffe:ffff:1234:5::1:1
        # Pour rendre complètement indisponible l'auto-configuration:
        # up echo 0 &gt; /proc/sys/net/ipv6/conf/all/autoconf
        netmask 64
        # Le routeur est auto-configuré, et n'a pas d'adresse fixe.
        # Il est déterminé comme par magie
        # (/proc/sys/net/ipv6/conf/all/accept_ra). Sinon:
        # gateway 3ffe:ffff:1234:5::1

  </pre>
<p>
Puis vous rebootez, ou alors vous faites juste
  </p>
<pre class="programlisting">
# ifup --force eth0

  </pre>
<p>
Et vous avez votre adresse statique.
  </p>
<div class="sect2" lang="fr">
<div class="titlepage"><div><div><h3 class="title">
<a name="id2544553"></a>3.1. 
Plus d'information
   </h3></div></div></div>
<div class="itemizedlist"><ul type="disc">
<li><p>
<a href="http://people.debian.org/~csmall/ipv6/" target="_top">IPv6 sur Linux  Debian</a> par Craig Small
    </p></li>
<li><p>
<a href="http://www.jipo.org/jim/Jims_LAN_IPv6_global_connectivity_howto.html" target="_top">HOWTO pour Freenet6 &amp; les utilisateurs</a> de Jean-Marc Liotier (annoncé le 24.12.2002 sur <a href="ch23s05.html" title="5. 
Les listes de diffusion
  ">la liste de diffusion</a> users@ipv6.org )
    </p></li>
</ul></div>
</div>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="ch14s02.html">Précédent</a> </td>
<td width="20%" align="center"><a accesskey="u" href="ch14.html">Niveau supérieur</a></td>
<td width="40%" align="right"> <a accesskey="n" href="ch15.html">Suivant</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">2. 
Linux SuSE
   </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Sommaire</a></td>
<td width="40%" align="right" valign="top"> Chapitre 15. 
L'auto-configuration et la mobilité
 </td>
</tr>
</table>
</div>
</body>
</html>