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

Pages: 1 ... 13 14 [15] 16 17 ... 55
211
There are 2 options for PHP.  If you have Pro, there are 3.

1)  /admin/index.php?module=php_switch_v2
  -  Select new version (Or same version)
  -  Next page, select pgsql and/or pdo-pgsql

2)  admin/index.php?module=php_selector2
   - Use Select Options to enable the module before selecting a version and building

3) (Pro)  admin/index.php?module=php_selector3
   -  Select Options to enable modules before selecting versions and building

212
CentOS 7 Problems / Re: About blacklist UCEPROTECT
« on: March 23, 2022, 07:13:52 PM »
Ultimately, you have 3 options then.

1)  Contact the ISP, see if they have IP's in a different range.  Check the new ranges before requesting a change

2)  Use a 3rd party Mail Provider.

3)  Find a cheap VPS that has clean IP's to run your mail service

213
edit /etc/csf/csf.conf

Find TCP_OUT

set to 1:65535

find TCP6_OUT

set to 1:65535


csf -r  to restart firewall

214
sorry.  It's 

netstat -ln | grep 82

215
CentOS 7 Problems / Re: About blacklist UCEPROTECT
« on: March 22, 2022, 05:40:49 PM »
No offense mate, but you aren't tied to a specific region for choosing hosting providers.  I have Servers in the US, Lituania, UK, Peru, US, and Indonesia.  All of them have relatively the same latency from my base location in the US.

216
Ok.  Nginx:

ls -al /var/cache


Varnish
netstat -L | grep 82

217
FTP / Re: unable to connect via ftp
« on: March 22, 2022, 02:16:00 PM »
Is your Server behind a SEC-Group Firewall at the host?  IF so, the ports also need to be allowed there.

218
CentOS 7 Problems / Re: About blacklist UCEPROTECT
« on: March 22, 2022, 02:13:40 PM »
Because you are LEVEL2, my only recommendation is Run away from your Host and find a new one.

If they let spamming get that bad, your only going to find that it's a reoccurring issue.


If you have the ear of a gov't official, contact them.  Especially Attorney Generals.  Because what UCPROTECT and GOOGLE are both doing is highly illegal, but they are allowed to get away with it.

219
Please post the content of the following 2 commands


journalctl -xeu nginx
journalctl -xeu varnish

220
FTP / Re: unable to connect via ftp
« on: March 21, 2022, 07:55:27 AM »
Edit /etc/pure-ftpd/pure-ftpd.conf

change or enable:
PassivePortRange          30000 50000
ForcePassiveIP               (Your Server Global IP)

Edit /etc/csf/csf.conf
find TCP_IN and add 30000:50000
find TCP_OUT and add 30000:50000 (Unless you have 1:65535 already)
if you have ipv6:
find TCP6_IN and add 30000:50000
find TCP6_OUT and add 30000:50000

systemctl restart pure-ftpd
csf -r

221
CentOS 7 Problems / Re: PureFTP TLS problem
« on: March 20, 2022, 02:44:20 AM »
If your server is behind a NAT, then you have a lot more configuring to do.  It would be easiest to troubleshoot if you gave the layout of your network.  If you're concerned about publishing the information, please send a PM

222
CentOS 7 Problems / Re: PureFTP TLS problem
« on: March 19, 2022, 03:29:15 PM »
Does it work properly without using a TLS connection?

223
CentOS 7 Problems / Re: PureFTP TLS problem
« on: March 19, 2022, 02:46:55 PM »
Please set the ports as described below, and add them to the firewall:

http://wiki.centos-webpanel.com/pure-ftpd-setup-passive-ftp-ports

224
CentOS 7 Problems / Re: PureFTP TLS problem
« on: March 18, 2022, 08:10:12 PM »
Also remember that you have to add the passive ports to csf firewall both in and out for passive FTP to work.

225
CSF Firewall / Re: How to make WireGuard work?
« on: March 18, 2022, 01:52:20 AM »
he's saying the line should be

/usr/sbin/iptables -I INPUT -p udp --dport 51820 -j ACCEPT

however, putting
port='51820'
at the beginning of the script should have the same effect.

Pages: 1 ... 13 14 [15] 16 17 ... 55