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

Pages: 1 2 [3] 4 5 ... 56
31
DNS / Re: some problems only denic german domains
« on: March 16, 2024, 01:06:39 AM »
DNS GLUE Records are handled by your domain registrar usually.
I know godaddy and namecheap do.

It's usually recommended that you 2 different IP's on different servers for failover.

The domain name munichescorts.ml doesn't have any DNS listed according to Leaf DNS.
This isn't a problem with CWP, the registrar doesn't have any entries.

And this is from Many Tools (https://manytools.org/network/query-dns-records-online/):
Code: [Select]
"NS" DNS records for munichescorts.ml [Google DNS servers]:

No NS records found for munichescorts.ml [Google DNS servers].
(invalid Domain or DNS server?) -> DNS request failed: The domain name referenced in the query does not exist.

private-escort-girls.de has NS listed:
Code: [Select]
"NS" DNS records for private-escort-girls.de [Google DNS servers]:

private-escort-girls.de. 21600 IN NS ns1072.ui-dns.biz.
private-escort-girls.de. 21600 IN NS ns1063.ui-dns.de.
private-escort-girls.de. 21600 IN NS ns1102.ui-dns.org.
private-escort-girls.de. 21600 IN NS ns1054.ui-dns.com.

--

DNS GLUE-Einträge werden normalerweise von Ihrem Domain-Registrar verwaltet.
Ich weiß, dass Godaddy und Namecheap das wissen.

Für das Failover wird normalerweise empfohlen, zwei verschiedene IP-Adressen auf verschiedenen Servern zu verwenden.

Für den Domainnamen munichescorts.ml ist gemäß Leaf DNS kein DNS aufgeführt.
Mit CWP ist das kein Problem, der Registrar hat keine Einträge.

Und das ist von Many Tools (https://manytools.org/network/query-dns-records-online/):
Code: [Select]
"NS" DNS records for munichescorts.ml [Google DNS servers]:

No NS records found for munichescorts.ml [Google DNS servers].
(invalid Domain or DNS server?) -> DNS request failed: The domain name referenced in the query does not exist.

private-escort-girls.de hat NS gelistet:
Code: [Select]
"NS" DNS records for private-escort-girls.de [Google DNS servers]:

private-escort-girls.de. 21600 IN NS ns1072.ui-dns.biz.
private-escort-girls.de. 21600 IN NS ns1063.ui-dns.de.
private-escort-girls.de. 21600 IN NS ns1102.ui-dns.org.
private-escort-girls.de. 21600 IN NS ns1054.ui-dns.com.

32
DNS / Re: IPV6 Support on CWP
« on: March 16, 2024, 01:03:58 AM »
CWP only supports IPv4.

I've been asking for IPv6 support for years at this point.

You can manually add IPv6 to the Apache .conf files.
If you want to do this, and need an example let me know.

BIND will listen to all address on port 53 IPv4 & IPv6 by default.
And CWP will allow you to create AAAA records.

33
Could you please advise of the following:

What 'errors' and/or 'messages' are being displayed?

What distro are you trying to install CWP onto? / What distro are you are you running CWP on?

CWP Free or CWPpro?

VPS or Dedicated?

Public or NAT?

34
Installation / Re: MySQL root password is invalid!!! Error
« on: March 16, 2024, 12:57:36 AM »
Who, what? I swear I didn't know she was your sister...  ;D


I would recommend AlmaLinux 8.x
Most of our production servers (2 run AL 9) and mirrors are running that version.

The base install script from CWP (https://control-webpanel.com/installation-instructions#step4) works fine, and will install the CentOS version of MariaDB 10.4.

As overseer mentioned, you can install via the base script and then follow the Wiki to upgrade to MariaDB 10.11.

If you choose to modify the install script or upgrade later, just remember to select the Red Hat Enterprise Linux version 8 for the new MariaDB repo info.

Also when CWP finishs installing, cut & paste the info into a text file, just incase you nee dit down the road.
As that screen also shows you what you MariaDB password is.

At the end of the install, it will look like:

Code: [Select]
#############################
#      CWP Installed        #
#############################

Go to CentOS WebPanel Admin GUI at http://SERVER_IP:2030/

http://(SERVERS BASE IPv4):2030
SSL: https://(SERVERS BASE IPv4):2031
---------------------
Username: root
Password: ssh server root password
MySQL root Password: (SOME PASSWORD)

#########################################################
          CentOS Web Panel MailServer Installer
#########################################################
SSL Cert name (hostname): (HOSTNAME HERE)
SSL Cert file location /etc/pki/tls/ private|certs
#########################################################

Visit for help: www.centos-webpanel.com
Write down login details and press ENTER for server reboot!
xx files removed
Please reboot the server!
Reboot command: shutdown -r now
#

If you don't save that, you'll have to go thru a process to reset the MySQL (MariaDB) root password.
As it is NOT the same as the system root password.

35
Nginx / Re: How to change apache LimitRequestFieldSize?
« on: March 14, 2024, 06:04:20 PM »
Could you please advise of the following:

What distro are you trying to install CWP onto? / What distro are you are you running CWP on?

CWP Free or CWPpro?

Is this a PHP script?

36
CentOS 7 Problems / Re: Cron spot does not work
« on: March 14, 2024, 06:02:22 PM »
What does the following show?

Code: [Select]
systemctl status crond
If it says Not Running, and Inactive.
Run:

Code: [Select]
systemctl start crond
systemctl enable crond

37
Information / Re: Attention programmer
« on: March 13, 2024, 12:49:59 AM »
The install script located using:

Code: [Select]
cd /usr/local/src
wget http://centos-webpanel.com/cwp-el8-latest
sh cwp-el8-latest

Works perfectly fine on AlmaLinux 8.9 with creating the MariaDB 10.4 repo.
Just wish they would change it to 10.11.

You can also edit the file with nano before running it, and change the repo info manually.

Code: [Select]
cat > /etc/yum.repos.d/mariadb.repo <<EOF
# MariaDB 10.4 CentOS repository list - created 2020-06-23 23:26 UTC
# http://downloads.mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.4/centos8-amd64
module_hotfixes=1
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
EOF

Just edit that section with info you get from: https://mariadb.org/download/?t=repo-config
Make sure to select Red Hat Enterprise Linux 8 under the 'Choose a distribution' menu.

If you server isn't able to connect to the MariaDB repo, then something is going on with your network.
Could be your upstream's IP(s) are blocked.

Also maybe trying to set your servers DNS to Google DNS 8.8.8.8 & 8.8.4.4


38
Other / Re: billing response time
« on: March 11, 2024, 11:51:17 PM »
Then submit a ticket to support with the billing ticket number and note that it's been 3 days.

When I mentioned 24-48 hours, that normal hours. Monday - Friday.

39
CSF Firewall / Re: Still Get SSH Login Attempts with PW Auth Disabled
« on: March 11, 2024, 11:49:24 PM »
TCP_OUT doesn't matter.

Don't forget about UDP_IN, sometimes that will list port 22.

And TCP6_IN, if the server has IPv6 enabled.

40
Apache / Re: Apache is not installing through Select Web Servers
« on: March 11, 2024, 04:02:54 PM »
That's what happens when you run a beta version of an OS like Stream 8.
You can expect bugs.

If this is a test box, then that is fine.

For production use, use AlmaLinux 8 and you shouldn't have these problems.

41
That is a general vulnerability in SSH.

Whether you have CWP or not.

And another good reason to firewall your SSH.


In AlmaLinux 8.x, you have
Code: [Select]
ssh -V
OpenSSH_8.0p1, OpenSSL 1.1.1k  FIPS 25 Mar 2021

42
CSF Firewall / Re: Still Get SSH Login Attempts with PW Auth Disabled
« on: March 11, 2024, 03:56:24 PM »
They are hitting your SSH port, just block that port in CSF.

Any whitelisted IP's will still be able to login.

43
Other / Re: billing response time
« on: March 11, 2024, 03:54:31 PM »
Did you email them or submit a ticket via the system?

Usually their billing department will respond in 24-48 hours.

44
Information / Re: Attention programmer
« on: March 11, 2024, 03:52:54 PM »
CentOS 7 is EOL.
Allot of the repos for it are going offline, and has nothing to do with CWP.

If you install AlmaLinux 8.x, then CWP you won't have any problems.
Then once installed, follow the Wiki and upgrade MariaDB to 10.11 or higher.

45
SSL / Re: How to setup SSL before changing NS ?
« on: March 11, 2024, 03:50:38 PM »
SSL requires the domain name to resolve to the server IP.

Best option is to set the A record TTL to 5 mins. move the site, and create the SSL.

Pages: 1 2 [3] 4 5 ... 56