Configurar Tunnel Broker em Debian

Esta é a configuração que utilizo para rotear a /64 do Tunnel Broker.

auto he-ipv6
iface he-ipv6 inet6 v4tunnel
    address [Client IPv6 Address]
    netmask 64
    ttl 64
    gateway [Server IPv6 Address]
    endpoint [Server IPv4 Address]
    local [Client IPv4 Address]

    up /sbin/ifconfig eth0 inet6 add [Routed IPv6]:1/64
    up /sbin/ifconfig eth0 inet6 add [Routed IPv6]:2/64
    up /sbin/ifconfig eth0 inet6 add [Routed IPv6]:n/64

    down /sbin/ifconfig eth0 inet6 del [Routed IPv6]:1/64
    down /sbin/ifconfig eth0 inet6 del [Routed IPv6]:2/64
    down /sbin/ifconfig eth0 inet6 del [Routed IPv6]:n/64

Esta configuração tem de ser adicionada ao ficheiro /etc/network/interfaces. De salientar que é necessário confirmar que o nome do seu interface é eth0.

Nuno

Ler mais posts deste autor.