csf-post-docker icon indicating copy to clipboard operation
csf-post-docker copied to clipboard

CSF with support for Docker

Results 13 csf-post-docker issues
Sort by recently updated
recently updated
newest added

I realized this script exposes all docker containers to traffic from everywhere. How can I modify it to only allow local traffic while not opening up to global access?

little fix error

If an IP is blocked in CSF, traffic is still reaching to Docker!

Hi, I first wish to thank you for the scripts. I use them on a Ubuntu Server (20.04 LTS) with CSF 14.10. IPv4 address for br-08c9e09e9ba7: 172.18.0.1 IPv4 address for...

This script is not running correctly when CSF refreshes the rules automatically, but works fine when used together with csf -r. According to the [CSF readme](https://download.configserver.com/csf/readme.txt) any binaries inside such...

Hello I Have a problem when CSF has been restarted when i try to restart the CSF i saw below error : #csf -r Running /usr/local/csf/bin/csfpost.sh Template parsing error: template:...

Source IP parsing is incompatible with IPv6 syntax (e.g. localhost "::" address). Such rules must be skipped.

I want to access docker containers only locally behind the csf firewall on a remote Ubuntu server. To test this, I login to the remote server with `ssh [email protected] -L...

im getting this error, rules doesnt update, lost communications with dockers containers /usr/local/csf/bin/csfpost.sh: 43: [: default: unexpected operator Bad argument `value>/32' Try`iptables -h' or 'iptables --help' for more information. Bad...

We have a bunch of services running on Docker bridged networks via docker-compose. The current script doesn't setup all the iptables rules exactly like the Docker daemon, which would cause...