Hola tengo en funcionamiento raptor, subsonic, webshare sucede que el interne esta mu lento desde ayer si desabilito en ip firewall nat en redirect el internet funciona rapido por eso quiero deshabilitar el raltor y que siga funcionando el webshare y subsonic alhu a idea¿
Cita de: josueflat en Diciembre 09, 2013, 12:22:32 PM
Hola tengo en funcionamiento raptor, subsonic, webshare sucede que el interne esta mu lento desde ayer si desabilito en ip firewall nat en redirect el internet funciona rapido por eso quiero deshabilitar el raltor y que siga funcionando el webshare y subsonic alhu a idea¿
Si quieres deshabilitar raptor es muy facil, solo tienes que teclear en consola:
sudo service raptor stop
y agregar esto en el archivo /etc/rc.local, para que sea permanente cuando inicie tu servidor, aunque te recomiendo que revises tus reglas debe haber algun problema inherente a estos, saludos
ok.. en el caso de desabilitarlo permantente donde tengo que poner sudo service raptor stop en la regla que esta debajo¿?
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
exit 0
Cita de: josueflat en Diciembre 09, 2013, 08:23:35 PM
ok.. en el caso de desabilitarlo permantente donde tengo que poner sudo service raptor stop en la regla que esta debajo¿?
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
exit 0
Una linea antes del exit 0, Saludos