Debian Tutorials

Debian Tutorials


Step by step tutorials showing you how to install and configure various applications and services on Debian based Linux distros.

March 2024
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031

Categories


Configuring IPv6 tunneling with AICCU

Ástþór IPÁstþór IP

AICCU (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:

List of IPv6 tunnel brokers

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

Comments 2
  • Deviance
    Posted on

    Deviance Deviance

    Author

    How can i reconfigure?

    deviamd:/home/devike# aiccu
    aiccu (start|stop|brokers|tunnels|test|autotest|license|version) []


  • Neal McBurnett
    Posted on

    Neal McBurnett Neal McBurnett

    Author

    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”