Skip to content

DirectSlave Installation script for DirectAdmin control panel on CentOS 7

Notifications You must be signed in to change notification settings

reedbarber/directslave-install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

directslave-install

Install free DirectSlave version 3.4.2 for DirectAdmin control panel on CentOS 7 64 bit as free DNS Cluster solutions.

I have taken it and modified it to work with DirectSlave GO Advanced version dor DirectAdmin. This shell script was installed on CentOS 7 64bit machine all works with NO issues.

If you have another OS you will need a bit to modify the script.

Aims

Running DirectSlave as secondary DNS Cluster for DirectAdmin control panel
Maintain updated documentation / tutorials on how to install & configure DirectSlave GO Advanced

Installing

Run command:
chmod +x directslave-install.sh
./directslave-install.sh (user) (passwd) (IP server DirectAdmin)
for customize DirectAdmin port, please use :
./directslave-install.sh (user) (passwd) (IP server DirectAdmin:port number)

After installation finished, change named.conf config to following

On the server DirectSlave
options {
listen-on port 53 { any; };
listen-on-v6 port 53 { none; };

allow-query { any; };
allow-notify { DirectAdmin_IP_server; };
allow-transfer { DirectAdmin_IP_server; };

On the server DirectAdmin
options {
listen-on port 53 { any; };
listen-on-v6 port 53 { none; };

allow-query { any; };
allow-notify { DirectSlave_IP_server_1, DirectSlave_IP_server_2; };
allow-transfer { DirectSlave_IP_server_1, DirectSlave_IP_server_2; };

What's New?

Installing DirectSlave including DirectSlave 3.2 with XSS patch
Root install check
Remove fail2ban and migrate to Firewalld
SSHD port updating
Install check

References

Original script by jordivn at https://forum.directadmin.com/showthread.php?t=43924&page=22&p=278112#post278112
DirectSlave software from https://directslave.com/download
VPS server provided by https://e-padi.com

About

DirectSlave Installation script for DirectAdmin control panel on CentOS 7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%