Search found 5 matches
- 27 May 2020, 15:27
- Forum: General Discussion (csf)
- Topic: New Docker options in CSF - how to allow docker ports?
- Replies: 0
- Views: 3347
New Docker options in CSF - how to allow docker ports?
I've just noticed the new Docker options in CSF under "Docker Settings", if we enable these do we no longer need to add the following to /etc/csf/csfpre.sh ? #!/bin/bash iptables -t nat -N DOCKER iptables -t nat -A PREROUTING -m addrtype --dst-type LOCAL -j DOCKER iptables -t nat -A OUTPUT...
- 27 May 2020, 14:53
- Forum: General Discussion (csf)
- Topic: Could CSF be causing problems with Docker?
- Replies: 4
- Views: 12011
Re: Could CSF be causing problems with Docker?
We were also having problems with docker and CSF where we couldn't connect to ports inside the container. After trying many different methods outlined it turns out that CSF the config had this set: ETH_DEVICE="eth0" Removing eth0 from ETH_DEVICE so CSF could apply rules to all NICS fixed ...
- 07 Aug 2018, 04:51
- Forum: General Discussion (csf)
- Topic: Possible bug - webmin module not installing
- Replies: 1
- Views: 1983
Re: Possible bug - webmin module not installing
There were a bunch of theme errors - and I remembered that I had to change theme's previously to get it installed! Changed theme, installed and then back again! Here are the errors for ref - lots and lots of these: <code> Use of uninitialized value $settings{"settings_sysinfo_real_time_statu&qu...
- 07 Aug 2018, 03:15
- Forum: General Discussion (csf)
- Topic: Possible bug - webmin module not installing
- Replies: 1
- Views: 1983
Possible bug - webmin module not installing
On a clean CentOS 7.5 install, after installing CSF, going to: Webmin > Webmin Configuration > Webmin Modules > From local file > /usr/local/csf/csfwebmin.tgz > Install Module Just hangs after clicking the Install Module button. I've even tried uninstalling CSF, reinstalling, then trying again - but...
- 30 Jun 2015, 22:56
- Forum: General Discussion (csf)
- Topic: Could CSF be causing problems with Docker?
- Replies: 4
- Views: 12011
Could CSF be causing problems with Docker?
I'm having problems with a Docker container on my server which loses connection to the internet intermittently (it seems to be ok for a day to a few days, then loses connection to the internet). I've posted an issue with Docker, and they think it might be CSF: The problem is most likely caused by yo...