Revisión 434
Añadido por Francisco Rodrigo hace más de 12 años
tareas_puppet/servidores_aula/squeeze/ltsp_squid/files/interfaces.cable | ||
---|---|---|
# This file describes the network interfaces available on your system
|
||
# and how to activate them. For more information, see interfaces(5).
|
||
|
||
# The loopback network interface
|
||
auto lo eth3 eth0
|
||
iface lo inet loopback
|
||
|
||
iface eth3 inet dhcp
|
||
ifup eth3
|
||
post-up /usr/sbin/ethtool -s $IFACE wol g
|
||
post-down /usr/sbin/ethtool -s $IFACE wol g
|
||
|
||
iface eth0 inet static
|
||
address 192.168.0.254
|
||
netmask 255.255.255.0
|
||
broadcast 192.168.0.255
|
||
|
||
tareas_puppet/servidores_aula/squeeze/ltsp_squid/files/debian-edu-config | ||
---|---|---|
# Only dry-run cfengine cron job until we know it is safe to run on an installed
|
||
# system [pere 2003-08-30]
|
||
# Disable until it no longer run in "installation" mode. [pere 2003-09-01]
|
||
#9 4 * * * root if [ -x /usr/bin/cfengine-debian-edu ]; then /usr/bin/cfengine-debian-edu -n; fi
|
||
#
|
||
# Check every 5 minutes if network blocking should be enabled or disabled
|
||
#*/5 * * * * root if [ -x /usr/sbin/debian-edu-update-netblock ]; then /usr/sbin/debian-edu-update-netblock auto; fi
|
||
Exportar a: Unified diff
Actualizada tarea ltsp_squid que corrige fallo en interfaces.cable y desactiva proceso debian-edu-config del cron para que no borre iptables