Category: Debian
-
Enable IPv6 on Direct Admin
It was rather easy to get IPv6 working with DA if you have the IPv6 subnet allocated for your server. Make sure that you have IPv6 enabled on your DA. # grep ipv6 /usr/local/directadmin/conf/directadmin.conf ipv6=1 Add the IPv6 Addresses to your direct admin, through IP Management (This will add IPv6 address to the interface). Enter…
-
Install directadmin on Debian 6
Install the basic debian server without any server components Install the dependency packages: # sudo apt-get install gcc g++ make flex bison openssl libssl-dev perl perl-base perl-modules libperl-dev libaio1 libaio-dev bind9 Purchase and register the server ip at directadmin.com Once the license is activated, login to the server: $ wget http://www.directadmin.com/setup.sh $ chmod 755 setup.sh…