Page 1 of 1

--named yes

Posted: Wed Feb 17, 2016 3:16 am
by shanjie
Can I install the named on the running vestacp by running bash vst-install.sh --named yes?

I didn't install it at the beginning as I weren't planning to use it.

Re: --named yes

Posted: Thu Feb 18, 2016 6:32 pm
by tjebbeke
I don't think that it is possible to install extra features that way after an installation. You can try to look at the install script and execute only the parts that are needed.

Re: --named yes

Posted: Thu Jan 19, 2017 5:35 am
by Fleuv
I believe the best way to do is by just installing the bind9 package and after that adding it to /usr/local/vesta/conf/vesta.conf

You might have to restart vesta to be able to use it in vesta.

Re: --named yes

Posted: Sat Mar 03, 2018 2:31 pm
by youradds
Hi,

I've installed bind9, but what do I need to add into the vesta.conf file? I really don't fancy having to do a full server rebuild just to get the DNS stuff working with Vesta, so I'd appreciate any help :)

Cheers

Andy

Re: --named yes

Posted: Sun Apr 22, 2018 3:50 pm
by bsquang
Okay you can follow this :

yum install bind bind-utils bind-libs -y
wget http://c.vestacp.com/rhel/7/named/named.conf -O /etc/named.conf
chown root:named /etc/named.conf
chmod 640 /etc/named.conf
chkconfig named on
service named start

after that : insert into vesta.conf < DNS_SYSTEM='named'

Good luck