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.


Messages - CoriaWeb Hosting

Pages: 1 ... 3 4 [5] 6 7 ... 10
61
CentOS 7 Problems / Error with DNS and Clusters.
« on: April 25, 2020, 04:06:56 PM »
Hello!

A few days ago I discovered an error and opened a support ticket, since I don't get the right answer, I indicate it here in case someone knows how to fix it.

We continue to advance the module to give IPv6 support to CWP domains. We already have everything working, but recently ("We don't know if it was a CWP update") the changes made in the DNS files of the domains are not synchronized with the DNS cluster servers.

If we make any manual change from the "zone_editor" module, it will be correctly updated to the DNS clusters.

If we make the changes directly on the domain DNS file the changes in the DNS clusters are not synchronized. When I talk about the file, I mean any in this path: /var/named/domain.com.db

Does anybody know how we can get that when we make the changes directly on the file, the update to the DNS clusters is forced?

Our module uses the following function to edit the DNS file:

Code: [Select]
//***Escribir DNS****////
function escribirdns($dominio, $ipv6){
$cadena_a_agregar = '@ 14400 IN AAAA '.$ipv6;
$filenamedns = ('/var/named/'.$dominio.'.db');
$lineas = file($filenamedns);
$f = fopen($filenamedns, 'a');
fwrite($f, $cadena_a_agregar."\n");
fclose($f);
}
//***Fin Escribir DNS****////

Let's see if someone helps us.

Greetings!

62
Addons / Re: WHMCS not connecting to cwp
« on: April 23, 2020, 09:28:36 AM »
Thanks
curl (7) failed connect (my ip server) 2304 connection refused

That's because you haven't opened port 2304.

Greetings!

63
Addons / Re: WHMCS not connecting to cwp
« on: April 21, 2020, 09:13:03 AM »
The same thing happens to me, do not create the users, I have made the configuration of Add an IPV4 whitelist entry
Average udp 2301 to 2304
Open TCP \ UDP ports
2304 I don't know what else I can do, could someone advise me thanks

It works for us simply by opening port 2304.

Try this command from the server where you have the WHMCS system and tell me if it gives you an error:

Code: [Select]
curl -k "https://IPCWP:2304/v1/account" -X POST --data "key = PgvuEjKHRDbL1BB5BJxe9r4c5MjDFRz6Ncax5Lu70Qzsl" --data "action = list"
Greetings!

64
Updates / Changes detected in the changelog!
« on: April 21, 2020, 08:31:27 AM »
I'm so glad to see they're moving the change log.

https://control-webpanel.com/changelog

I hope that from now on you will report changes in the new versions here. This is very useful and it costs very little to report changes.

If the CWP team continues to listen to what we users report, they will be well on their way.

Greetings!

65
We've had a problem and we knew it was happening.

We have many domains, some "similar", for example:

domaindogs.com
domaindates.com

It's the same for us, I think CWP should expand the maximum number of characters in the user's name.

66
E-Mail / Re: Move "/var/vmail" to "/home/vmail"
« on: April 11, 2020, 02:43:41 PM »

Hello,

I need your help, because all emails are locate to /var/vmail/
and / is only 50 giga. I dont have more free space here,
How to change the directory of emails to correspondent folder for each user /home/%user...

Thank you so much.

https://wiki.centos-webpanel.com/move-varvmail-to-another-partition

67
Information / Re: Did CWP support IPV6?
« on: April 10, 2020, 10:31:24 PM »
We would love for CWP to have general IPv6 support.

So far, what we have done is a module that assigns IPv6 to CWP accounts, but we need CWP's help to improve it. We are currently using it privately on our servers and are improving bugs.

68
Thanks, I found an easy way to do it, which the CWP team could have told me already on the support ticket...

Here's what I did:

1 - Create a new file in: /usr/local/cwpsrv/htdocs/resources/conf/dns/bind/zones/ , with any name, but ending in .tpl = example.tpl.

2 - Copy the content of the file /usr/local/cwpsrv/htdocs/resources/conf/dns/bind/zones/default.tpl.

3 - Simply modify %dns-email% with the value of our generic email.

4 - Inside the CWP panel --> CWP Settings -> Edit Settings , modify the value: Default DNS Zone template . Here I have selected the file I created.

With this "I think" that it works, I will confirm it when I make several tests.

69
I've had this answered by ticket:


Quote
Hello,

This will be fixed in the next update coming soon

So let's hope to guess when it's fixed, since there's no change log.

;)

70
I think I've discovered something interesting.

If I log in as a user at:

https://IP:2083/

And click on Phpmyadmin = It works!

However, if the access is done from the "Account list" in the administration and I click on login in the user panel, if I go to Phpmyadmin = The indicated error.

Is there any way to correct this?

71
I have noticed that in several CWP servers (I think all of them), when I click on "Phpmyadmin" it shows me this error:

Quote
Login without a password is forbidden by configuration (see AllowNoPassword)

Is it happening to someone else or is it a bug in my servers?

Greetings!

72
We have created a DNS Cluster for the CWP servers.

Sorry if I don't understand some things, I use a translator and sometimes it's hard to understand :D

73
The problem is that if I have the email registered, always in all servers is configured from the beginning.

But CWP ignores it completely. ;)

74
I have noticed, that by using CWP, the law of personal data protection is violated.

I have already reported it to the CWP team, but it seems that it is not urgent, as I was told.

When you create a domain, the SOA record is created with the client's email, which is showing private information and can lead to fines for this.

The CWP team told me that this is because I didn't have an email registered at CWP, which is not correct, it was there from the first moment and creating new packages doesn't solve it either.

It is necessary that you modify the template with which the DNS records are created and that the SOA record is used the one we have indicated in CWP and not the client one.

This is very important for us, since the agency of protection of personal data can give us a fine. While they are fixing this, we are going to cancel all the administration services that we have contracted with CWP, since it is not fair that it has not been corrected yet.

Greetings!

75
Addons / Re: WHMCS not connecting to cwp
« on: April 04, 2020, 02:20:57 PM »
You have to open this port in the firewall:

2304

Pages: 1 ... 3 4 [5] 6 7 ... 10