Search found 32 matches

by SoftDux
09 Oct 2016, 19:55
Forum: General Discussion (csf)
Topic: CSF not allowing "Remote MySQL" IP's through anymore.
Replies: 6
Views: 8607

Re: CSF not allowing "Remote MySQL" IP's through anymore.

Yea, you'll need to get someone from ConfigServers involved with this. As far as I know, /etc/csf/csf.allow has never allowed anything to be executed inside of it. I'm not really sure what you are doing. But there appears to be a misunderstanding some where. Well, I did initially post it in the &qu...
by SoftDux
05 Oct 2016, 05:04
Forum: General Discussion (csf)
Topic: CSF not allowing "Remote MySQL" IP's through anymore.
Replies: 6
Views: 8607

Re: CSF not allowing "Remote MySQL" IP's through anymore.

Huh? /etc/csf/csf.allow doesn't execute anything. csf reads it when you restart it. What specifically is not working? What does mysql mysql -e "select Host,User from user where Host!='localhost' group by Host;" | awk {'print "tcp|in|d=3306|s=" $1 "\t# " $2'} | sed &quo...
by SoftDux
04 Oct 2016, 23:30
Forum: General Discussion (csf)
Topic: CSF not allowing "Remote MySQL" IP's through anymore.
Replies: 6
Views: 8607

Re: CSF not allowing "Remote MySQL" IP's through anymore.

Thanx, Your code doesn't quite work as expected. If I manually add my IP address to /etc/csf/mysql.allow, I can connec to the port 3306, but with the "MySQL IP grabber" script you provided, in the /etc/csf/csf.allow, it doesn't automatically grab the IP's from the "Remote MySQL" ...
by SoftDux
30 Sep 2016, 09:17
Forum: General Discussion (csf)
Topic: Locking down 3306 but allowing cPanel MySQL Allowed IP's
Replies: 3
Views: 4374

Re: Locking down 3306 but allowing cPanel MySQL Allowed IP's

Does that script still work on your servers?
by SoftDux
30 Sep 2016, 09:16
Forum: General Discussion (csf)
Topic: CSF not allowing "Remote MySQL" IP's through anymore.
Replies: 6
Views: 8607

CSF not allowing "Remote MySQL" IP's through anymore.

Some time back, someone shared a script which could allow "Remote MySQL" IP's through. Here's the script: mysql mysql -e "select Host,User from user where Host!='localhost' group by Host;" | awk {'print "tcp:in:d=3306:s=" $1 "\t# " $2'} | sed "s/\%//g&quo...
by SoftDux
23 Oct 2014, 13:58
Forum: Report Bugs (cmm)
Topic: Mail Manage error - Limited functionality - consider migrati
Replies: 3
Views: 22287

Mail Manage error - Limited functionality - consider migrati

Hi, I am getting this error in WHM > Config Server Mail Manage, even though the mailboxes have been converted to maildir format a LONG time ago. I also ran the script, /scripts/convert2maildir through SSH and it reported that the conversion process is complete. What else needs to happen for Mail Man...
by SoftDux
24 May 2013, 12:33
Forum: General Discussion (csf)
Topic: Failed to detect code in SYSLOG_LOG
Replies: 8
Views: 17181

Re: Failed to detect code in SYSLOG_LOG

You may see the report happen on occasion (we see it on one of our VPS servers) it can happen if there are IOWAIT issues, e.g. when backups are running, and there is a delay in the log line being written by syslog and the lfd timer being tripped. Hi Chripy, What do you think would cause these error...
by SoftDux
10 May 2013, 08:55
Forum: General Discussion (csf)
Topic: CSF V6.07 and Webmin no longer working
Replies: 6
Views: 6810

Re: CSF V6.07 and Webmin no longer working

Rebooting a production server just to fixed this isn't an option.
by SoftDux
27 Apr 2013, 10:16
Forum: General Discussion (csf)
Topic: Suspicious Process Running - Remote mySQL Connection
Replies: 1
Views: 3866

Re: Suspicious Process Running - Remote mySQL Connection

You can ignore the script in /etc/csf/csf.pignore, instead of the IP for a bit more security. csf.ignore will ignore EVERYTHING from that IP.

CSF probably flagged it as suspicious since it's not normal behavior, i.e. the fact that the SQL server is (probably) queried every few seconds