Sophie

Sophie

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

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

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>1. 
Les différents périphériques réseau
  </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="ch05.html" title="Chapitre 5. 
Configurer les interfaces
 ">
<link rel="prev" href="ch05.html" title="Chapitre 5. 
Configurer les interfaces
 ">
<link rel="next" href="ch05s02.html" title="2. 
(dé)Montage des interfaces
  ">
</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">1. 
Les différents périphériques réseau
  </th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="ch05.html">Précédent</a> </td>
<th width="60%" align="center">Chapitre 5. 
Configurer les interfaces
 </th>
<td width="20%" align="right"> <a accesskey="n" href="ch05s02.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="id2539042"></a>1. 
Les différents périphériques réseau
  </h2></div></div></div>
<p>
Sur un noeud, il existe différents périphériques réseau. Ils peuvent être
  </p>
<div class="itemizedlist"><ul type="disc">
<li><p>
Physiquement rattachés, comme eth0, tr0
   </p></li>
<li><p>
Virtuellement existants, comme ppp0, tun0, tap0, sit0, isdn0, ippp0
   </p></li>
</ul></div>
<div class="sect2" lang="fr">
<div class="titlepage"><div><div><h3 class="title">
<a name="id2539074"></a>1.1. 
Physiquement rattachés
   </h3></div></div></div>
<p>
Les interfaces physiquement rattachées, comme Ethernet ou Token-Ring, sont la norme et n'ont pas besoin d'un traitement particulier.
   </p>
</div>
<div class="sect2" lang="fr">
<div class="titlepage"><div><div><h3 class="title">
<a name="id2539090"></a>1.2. 
Virtuellement existants
   </h3></div></div></div>
<p>
Les interfaces virtuellement rattachées ont toujours besoin d'un traitement particulier.
   </p>
<div class="sect3" lang="fr">
<div class="titlepage"><div><div><h4 class="title">
<a name="id2539102"></a>1.2.1. 
Les interfaces de tunnelage IPv6-in-IPv4
    </h4></div></div></div>
<p>
Ces interfaces sont normalement dénommées sit<span class="emphasis"><em>x</em></span>. <span class="emphasis"><em>sit</em></span> est l'abréviation mise pour Simple Transition Internet (<span class="emphasis"><em>Simple Internet Transition</em></span>). Ce périphérique a la capacité d'encapsuler les paquets IPv6 à l'intérieur de paquets IPv4 et de les tunneler vers une extrémité étrangère.
    </p>
<p>
sit0 a une signification particulière et ne peut être utilisée pour des tunnels dédiés.
    </p>
</div>
<div class="sect3" lang="fr">
<div class="titlepage"><div><div><h4 class="title">
<a name="id2539139"></a>1.2.2. 
Les interfaces PPP
    </h4></div></div></div>
<p>
Les interfaces PPP acquiérent leur capacité IPv6 grâce à un démon PPP disposant d'IPv6.
    </p>
</div>
<div class="sect3" lang="fr">
<div class="titlepage"><div><div><h4 class="title">
<a name="id2539152"></a>1.2.3. 
Les interfaces RNIS HDLC
    </h4></div></div></div>
<p>
La capacité IPv6 pour HDLC avec encapsulation ip est déjà intégrée au noyau.
    </p>
</div>
<div class="sect3" lang="fr">
<div class="titlepage"><div><div><h4 class="title">
<a name="id2539166"></a>1.2.4. 
Les interfaces PPP RNIS 
    </h4></div></div></div>
<p>
Les interfaces PPP RNIS (ippp) ne sont pas disponibles pour IPv6 dans le noyau. Il n'est pas prévu que cela se fasse, puisqu'elles seront remplacées par une couche d'interface ppp plus générique.
    </p>
</div>
<div class="sect3" lang="fr">
<div class="titlepage"><div><div><h4 class="title">
<a name="id2539183"></a>1.2.5. 
SLIP + PLIP
    </h4></div></div></div>
<p>
Comme il a déjà été dit, ces interfaces ne supportent pas le transport IPv6 (l'émission est OK, mais la distribution à la réception ne fonctionne pas).
    </p>
</div>
<div class="sect3" lang="fr">
<div class="titlepage"><div><div><h4 class="title">
<a name="id2539198"></a>1.2.6. 
Le périphérique Ether-tap
    </h4></div></div></div>
<p>
Les périphériques Ether-tap sont prêts pour IPv6, et sont de plus configurables sans état. Pour être utilisés, le module “ethertap” doit être chargé au préalable.
    </p>
</div>
<div class="sect3" lang="fr">
<div class="titlepage"><div><div><h4 class="title">
<a name="id2539208"></a>1.2.7. 
Les périphériques tun
    </h4></div></div></div>
<p>
Actuellement, je ne les ai pas encore testés par moi-même.
    </p>
</div>
<div class="sect3" lang="fr">
<div class="titlepage"><div><div><h4 class="title">
<a name="id2539228"></a>1.2.8. 
ATM
    </h4></div></div></div>
<p>
01/2002: non supporté par l'actuel noyau vanille, supporté par l'extension USAGI.
    </p>
</div>
<div class="sect3" lang="fr">
<div class="titlepage"><div><div><h4 class="title">
<a name="id2539241"></a>1.2.9. 
Autres
    </h4></div></div></div>
<p>
Ai-je oublié une interface?...
    </p>
</div>
</div>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="ch05.html">Précédent</a> </td>
<td width="20%" align="center"><a accesskey="u" href="ch05.html">Niveau supérieur</a></td>
<td width="40%" align="right"> <a accesskey="n" href="ch05s02.html">Suivant</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">Chapitre 5. 
Configurer les interfaces
  </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Sommaire</a></td>
<td width="40%" align="right" valign="top"> 2. 
(dé)Montage des interfaces
  </td>
</tr>
</table>
</div>
</body>
</html>