VPS = Virtual private server? Not sure what that is
Yes.
And what's with the 2403 address?
Sorry... not with you on that one yet...
TDP:thinkdesignprint.co.nz>_ ~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:00:20:01:85:02
inet addr:117.121.243.25 Bcast:117.121.243.255 Mask:255.255.255.0
inet6 addr: 2403:cc00:1000:0:200:20ff:fe01:8502/64 Scope:Global
inet6 addr: fe80::200:20ff:fe01:8502/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:17415903 errors:0 dropped:0 overruns:0 frame:0
TX packets:6521116 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2696493719 (2.5 GiB) TX bytes:5064169671 (4.7 GiB)
Did I grab the wrong address to show you... I don't understand what the Scope stuff means yet.
You still need a IPv6 address on eth0
I dunno what your routed /64 is, but it's probably something like
ip addr add 2001:470:c:8e2::2/64 dev eth0
Ok that makes sense...
Ok... added that and still no ping to :1
modprobe ipv6
ip tunnel add he-ipv6 mode sit remote 66.220.18.42 local 184.104.87.104 ttl 255
ip link set he-ipv6 up
ip addr add 2001:470:c:8e3::2/64 dev he-ipv6
ip route add ::/0 dev he-ipv6
ip -f inet6 addr
ip addr add 2001:470:c:8e2::2/64 dev eth0
There's the commands I've issued again...
Haven't I now allocated :2 in two places?
ip addr add 2001:470:c:8e3::2/64 dev he-ipv6
ip addr add 2001:470:c:8e2::2/64 dev eth0
Sorry, I know my linux routing skills here are lacking... I do appreciate your patients with me. I feel like a right knob right now

Cheers Don