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 - anandmys

Pages: 1 ... 4 5 [6] 7 8 9
76
OK SOLVED

Disabling networkmanager helped

This is the second server I encountered this issue.

https://forum.centos-webpanel.com/index.php?topic=5179.msg30045#msg30045

Quote
# systemctl stop NetworkManager
# systemctl disable NetworkManager
# nmcli device status

# systemctl list-unit-files | grep NetworkManager

# systemctl enable network.service
# systemctl restart network.service

Reboot The Machine
# reboot

Credit: https://www.awsmonster.com/2019/01/cwp-installation-perquisite-disable.html

I guess (not an expert), this should be done in cwp installation

77
Quote
rDNS/PTR check for IP 95.111.236.219 = not found!
rDNS/PTR check for IP 95.111.236.221 = not found!

but when i check reverse DNS from outside, it is resolving properly to hosting.siteurl.in

78
You have a nameservers hell going on

Code: [Select]
NS1.SITEURLHOSTING.COM. IN NS
;ANSWER
;AUTHORITY
SITEURLHOSTING.COM. 1799 IN SOA ns3.siteurl.in. support.siteurl.in. 2020051320 3600 7200 1209600 86400
;ADDITIONAL

Ok. I was thinking we can use multiple name server sets.

I have deleted all except

ns1.hostingawebsite.in
ns2.hostingawebsite.in

Also in cwp - name servers, have set these 2

Also in domain registrar has set ns1 and ns2 host records

Also A records & NS records are present

Anything else to be done?

Pick one nameserver set, set all your domains to it, and add glue records.  Too many lookups are cause DNS to fail

79
I am able to ping ns1.hostingawebsite.in and ns2.hostingawebsite.in to correct IPs from my computer and online ping tools.

Edit Nameservers inside CWP not resolving the same to IP

in etc/resolv.conf I have

Quote
nameserver 8.8.8.8
nameserver 8.8.4.4

80
List DNS Zone - > Check All Zones

All domains say

"has no address"

Looks like challenge in resolving IP addresses. Please help.

Example domain

absdecor.com

even tristarsudan.com DNS records are in this server.

81
CentOS 7 Problems / query (cache) '[domainname].com/MX/IN' denied
« on: May 15, 2020, 11:18:53 AM »
I am facing few issues with domain name resolving and DNS

BIND DNS is running

When I check status, I see a lot of lines similar to

Quote
May 15 13:11:59 hosting.siteurl.in named[11434]: client @0x7fa2540e2c00 146.88.17.133#61678 (tristarsudan.com): query (cache) 'tristarsudan.com/MX/IN' denied
May 15 13:11:59 hosting.siteurl.in named[11434]: client @0x7fa25410e820 146.88.16.132#41330 (tristarsudan.com): query (cache) 'tristarsudan.com/MX/IN' denied

Please suggest

82
Ok. I figured out the issue.

During cwp - cwp migration, domain path has changed from inside public_html to outside public_html

I am not sure if it is a bug or I did something wrong and observing it now after migration.

83
Rebuild vhosts

Did that .

No use.

84
CentOS 7 Problems / Default Web page showing instead of html pages
« on: May 15, 2020, 09:23:40 AM »
http://omkargroups.com/index.html

Please help. What might have gone wrong?

85
CSF Firewall / Re: error on firewall
« on: May 15, 2020, 04:01:14 AM »
Important, if you are using centos 7 : you need to disable default firewalld (shipped with Centos 7)
Quote
systemctl disable firewalld
systemctl stop firewalld

Then, Just simply disable csf

Quote
csf -x

And then re-enable it in CWP (on browser)

Thank you. This helped me

86
CentOS-WebPanel GUI / cwp to cep migration- firewall issue
« on: May 07, 2020, 01:53:22 PM »
Unable to migrate if the firewall is on.

I have opened 2304 port in both source.

If I turnoff firewall in destination server, migration works.

Please share exactly where i can change settings in firewall?

Default SSH port in source is not 22. Can it be a reason?

87
MySQL / Re: Mysql backup error during cwp to cwp migration
« on: May 07, 2020, 12:23:55 PM »
Solved

Droped a tablespace created by awordpress plugin

Quote
DROP TABLESPACE tablename;

88
MySQL / Mysql backup error during cwp to cwp migration
« on: May 07, 2020, 11:41:15 AM »
Got this error message. not sure how to check and correct

Quote
Error while creating DB mysql heritage Error heritage mysqldump: Got error: 1033: Incorrect information in file: ./heritage_herit/cerber_log.frm when using LOCK TABLES

89
Information / 502 - Service unavailable - SOLVED - for information
« on: May 07, 2020, 09:56:05 AM »
I had selected php-fpm

My CWPPro licence had expired

All websites had started showing 503 error

Unselecting force "PHP-FPM Selector" and rebuilding resolved the issue (CWPPro activation is taking time, so I am forced to take this route)

Hope this will help few newbies like me.

90
01. A) From Domains -> List Domains. Delete the Affected Domain.

How can one simply delete a domain and loose data?

I was troubled by same problem since 1 day.

here is what worked for me

https://forum.centos-webpanel.com/index.php?topic=8892.msg31059#msg31059

Note: I am not an linux expert. Very new to this

Pages: 1 ... 4 5 [6] 7 8 9