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

Pages: [1]
1
you can disable csf or modify csf conf and reload new config

to disable csf
csf -x

edit and restart
nano /etc/csf/csf.conf
csf -r

Thanks I found the temporary solution here. Now the ssl does not work, but I was able to access the panel.
https://forum.centos-webpanel.com/centos-7-problems/cwpsrv-service-failed-emerg/

2
I have changed the port of your SSH server to 58888 but I have not changed the firewall rules accordingly. I think I did not do the second part of the tutorial: http://wiki.centos-webpanel.com/how-to-change-ssh-port

How to fix the firewall configuration to allow access through SSH because I currently have access only by VNC and I can not access the CWP panel either?

All domains work with SSL.
VPS Centos 7

The error: https://drive.google.com/file/d/16eTQKvj2TGhlHMaClh06dh4dlGC8FamF/view?usp=sharing
ip6tables results: https://drive.google.com/file/d/16db4q9XXvf2puzYo5Auv6xyHlpBDf82n/view?usp=sharing

3
I have changed the port of your SSH server to 58888 but I have not changed the firewall rules accordingly. I think I did not do the second part of the tutorial: http://wiki.centos-webpanel.com/how-to-change-ssh-port

How to fix the firewall configuration to allow access through SSH because I currently have access only by VNC and I can not access the CWP panel either?

All domains work with SSL.
VPS Centos 7

The error: https://drive.google.com/file/d/16eTQKvj2TGhlHMaClh06dh4dlGC8FamF/view?usp=sharing
ip6tables results: https://drive.google.com/file/d/16db4q9XXvf2puzYo5Auv6xyHlpBDf82n/view?usp=sharing

4
DNS / Re: How to Setup DNS (BIND) on server
« on: November 30, 2018, 09:44:41 PM »
How to configure if I have only one IP?

It's required that you have installed CentOS WebPanel and 2 IP addresses.


Settings
- DNS Functions --> Edit NameServers IPs
Add here your subdomains you want to use for NameServers and one IP for each nameserver eg.
ns1.centos-webpanel.com --> 185.4.149.83
ns1.centos-webpanel.com --> 185.4.149.90

- Your Main Domain or Subdomains need's to have A record to this server IPs

How to set A Records for Name Servers
1. Create new account on the server with domain name which you will use for nameservers (example: test.com)
2. Edit DNS zone for this domain go to DNS Functions --> List DNS Zones and click on your domain
3. Add records for your nameservers at end of the file:

ns1     14400   IN      A       NS1_SERVER IP
ns2     14400   IN      A       NS2_SERVER IP

example:

ns1     14400   IN      A       120.130.110.122
ns2     14400   IN      A       120.130.110.123
this will create nameservers: ns1.test.com and ns2.test.com

- Setup Shared IP
WebPanel Settings --> WebPanel Settings --> Shared IP


CASE 1
If you have only A record for main domain set to one IP than you need to make new account on this server and add in DNS records subdomains.

CASE 2
If you have at yours domain register set domain records for each subdomain to IP than you are ready to go and you can start adding DNS zones or creating accounts.

Changing DNS records can take up to 24 hours.

For some domain registers you will need to have your server hostname to have A record to NS1 IP:
eg.  myhostname.centos-webpanel.com --> 185.4.149.83

START DNS (BIND) server
go to Service Config --> Chkconfig manager and click "ON" for named service.
now go to index page and start BIND DNS Server by clicking Start



Don't forget that the nameservers must be registered with your domain registrar.

Godaddy Instructions
https://support.godaddy.com/help/article/12317/setting-custom-nameservers-for-domains-registered-with-us?locale=en

Enom Instructions
http://www.enom.com/help/faq_dns.asp

5
CentOS 7 Problems / Re: Many problems after change PHP version
« on: November 26, 2018, 11:47:22 AM »
Install previous versions of php.

Pages: [1]