Subsections

A.1 Hints Concerning Other Opts

A.1.1 cpmvrmlog Config

Example For The C3SURF Log Directory, With mini_httpd Restart

# archive C3SURF log dir
# once in a month on the 1.st at 01:30
# keep a maximum of 12 archives
CPMVRMLOG_n_ACTION='move'
CPMVRMLOG_n_SOURCE='/var/log/c3surf/c3surf_*.log'
CPMVRMLOG_n_DESTINATION='/data/Archive/log/c3surf'
CPMVRMLOG_n_CUSTOM='/usr/local/bin/c3surf_kill_httpd.sh'
CPMVRMLOG_n_MAXCOUNT='12'
CPMVRMLOG_n_CRONTIME='30 1 1 * *'

A.1.2 Allow Samba Without Login

Use opt_usercmd with the following entries.

USERCMD_BOOT_N='3'
USERCMD_BOOT_1='/sbin/iptables -I c3surf\_control 1 -v -p udp --dport 
                137:138 -j RETURN' # samba thru c3surf
USERCMD_BOOT_2='/sbin/iptables -I c3surf\_control 1 -v -p tcp --dport
                455 -j RETURN'     # samba thru c3surf
USERCMD_BOOT_3='/sbin/iptables -I c3surf\_control 1 -v -p tcp --dport
                139 -j RETURN'     # samba thru c3surf
By adding the option -d IPsambaHOST the rules may be enhanced to reflect the target PC.

Samba ports will pass the Forward-Chain and are not blocked by C3SURF. If the Forward-Chain denies samba forwards these entries will not change anything stated there.

The settings in base.txt supersede these settings.

A.1.3 Migration From Previous Versions

Migration to Version 2.3.1 (from 2.3.0)

Migration to Version 2.3.0 (from 2.2.2)

Migration to Version 2.2.2 (from 2.2.1)

Migration to Version 2.2.1 (from 2.2.0)

Migration to Version 2.2.0 (from 2.1.0)

Migration to Version 2.1.0 (from earlier versions)

© 2001-2015 The fli4l-Team - 26 July 2015