Skip to content

Instantly share code, notes, and snippets.

@Blad3Mak3r
Last active November 11, 2022 00:23
Show Gist options
  • Save Blad3Mak3r/d379459e6319a852640e53f31081f729 to your computer and use it in GitHub Desktop.
Save Blad3Mak3r/d379459e6319a852640e53f31081f729 to your computer and use it in GitHub Desktop.
HE ipv6 Tunnelbroker configuration for Debian 11

TunnelBroker-Debian11

Configure /etc/network/interfaces

auto he-ipv6
iface he-ipv6 inet6 v4tunnel
        address   2001:470:xxxx::2
        netmask   48
        endpoint  xxx.xxx.xxx.xxx
        local     xxx.xxx.xxx.xxx
        ttl       255
        gateway   2001:470:xxx::1
post-up /sbin/ip -6 route replace local 2001:470:xxx::/48 dev lo

Add this to the end off /etc/sysctl.conf

. . .

net.ipv6.ip_nonlocal_bind = 1
net.ipv6.conf.<YOUR_MAIN_INTERFACE_NAME>.disable_ipv6 = 1
@whytf
Copy link

whytf commented Oct 9, 2022

Destination unreachable: Address unreachable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment