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 ... 12 13 [14] 15 16 ... 79
196
How to / Re: Tutorials
« on: July 27, 2024, 11:53:18 PM »
Probably anything AWS Monster or Sandeep doesn't cover is fair game. I've done so much dabbling over the last 5 years I can't recall anything specific that had stumped me at the time...

Ditto.

That's why I was looking for suggestions.

197
Information / Re: Waiting on billing
« on: July 27, 2024, 11:51:29 PM »
Location -- going from the US to Eastern Europe can trigger alarm bells (esp. the first time).

I do it every month, and it still rings alarms.  :-\

198
How to / Tutorials
« on: July 27, 2024, 10:57:18 PM »
Anyone have any suggestions on tutorials that need to be made or want made for CWP?

199
Information / Re: Waiting on billing
« on: July 27, 2024, 10:53:25 PM »
I've had that problem with various companies.

The payment request goes to the credit card company, and shows pending.
Just to find out the credit card company blocked it for 'fraud'.
After about 3 days it all disappears.

It's annoying, and the credit card companies never give details on why.

200
Apache / Re: Issues with brand new fresh install with almalinux 9.4
« on: July 27, 2024, 06:21:32 AM »
AlmaLinux 8 is NOT EOL -- it is supported almost to the end of the decade. CWP 9 is still in beta, and EL9 releases are still a bit young -- not what you want as a foundation for a server. (CentOS 8 Stream is EOL)

Contabo removed AlmaLinux 8 from their supported OS's.
There are a couple others that have done the same thing, not knowing AL8 & AL9 are running concurrent.

201
Apache / Re: Issues with brand new fresh install with almalinux 9.4
« on: July 27, 2024, 06:19:39 AM »
You can't have any services installed before installing CWP.

So if Apache is working 'out of the box', you are installing AlmaLinux 9.4 LAMP.
That won't work.

Reimage with the bare AlmaLinux 9.4

Setup your networking, hostname, timzone.

Then:

Code: [Select]
dnf install dnf-plugins-core
Code: [Select]
dnf install elrepo-release epel-release -y
Code: [Select]
/usr/bin/crb enable
Code: [Select]
dnf --refresh update
Code: [Select]
dnf install nano wget ipset ebtables iptables uuid uuid-devel libuuid-devel m4 pcre pcre-devel zlib-devel perl-DBD-MySQL perl-IPC-Cmd perl-Pod-Html perl-Sys-Hostname perl-libwww-perl.noarch perl-LWP-Protocol-https.noarch perl-GDGraph libtool s-nail htop sysstat python3-perf ImageMagick ImageMagick-devel -y
Code: [Select]
dnf --refresh update
Code: [Select]
dnf install clamav* clamd
Code: [Select]
dnf clean all
Code: [Select]
cd /usr/local/src
Code: [Select]
wget http://centos-webpanel.com/cwp-el9-latest
Code: [Select]
sh cwp-el9-latest
Code: [Select]
dnf install spamassassin amavis
To updated MariaDB follow:
https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/

Reboot

Configure & Start CSF

202
Information / Re: Waiting on billing
« on: July 27, 2024, 06:11:18 AM »
Never had a problem paying our invoices with PayPal to CWP either.

But as I've mentioned in the past, CWP doesn't monitor the forums for billing issues.

Did you check your credit card and se ethe charge?
Not just a hold, but a charge?

203
E-Mail / Re: Port 25 closed for outgoing emails
« on: July 27, 2024, 06:06:39 AM »
Back in February 2023, Google required DKIM, SPF, PTR.

See: https://support.google.com/a/answer/14229414?hl=en

Your upstream also could have closed port 25 for various reasons.
Most providers have that port closed by default due to spammers.

You error tells you the problem, "corresponding forward DNS entry 550-5.7.25 does not match the sending IP."

This is usually, but not always a spammer who found & is using an open relay, and since CWP by default has SMTP relay disabled, them you need to check your PTR record for your base IP, to make sure it matches the hostname.

And again, make sure your sending domain has all the required DNS entries.

204
DNS / Re: dns not propapating
« on: July 25, 2024, 08:33:07 PM »
I agree with @overseer, just use Cloudflare.

You also get the advantage of PROXY service for free to help mitigate attacks.

205
CentOS-WebPanel Bugs / Re: CWP -> CWP Migration (Centos 9)
« on: July 22, 2024, 01:04:33 AM »
I hope you are using AlmaLinux 9, and no the beta OS CentOS 9 Stream.

This is/was known bug in running CWP on AlmaLinux 9.

206
CSF Firewall / Re: error on firewall
« on: July 21, 2024, 10:05:52 AM »
What OS are you trying to run within OpenVZ?

OpenVZ was outdated awhile ago, and openvz.org doesn't even open for me.
Even their repo, redirects to https://bitbucket.org/openvz/workspace/repositories/ now.

Maybe try something newer like Proxmox with a AlmaLinux 8 or 9 environment for your testing.

207
CentOS 8 Problems / Re: Could not resolve host: mirrorlist.centos.org
« on: July 17, 2024, 06:16:27 PM »
Dayum, I have so much configuration and stuff on this server, migration will probably have to be manual, I guess I will have to start over with a fresh install..

Best is bring up another server, and use the CWP -> CWP Migration Tool.

208
CentOS 8 Problems / Re: Could not resolve host: mirrorlist.centos.org
« on: July 17, 2024, 06:14:36 PM »
Official site & guides to migrate to AlmaLinux.

https://almalinux.org/elevate/

210
CentOS 8 Problems / Re: Could not resolve host: mirrorlist.centos.org
« on: July 16, 2024, 07:57:41 PM »
Agreed, CentOS Stream 8 went EOL before CentOS 7 actually did.

Mirrors have removed those repos to save space to current OS's.

That's why it was never recommended to run a beta OS like Stream, or an alpha OS like Fedora for production servers.

You can manually edit your repo and see if putting vault. at the beginning works, but it's not guaranteed.

Also see:
https://kb.starburstservices.com/common-issues/could-not-resolve-host-mirrorlist-centos-org-on-centos-stream-8/


Pages: 1 ... 12 13 [14] 15 16 ... 79