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.
181
DNS / Re: rDNS/PTR check for IP 192.168.1.150 = not found!
« on: April 04, 2020, 08:14:42 PM »
I got solution finally from
https://forums.centos.org/viewtopic.php?t=8660
Here is the answer that worked (Althogh not completely tested by me yet)
https://forums.centos.org/viewtopic.php?t=8660
Here is the answer that worked (Althogh not completely tested by me yet)
Code: [Select]
Is this host a server? If so, disable NetworkManager... as it was really designed for laptop use (example roaming wireless) and not a server which is typically configured with a static ip. To this day it boggles my mind as to why Red Hat includes this on a server image. In my opinion it should not be installed period, but since they insist on putting it in, it should at least be disabled by default. OK, enough of my rant...
Disable NetworkManager - chkconfig NetworkManager off
Stop NetworkManager - service NetworkManager stop
Change the NM_CONTROLLED=yes to no and save file
Restart networking - service network restart
182
DNS / Re: rDNS/PTR check for IP 192.168.1.150 = not found!
« on: April 04, 2020, 04:35:24 PM »
183
DNS / Re: rDNS/PTR check for IP 192.168.1.150 = not found!
« on: April 04, 2020, 01:40:09 PM »
1. I tried 5 different DNS servers
2. I am spending last 12 hours in Google. Let me see if Yahoo search throws some answer.
Any help from others?
2. I am spending last 12 hours in Google. Let me see if Yahoo search throws some answer.
Any help from others?
185
DNS / Re: rDNS/PTR check for IP 192.168.1.150 = not found!
« on: April 04, 2020, 11:06:04 AM »Try setting different resolvers, or have some patience - up to 48hrs.
Its done quite sometime back. PTR is resolving in online tools. Anyways let me wait
186
DNS / Re: rDNS/PTR Failed for hostname
« on: April 04, 2020, 09:47:07 AM »
Same issue. More details on how you solved this?
187
DNS Manager / Re: rDNS/PTR FAILED but it resolves to some adress
« on: April 04, 2020, 09:40:52 AM »
Ask your service provider to set PTR/rDNS
They might have given you the option in control panel also (Not inside CWP)
They might have given you the option in control panel also (Not inside CWP)
188
CentOS 7 Problems / Hostname related issue
« on: April 04, 2020, 09:17:41 AM »
I see some hostname related issues
In Change hostname I see
Your Hostname is: server.sslhosting.in and it resolves to IP: (ERROR: You don't have a valid hostname set!)
rDNS/PTR = FAILED, check with your hosting provider! FAILED
But server.sslhosting.in properly resolves to 173.249.22.198
Because of this, I see errors in BIND DNS status as well
Ex: Checking with google if domain is hosted on this server: FAILED
But websites are working.
In Change hostname I see
Your Hostname is: server.sslhosting.in and it resolves to IP: (ERROR: You don't have a valid hostname set!)
rDNS/PTR = FAILED, check with your hosting provider! FAILED
But server.sslhosting.in properly resolves to 173.249.22.198
Because of this, I see errors in BIND DNS status as well
Ex: Checking with google if domain is hosted on this server: FAILED
But websites are working.
189
DNS / Re: rDNS/PTR check for IP 192.168.1.150 = not found!
« on: April 04, 2020, 07:50:44 AM »
Same issue.
Reverse DNS (PTR) is correctly set. I can verify this from online tools.
My IP is 173.249.22.198
My server is server.sslhosting.in
But in 'Change Hostname' option I see
Your Hostname is: server.sslhosting.in and it resolves to IP: (ERROR: You don't have a valid hostname set!)
rDNS/PTR = FAILED, check with your hosting provider! FAILED
Reverse DNS (PTR) is correctly set. I can verify this from online tools.
My IP is 173.249.22.198
My server is server.sslhosting.in
But in 'Change Hostname' option I see
Your Hostname is: server.sslhosting.in and it resolves to IP: (ERROR: You don't have a valid hostname set!)
rDNS/PTR = FAILED, check with your hosting provider! FAILED
190
CWP API / Re: API endpoints Manual
« on: February 14, 2020, 02:35:30 PM »Hi,
Is there a link with API endpoints manual?
I would like to create some scripts to use the API to create accounts/emails etc. But I'm not finding the API manual link.
Thanks.
Regards,
Bruno Morais
https://docs.control-webpanel.com/
This doesn't talk about API endpoints.
I guess we should look here. https://wiki.centos-webpanel.com/cwp-admin-api
Any other detailed API endpoint document?
191
Information / Re: quota
« on: January 28, 2020, 05:23:32 AM »If email was correctly stored in the user's home (sub-)directory then it would serve multiple purposes, quota being one of them.Thx - which Data is Count in Option Quota? Only Webspace? And if so, will it be changed or extended to Database and Mail ... too?
Quota it is only disk quota for user's home directory.
And yes, we have it in a plans.
Is this possible currently?
192
Information / Re: quota
« on: January 27, 2020, 08:08:55 AM »
Any update or plans to include email and mysql usage in user quotas?
is centos webpanel designed also for reselling business?
is centos webpanel designed also for reselling business?
193
CentOS-WebPanel Bugs / Re: Setting up user quota doesnt work
« on: January 27, 2020, 08:02:22 AM »Code: [Select]
#
# /etc/fstab
# Created by anaconda on Thu May 10 19:11:59 2018
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/centos-root / xfs defaults,usrquota,grpquota 0 0
UUID=b6138c62-a2ac-44ab-8bc4-005d04b4d505 /boot xfs defaults 0 0
/dev/mapper/centos-swap swap swap defaults 0 0
194
CentOS-WebPanel Bugs / cwp to cwp migration
« on: January 27, 2020, 05:20:54 AM »
I tried to migrate and account from 1 panel to another
1. Remote server setup was succesful
2. I could migrate all packages
3. I tried migrating a single account. It was successful
4. Tried another account. It stopped at 10% for a long time.
5. I tried cancelling the transfer.
6. The transfer was not showing in the list.
7. But new server continued to login to remote server despite there was no pending transfers.
8. I even deleted the remote server from the list.
9. Even now, the server continues to login to remote server.
Questions
1. How to fix this?
2. Where can i see if any q present in server for account transfer?
1. Remote server setup was succesful
2. I could migrate all packages
3. I tried migrating a single account. It was successful
4. Tried another account. It stopped at 10% for a long time.
5. I tried cancelling the transfer.
6. The transfer was not showing in the list.
7. But new server continued to login to remote server despite there was no pending transfers.
8. I even deleted the remote server from the list.
9. Even now, the server continues to login to remote server.
Questions
1. How to fix this?
2. Where can i see if any q present in server for account transfer?
195
CentOS-WebPanel Bugs / Re: Setting up user quota doesnt work
« on: January 25, 2020, 09:46:07 AM »
No, update quota in packages not fixing this