# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow-hotplug eth0 iface eth0 inet dhcp post-up /sbin/ifconfig eth0 inet6 add 2001:6f8:347::/64 post-up echo 1 > /proc/sys/net/ipv6/conf/all/forwarding post-up /etc/init.d/aiccu start post-up /etc/init.d/radvd start pre-down /sbin/ifconfig eth0 inet6 del 2001:6f8:347::/64