You are here
grassu - Thu, 2012/08/16 - 13:36
Hi,
is there any howto how to setup Turnkey (TRAC Appliance) to use only IPv6? The appliance is installed on a xenserver-6.
I already tried to modify the /etc/network/interfaces manualy but it doesn't work as expected.
I modified the file like described here (http://wiki.hetzner.de/index.php/Netzkonfiguration_Debian#Root-Server_2)
## /etc/network/interfaces Beispiel Hetzner Rootserver # Loopback-Adapter auto lo iface lo inet loopback # # IPv6 LAN auto eth0 iface eth0 inet6 static # Haupt-IPv6-Adresse des Servers address 2a01:4f8:61:20e1::2 netmask 64 # Host-Route, da das Gateway ausserhalb des eigenen /64 Blocks liegt up ip -6 route add 2a01:4f8:61:20e0::1 dev eth0 # Host-Route, da das Gateway ausserhalb des eigenen /64 Blocks liegt down ip -6 route del 2a01:4f8:61:20e0::1 dev eth0 # Default Route up ip -6 route add default via 2a01:4f8:61:20e0::1 dev eth0 down ip -6 route del default via 2a01:4f8:61:20e0::1 dev eth0
Every time I reboot, turnkey want's to configure the network.
Any help appreciated.
grassu
Forum:
Tags:
Thanks. I get it running now
Thanks. I get it running now with ipv4.
Add new comment