Search found 5 matches

by klodoma
01 Jul 2021, 23:38
Forum: General Discussion (csf)
Topic: TCP_OUT Blocked for docker containers
Replies: 0
Views: 1306

TCP_OUT Blocked for docker containers

I am trying to install owncloud on a Ubuntu Servers as a docker container. I am following this documentation. https://doc.owncloud.com/server/admin_manual/installation/docker/#docker-compose If I disable CSF all works, but if it's enabled, it doesn't and I see these messages in the logs. Now, as I s...
by klodoma
02 Jun 2021, 10:31
Forum: General Discussion (csf)
Topic: BLOCK IP, SSDH, no matching key exchange method found.
Replies: 0
Views: 1659

BLOCK IP, SSDH, no matching key exchange method found.

Is there a way to blacklist an IP based on the repeated failures like the following logs? I get these from journalctl not sure if they are also logged somewhere else. Jun 01 23:13:07 myhost.goo.edu sshd[1205059]: Unable to negotiate with 139.59.240.248 port 55732: no matching key exchange method fou...
by klodoma
04 Feb 2021, 12:26
Forum: General Discussion (csf)
Topic: CSF not working correctly with docker
Replies: 3
Views: 4268

Re: CSF not working correctly with docker

I am also using:https://github.com/juli3nk/csf-post-docker

I am currently setting up a new server and I am wondering if there is already something build in csf to cover this case?
by klodoma
30 Sep 2019, 10:28
Forum: General Discussion (csf)
Topic: Ignore a user specific process in csf.pignore
Replies: 3
Views: 3031

Re: Ignore a user specific process in csf.pignore

My understanding is that csf.pignore will ignore: • a specific CMD or EXE for all users • for a specific USER, all cmd or exe I'm not clear from your message if you are looking to combine the two options for more discriminate ignoring of specific processes for only specific users. Will you please c...
by klodoma
19 Sep 2019, 14:24
Forum: General Discussion (csf)
Topic: Ignore a user specific process in csf.pignore
Replies: 3
Views: 3031

Ignore a user specific process in csf.pignore

Hi, I am a bit confused about the structure of csf.pignore How can I ignore a specific exe or cmd for ANY user and for a specific user ? exe:/usr/sbin/proftpd - ignore proftpd for any user!? user:bob exe:/usr/sbin/exec1 - ignore exec1 for user bob? exe:/usr/sbin/exec2 - ignore exec2 for user bob? us...