Hi,
I've searched for a solution but can't find it.
I have a clean vps debian lenny installed with directadmin with a ipv4 ip.
Now i want to add a ipv6 to work with a domain.
The domain dns is configured to aaaaa ipv6 address
I configured: /usr/local/directadmin/conf/directadmin.conf and I added:
restarted directadmin with command:
and checked if it configured:
I added the ipv6 address in directadmin and assigned the ipadress to a client and domain.
But somehow it does not work.
Do i need to add the ip to /etc/network/interface ?
if so, how do i do this? I have one ipv4 configured to this vps and looks like:
I've searched for a solution but can't find it.
I have a clean vps debian lenny installed with directadmin with a ipv4 ip.
Now i want to add a ipv6 to work with a domain.
The domain dns is configured to aaaaa ipv6 address
I configured: /usr/local/directadmin/conf/directadmin.conf and I added:
Code:
[B]ipv6=1[/B]
SSL=0
addip=/usr/local/directadmin/scripts/addip
----shortened-----
restarted directadmin with command:
Code:
root@vps:~# service directadmin restart
Stopping DirectAdmin: [ OK ]
Starting DirectAdmin: [ OK ]
and checked if it configured:
Code:
root@vps:~# cd /usr/local/directadmin
root@vps:/usr/local/directadmin# ./directadmin c |grep ipv6
ipv6=1
root@vps:/usr/local/directadmin#
I added the ipv6 address in directadmin and assigned the ipadress to a client and domain.
But somehow it does not work.
Do i need to add the ip to /etc/network/interface ?
if so, how do i do this? I have one ipv4 configured to this vps and looks like:
Code:
# 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 static
address 141.138.***
netmask 255.255.255.0
network 141.138.***
broadcast 141.138.***
gateway 141.138.***
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 80.***.67 80.***.66
dns-search vps.****.nl