= Sperimentazione IPv6 = == Da provare == * Firmware IPv6-oriented per wrt: http://www.research.earthlink.net/ipv6/ * Linux IPv6 Router Advertisement Daemon (radvd) http://www.litech.org/radvd/ * Tunnel 6to4 http://en.wikipedia.org/wiki/6to4 http://www.pluto.it/files/ildp/HOWTO/Linux+IPv6-HOWTO/configuring-ipv6to4-tunnels.html http://tldp.org/HOWTO/Linux+IPv6-HOWTO/configuring-ipv6to4-tunnels.html == Teredo == Teredo un modo per fare del tulleling ipv6 dentro ipv4 e a differenza degli altri sistemi che spesso sono bloccati o vanno configurati di volta in volta dovrebbe funzionare da subito. === Midedo === Miredo la realizzazione di Teredo per Linux OSX BSD == Links == * http://www.pluto.it/ildp/howto/ipv6.html (Linux IPv6 Howto - Italiano) * http://tldp.org/HOWTO/Linux+IPv6-HOWTO/ (Linux IPv6 Howto - English) * http://www.remlab.net/miredo/ * http://en.wikipedia.org/wiki/Teredo_tunneling *http://www2.garr.it/conf_05_slides/s_lucetti-IPv6_mobility.pdf (mobilità con ipv6) == Configurazione == * olsrd.conf (vedi sotto) * [[http://wiki.ninux.org/radvd|radvd]] {{{ ######### olsrd6.conf ############ DebugLevel 0 IpVersion 6 Pollrate 0.025 FIBMetric "flat" UseNiit no SmartGateway no Hna6 { 2001:4c00:893b:XXXX:: 64 } UseHysteresis no TcRedundancy 2 MprCoverage 7 LinkQualityLevel 2 LinkQualityAlgorithm "etx_ff" LinkQualityAging 0.05 LinkQualityFishEye 1 LoadPlugin "olsrd_txtinfo.so.0.1" { PlParam "port" "2006" PlParam "Accept" "::" } InterfaceDefaults { HelloInterval 3.0 HelloValidityTime 125.0 TcInterval 2.0 TcValidityTime 500.0 MidInterval 25.0 MidValidityTime 500.0 HnaInterval 10.0 HnaValidityTime 125.0 } Interface "ath0" { Mode "mesh" IPv6Multicast FF02::6D } Interface "eth0" { Mode "ether" } ###################################### }}} == Note == Configurazione olsr pisa template {{{ DebugLevel 0 IpVersion 6 LoadPlugin "olsrd_txtinfo.so.0.1" { PlParam "Accept" "0::0" } Interface "eth0" { Mode "ether" IPv6Multicast FF0E::1 IPv6Src 2001:470:1f12:325:0015:f2dc:faa6:101 } Interface "eigen0" { Mode "ether" IPv6Multicast FF0E::1 IPv6Src 2001:470:1f12:325::3 } Interface "ninux" { Mode "ether" IPv6Multicast FF0E::1 IPv6Src 2001:470:1f12:325::69 } Hna6 { 2000::0 3 2001:470:c8f6:0015::0 64 } }}}