Hi!

Thanks a lot for the barracuda scripts, it's magic!
I just wanted to know if I could easily freeing the 9001 port to run Etherpad Lite.
The system is a Debian 6 64bits with the most standard possible barracuda stable install.

Thanks in advance and all the best.

Comments

omega8cc’s picture

Component: Miscellaneous » Documentation

You need to open this port on the csf firewall in this config file: /etc/csf/csf.conf - look for TCP_IN and TCP_OUT lines there. Then restart firewall with service csf restart. Also, to prevent overwriting your changes on upgrade, create the control file: touch /var/log/custom.csf.log.

zeropaper’s picture

Thanks a lot!

zeropaper’s picture

Status: Active » Closed (fixed)

Again. And closing the issue.

muschpusch’s picture

Sorry just for the docs :) Is it still necessary to create the control file?

omega8cc’s picture

No control files are needed now, but if they exist, they are converted automatically into variables in the /root/.barracuda.cnf file - in this case into _CUSTOM_CONFIG_CSF=YES. See all available options here: http://drupalcode.org/project/barracuda.git/blob/HEAD:/BARRACUDA.sh.txt#...