In fact, the tunnel created was always connected to my my PC when i powered-on it before the router (=> mistake)

So, i change all the configuration and create new tunnel.
I also decided to configure DUAL STACK.
Now it works since 2hr.

Here is the configuration of the CISCO :
Router DUAL STACK + TUNNEL IPv6 Huricane Electric (Ethhernet0 - Tunnel0) + Routed / 48 (FastEthernet0)
-------------------------------------------------------------------------------------------------------------------------
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R6in4
!
boot-start-marker
boot-end-marker
!
enable secret 5 xxxx
enable password xxxx
!
no aaa new-model
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.65 192.168.1.69
!
ip dhcp pool LAN2v4
network 192.168.1.64 255.255.255.192
dns-server 192.168.1.1
default-router 192.168.1.65
!
!
ip name-server 2620:0:CCC::2
ip name-server 2620:0:CCD::2
ip name-server 208.67.222.222
ip name-server 208.67.220.220
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
ipv6 unicast-routing
ipv6 dhcp pool LAN2
dns-server 2620:0:CCC::2
dns-server 2001:470:20::2
!
username xxxx privilege 15 password xxxxx
!
interface Tunnel0
description HE IPV6 TUNNEL BROKER
no ip address
ipv6 address 2001:470:1F14:FB1::2/64
ipv6 enable
tunnel source 192.168.1.48
tunnel destination 216.66.84.46
tunnel mode ipv6ip
!
interface Ethernet0
description LAN1toBOX IPV4
ip address 192.168.1.48 255.255.255.192
half-duplex
!
interface FastEthernet0
description LAN2 IPV6
ip address 192.168.1.65 255.255.255.192
speed auto
ipv6 address 2001:470:xxxx::1/64
ipv6 enable
ipv6 nd other-config-flag
ipv6 dhcp server LAN2
!
interface Serial0
no ip address
shutdown
no fair-queue
!
interface Serial1
no ip address
shutdown
!
router rip
version 2
network 192.168.1.0
!
no ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 192.168.1.1
!
!
ipv6 route 2001:470:xxxx::/48 FastEthernet0
ipv6 route ::/0 Tunnel0
!
!
end
Here is a connectivity test from another tunnel broker, in fact i ping and tracert my FastEthernet IPv6 address :
C:\>ping 2001:470:xxxx::1
Envoi d'une requête 'Ping' 2001:470:xxxx::1 avec 32 octets de données :
Réponse de 2001:470:xxxx::1 : temps=80 ms
Réponse de 2001:470:xxxx::1 : temps=78 ms
Réponse de 2001:470:xxxx::1 : temps=79 ms
Réponse de 2001:470:xxxx::1 : temps=90 ms
Statistiques Ping pour 2001:470:xxxx::1:
Paquets : envoyés = 4, reçus = 4, perdus = 0 (perte 0%),
Durée approximative des boucles en millisecondes :
Minimum = 78ms, Maximum = 90ms, Moyenne = 81ms
C:\>tracert 2001:470:xxxx::1
Détermination de l'itinéraire vers 2001:470:xxxx::1 avec un maximum de 30 sauts.
1 38 ms 38 ms 37 ms 2001:5c0:1400:b::2
2 37 ms 37 ms 37 ms ve8.ipv6.colo-rx4.eweka.nl [2001:4de0:1000:a22::1]
3 41 ms 37 ms 42 ms 9-1.ipv6.r2.am.hwng.net [2001:4de0:a::1]
4 61 ms 56 ms 67 ms 20gigabitethernet1-3.core1.ams1.ipv6.he.net [2001:7f8:1::a500:693
:1]
5 47 ms 44 ms 46 ms gige-gbge0.tserv11.ams1.ipv6.he.net [2001:470:0:7d::2]
6 81 ms 87 ms 79 ms 2001:470:xxxx::1
Itinéraire déterminé.
Next step : join a http site on the lab IPv6.
Thank for your answers.