Hurricane Electric's IPv6 Tunnel Broker Forums

General IPv6 Topics => IPv6 on Linux & BSD & Mac => Topic started by: sgrayban on March 30, 2019, 12:06:13 AM

Title: How to add my static ipv6 IP's ?
Post by: sgrayban on March 30, 2019, 12:06:13 AM
I setup my tunnel and it does ping ipv6 sites and I can access them but I am stuck on how to add them.

This is my interface entrie:

auto he-ipv6
iface he-ipv6 inet6 v4tunnel
        address 2001:470:1F01:FFFF::109
        netmask 64
        endpoint 64.71.128.83
        local 63.230.134.161
        ttl 255
        gateway 2001:470:1F01:FFFF::108


Do I just add my ipv6 to eth0 or to the he-ipv6 interface ?
Title: Re: How to add my static ipv6 IP's ?
Post by: cholzhauer on April 01, 2019, 04:35:26 AM
Are you talking about your routed /64?  You assign an IP address to another interface on your router that connects to the rest of your network, same as you would for IPv4.  You then route any Internet-bound traffic from the rest of your /64 out your tunnel interface.