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

Pages: 1 ... 20 21 [22] 23 24 ... 91
316
CentOS-WebPanel Bugs / Re: Cannot Add Nat IP
« on: September 13, 2024, 02:19:31 AM »
? You should be using one of the following IP ranges for your private LAN:
  • 10.0.0.0 - 10.255.255.255
  • 172.16.0.0 - 172.31.255.255
  • 192.168.0.0 - 192.168.255.255
https://www.iana.org/help/private-addresses

16.10.x.x is a publicly routable address...

317
MySQL / Re: MySQL backup recovery
« on: September 13, 2024, 01:46:09 AM »
Do you have backups enabled? You should be backing up daily, weekly, monthly. I also make a practice of regularly doing a mysqldump of all DB, so I can do disaster recovery for clients if needed.

318
Are you not still allowing the CWP ports in CSF? You need at least 22, 2031, 2083, (and usually) 2087 open to be able to access your server.

319
Information / Re: How to create a second account for the Admin Panel
« on: September 12, 2024, 04:51:49 AM »
I always make a dedicated sudo (admin) user on every server I administer. That way you can SSH in as that user, then sudo or sudo -s to root for any tasks that need elevated privileges. But then you don't have to PermitRootLogin in your SSH configuration. Unfortunately, you won't be able to login to CWP as that sudoer.

320
Suggestions / Re: Brazilian Portuguese x Portugal Portuguse
« on: September 12, 2024, 04:47:31 AM »
After uploading your custom flag image, be sure to set it as immutable:
Code: [Select]
chattr +i /path/to/fileOtherwise a future CWP update may blow it away.

321
Nginx / Re: How to update NGINX version to version 1.26.2
« on: September 05, 2024, 08:51:33 PM »
Are you running an EL8 release (AlmaLinux 8 or Rocky Linux 8)? [You should be...]
https://blog.alphagnu.com/update-nginx-to-latest-official-version-in-centos-8-el8-cwp/

322
CentOS 7 Problems / Re: Email forwarding to Gmail is not working
« on: September 04, 2024, 05:56:36 PM »
Welcome back, cyberspace!

323
CentOS 7 Problems / Re: spamhaus.org DQS with Spamassassin
« on: August 28, 2024, 02:25:47 AM »
Sign up for their DQS service, get an API key, and configure it as per their guides. Just a little bit of legwork to use a very good anti-spam tool.

324
E-Mail / Re: All outgoing mail stays in mail queue (connection time out)
« on: August 28, 2024, 02:24:15 AM »
I don't know... I was expecting that CWP7pro knows how to set up a server  :-\
Funny, CWP expects that you know how to set up a server ;)

325
Other / Re: New topic and new reply form not secured by SSL
« on: August 24, 2024, 09:40:33 PM »
Indeed, I keep Opera Beta around for occasional VPN features -- although I also have a VPN Unlimited lifetime account as well (good value). But Vivaldi has definitely supplanted Opera for daily use in my toolbox -- it's my preferred Chromium engine browser, with Firefox (Gecko) and Safari (WebKit) around for compatibility testing.

326
SSL / Re: DNS Redirection problem for xxx.com with www and without it
« on: August 24, 2024, 08:34:12 PM »
Maybe don't do a 301 redirect to HTTPS; instead do a meta refresh on the HTTP port, forwarding to HTTPS after n seconds.

327
DNS / Re: ip manager to delete ip
« on: August 24, 2024, 08:30:46 PM »
Indeed -- backflips & rejoicing!
 ;D

328
E-Mail / Re: zen.spamhaus.org or postfix or control web panel
« on: August 24, 2024, 08:28:17 PM »
Have you tried configuring it using their DQS service (with an API key)? I would test that scenario, too.

329
Information / Re: Guide or Posts about Migrating to CWP from cPanel
« on: August 24, 2024, 05:28:49 PM »
My last cPanel import was 2020 and I still have notes and a cleanup script if you run into specific issues. After doing the import, I had to manually rsync e-mails over due to stragglers during the DNS propagation period.

330
For DDoS protection, you need to go above the server level and employ Cloudflare at your infrastructure level. Apart from that, look at AWS Monster's CWP configuration guides for further server hardening.

Pages: 1 ... 20 21 [22] 23 24 ... 91