Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - martend

Pages: [1]
1
Updates / Updating to PHP 7.* breaks DNS Master/Slave
« on: October 16, 2019, 08:39:44 PM »
So since PHP 5 will soon be EOL and I have a new setup, I thought it was a good idea to upgrade with the php switcher to a new version of php, i did go for 7.9. After updating I could not log in anymore in to my DNS Master/Slave UI, cause the switcher does not install all needed modules for that feature.

I tried to repair the DNS Manager GUI with the ioncube solution mentioned on the wiki or forum here somewhere, but no effect.
I would imagine that if you use the extra switcher feature, it would take in account that people run other addons from CWP on their setups.

Maybe it is possible to build such a function in, in a next release that the modules who are needed for DNS Master/Slave also are getting installed and configured. Since their are already a bunch of php modules checked in the list, so a few more checkboxes ticked won't hurt and will bring many people joy, instead of re-installing the nameserver again.

greetings
Martend

2
As the topic suggests my DNS 2 nameserver would not start up due unbalanced quotes. One of the problems is, is that the dkim_key get's cut off, so it's missing the final lines and the " of the key.

At first the script used to transfer and update, squashed the zonefile in to 2 lines, more machinecode than human readable.
Then I tried to sync the files with rsync without the script, which resulted in the problem of the dkim key getting cut off.

I have CWPro setup running on 3 Google Cloud Instances and followed the setup as described in the CWP wiki.

3
DNS / Steps to take to run two own dedicated nameservers?
« on: October 13, 2019, 09:40:00 PM »
So I tried to follow the basic tutorial on this, found on this subject here on CWP, but I kept getting some errors.
I'm trying to figure out the right steps to take to get two dedicated nameservers working with my CWP.

What I have done so far:

I got myself a new domain by my registar. There I created a basic DNS with

nameserver 1 bind9 installed, pointing to it's static public ip
nameserver 2 bind9 installed, pointing to its static public ip
the server with CWP on it, using the Nat'd setup

All three servers have the same domain. like ns1.mydomain.com - ns2.mydomain.com cwp.mydomain.com

From what I understand, I have to change the nameservers on my registar to my own for the domain.

Also first thing to do in CWP is change the nameservers in my own.
When I do that, CWP shows that my nameservers resolve to the right IP addresses. 

What are the next step to take to get it working? Creating a user with the domain of the cwp and nameservers?
What changes do i need to make in the records? I saw for instance that after install of cwp, there are some records populated with
centos webpanel information.

Any help is more than welcome! :-)


Pages: [1]