6.在你复制出来的内容,注意uci set network.henet.password=这一行,然后选择Advanced界面,将Update Key后面的数字替换UPDATE_KEY_OR_PASSWORD,注意在引号内。这样内容应该是大概如下的内容:
opkg update
opkg install 6in4
uci set network.henet=interface
uci set network.henet.proto=6in4
uci set network.henet.peeraddr=66.220.18.42
uci set network.henet.ip6addr='XXXXXXX'
uci set network.henet.ip6prefix='XXXXXXX'
uci set network.henet.tunnelid=XXXXXX
uci set network.henet.username=XXXXXXXX
uci set network.henet.password='XXXXXXX'
uci commit network
uci set firewall.@zone[1].network='wan henet'
uci commit firewall