tunnelbroker给的配置模板仍在使用iface he-ipv6 inet6 v4tunnel的格式,其中v4tunnel已经在debian 12上弃用,如果仍然需要通过/etc/network/interfaces来配置,那么需要对应的改到下面的配置模板格式

auto he-ipv6iface he-ipv6 inet6 tunnel    mode sit    address tunnelbroker_ipv6地址    netmask 64    endpoint tunnelbroker_ipv4终端    local 本地ipv4接入地址    ttl 255    gateway  tunnelbroker_ipv6网关

记录一下,方便日后使用