FAQ : Connectivity (Tunnels and Subnets) : How do I configure my machine to setup the IPv6 in IPv4 tunnel to the SixXS PoP?How do I configure my machine to setup the IPv6 in IPv4 tunnel to the SixXS PoP?The easiest way is by using AICCU, though if one wants to configure it manually or because AICCU doesn't support your platform, then you can pick your Operating system from the following list. AICCU can configure static, heartbeat and AYIYA tunnels. The manual methods described below only apply to static proto-41 tunnels. AYIYA and heartbeat tunnels require AICCU. Juniper (JunOS)Juniper is also plain and easy; but you do need a tunnel PIC:ip-0/3/0 { unit 101 { tunnel { source [Your IPv4 Endpoint]; destination [PoP IPv4 Endpoint]; } family inet6 { address [Your IPv6 Endpoint]/[Prefix Length]; } } } routing-options { rib inet6.0 { static { route 0::/0 next-hop [PoP IPv6 Endpoint]; } } } |