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

Pages: 1 ... 21 22 [23] 24 25 ... 29
331
CentOS 9 Problems / Re: How to allow domain in firewall?
« on: September 14, 2024, 07:12:00 PM »
Just add the domain name with www and without into the file csf.dyndns one by line:
Code: [Select]
www.configserver.com
configserver.com
extra.configserver.com

this will allow all traffic (incoming/outgoing, tcp/udp, all ports) to/from the hosts www.configserver.com,configserver.com, extra.configserver.com.

If the hosts from the file change ip periodically then change the line:
Code: [Select]
DYNDNS = "0"to something like:
Code: [Select]
DYNDNS = "300"(set your own value) in the file csf.conf. It instructs csf to check and whitelist the actual IP addresses of the hosts listed in csf.dyndns every 300 seconds.


332
CentOS 9 Problems / Re: How to allow domain in firewall?
« on: September 14, 2024, 05:42:52 PM »
Hi,

It should be:
Code: [Select]
/etc/csf/csf.dyndnsAdditionally read and update the section "Global Lists/DYNDNS/Blocklists" of the file:
Code: [Select]
/etc/csf/csf.confaccording to your requirements.

Don't forget to restart CSF when the changes are done.

333
Mod_Security / Re: MOD SECURITY issue on new CWP PRO INSTALLATION
« on: September 13, 2024, 09:22:26 PM »
The simplest way is to disable mod_security :)

The correct way is to check mod_security logs, identify the blocking rule and disable it or modify according to the requirements of your site. Look here:
https://wiki.centos-webpanel.com/mod_security-for-cwp
to learn how to do this.

334
Suggestions / Re: Brazilian Portuguese x Portugal Portuguse
« on: September 13, 2024, 06:52:35 PM »
If you found a bug then you need to submit the bug report here:
https://bugs.control-webpanel.com/login_page.php

335
I haven't use WireGuard (by weejewel/wg-easy) personally. So I don't know how it works exactly but when I checked the page:
https://github.com/wg-easy/wg-easy/tree/master?tab=readme-ov-file
I found the script uses Docker to run VPN. Therefore I recommend you to chech the section "Docker Settings" of the file:
Code: [Select]
/etc/csf/csf.confand make sure it is configured accordingly.

336
Check the log file:
Code: [Select]
/var/log/messagesfor the messages marked as "Firewall" and your WAN IP address (IP address you try to establish connection from) to identify the problem.

337
Suggestions / Re: Brazilian Portuguese x Portugal Portuguse
« on: September 12, 2024, 09:35:16 AM »
I don't think make files immutable is good solution because it could cause problem during updates too. As a soultion it is better to duplicate the necessary language and update the image file in the duplicate language pack.

Here is another thread about localizations:
https://forum.centos-webpanel.com/addons/language-edit/msg16725/
Hope it will help to perform the necessary task.

338
CentOS-WebPanel Bugs / Re: Cannot Add Nat IP
« on: September 12, 2024, 04:28:42 AM »
I used CWP in NATed mode once and was able to set/update shared/nat IPs without any problems. Currently the latest version of CWP free doesn't allow to set the NAT IP. Not sure if some extra option must be enable or there is a bug.

Therefore try to update the IPs in the file:
Code: [Select]
/usr/local/cwp/.conf/settings.confmanually, restart CWP, CWPSRV services, rebuild vHosts and check if it solves the problem.

339
Suggestions / Re: Brazilian Portuguese x Portugal Portuguse
« on: September 11, 2024, 06:01:12 PM »
Hi,

For the admin interface the flags are located in the folder:
Code: [Select]
/usr/local/cwpsrv/htdocs/admin/design/img/langJust replace the appropriate image file with your own PNG file:
Code: [Select]
PNG 32x32 32x32+0+0 8-bit sRGB
If you want to change the flag for the user level panel, then you need do it in the folder:
Code: [Select]
/usr/local/cwpsrv/var/services/users/cwp_theme/original/img

340
CentOS-WebPanel Bugs / Re: Cannot Add Nat IP
« on: September 11, 2024, 05:49:53 PM »
I tried to open the URL:
https://pasteboard.co/gA9r0dPAtAuV.png
a few times and within but got error 502 always.

Could you upload the screenshot to another image hosting service  (imgur https://imgur.com/upload) ?

341
Installation / Re: Cannot login to admin CWP
« on: September 11, 2024, 03:16:20 PM »
Clean cache (cookies, temporary files, sessions) of your browser and then try to access CWP admin panel again.

In case you decide to reinstall the panel, then make sure there are no errors during installation.

342
Mod_Security / Re: MOD SECURITY issue on new CWP PRO INSTALLATION
« on: September 09, 2024, 01:24:29 PM »
Look at this thread:
https://forum.centos-webpanel.com/centos-9-problems/apache-wont-restart-after-enabling-mod_security/msg48744/#msg48744
it seems you have the same problem.
Hope it will help you to solve the problem.

343
Other / Re: MongoDB Manager not working if authentication is turned on
« on: September 07, 2024, 08:16:47 PM »
127.0.0.1 only if you want to make your databases inaccessible from the internet. However it will make the databases accessible locally from the server using 127.0.0.1 as DB Host.

344
Other / Re: MongoDB Manager not working if authentication is turned on
« on: September 07, 2024, 06:51:07 PM »
I don't use MongoDB personally but I assume you can configure MonoDB to be accessible over loopback only:

Code: [Select]
bindIp: 127.0.0.1

345
Checked this article:
https://wiki.centos-webpanel.com/php-version-switcher
and then files associated with php sodium for EL9. It seems sodium should be compiled by default for php-fpm_selector, php_selector, php_switcher on EL9 systems.

If it wasn't compiled by default then it is better to review /var/log/php-rebuild.log for investigation.

Pages: 1 ... 21 22 [23] 24 25 ... 29