Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1861 → Rev 1862

/scripts/alcasar-iptables.sh
437,6 → 437,11
$IPTABLES -A OUTPUT -o $EXTIF -p tcp --dport http -j NETFLOW
$IPTABLES -A OUTPUT -o $EXTIF -p tcp --dport http -j ACCEPT
 
# On autorise les requêtes RSYNC sortantes (maj BL de Toulouse)
# RSYNC requests are allowed (to update BL of Toulouse)
$IPTABLES -A OUTPUT -o $EXTIF -p tcp --dport rsync -j NETFLOW
$IPTABLES -A OUTPUT -o $EXTIF -p tcp --dport rsync -j ACCEPT
 
# On autorise les requêtes FTP
# FTP requests are allowed
modprobe nf_conntrack_ftp