It then has to file: /etc/network/interfaces be edited, then simply add the IPv6:
iface eth0 inet6 static
address 2001:41D0:1:218a::1
netmask 64
它给的例子是The dedicated server we are running configure with the IPv4: 213.186.35.9/24, this will lead to the following IPv6: 2001:41d0:1:209::/64.
但是这里interfaces文件加的又是2001:41D0:1:218a::1。所以我就很迷茫,不知道怎么弄了(如果例子IP和加的IP是一样的话,我就知道把这里的IP换成我的,但是两者不一样?)