In this tutorial we’ll install the Debian Linux 9 (squeeze), Apache 2 with mpm-itk (to run each web as a isolated user),...
Configuring IPv6 tunneling with AICCU
Ástþór IPAICCU (Automatic IPv6 Connectivity Client Utility) makes it easy for users to get IPv6 connectivity over IPv4 network.
1. Request a tunnel from a tunnel broker:
2. Install AICCU
apt-get install aiccu
When configuring aiccu you are asked to select a tunnel broker, input username and password and select a tunnel. All this information is provided by tunnel broker.
3. Your should now have IPv6 connectivity:
server1:~# ping6 ipv6.google.com
PING ipv6.google.com(2a00:1450:8002::63) 56 data bytes
64 bytes from 2a00:1450:8002::63: icmp_seq=1 ttl=57 time=92.3 ms
-
I’m behind a NAT at home, and I needed to manually tweak the /etc/aiccu.conf after it was mostly set up on install of the aiccu package, and tell it “behindnat true”. Odd that it didn’t figure that out itself, or ask about that in the configuration step.
This was actually on Ubuntu maverick.
@deviance, you can reconfigure it, as always, via “sudo dpkg-reconfigure aiccu”