Posteado por: Walter | Julio 10, 2008

Firestarter (firewall)

Instale el firewall Firestarter con:

$ sudo apt-get install firestarter

Al intentar habilitarlo me daba un error diciendo “El dispositivo eth0 no está preparado”, Buscando encontré que para que funcione correctamente solo hay que editar el archivo  /etc/firestarter/firestarter.sh.

en consola escribir:

$ sudo gedit /etc/firestarter/firestarter.sh

buscar la linea:

MASK=`/sbin/ifconfig $IF | grep Mas | cut -d : -f 4`

y reemplazar la “a” de “Mas” por “á”, quedando asi:

MASK=`/sbin/ifconfig $IF | grep Más | cut -d : -f 4`

Luego de eso funciono normalmente.

Para saber como configurar Firestarter en adslayuda.com hay un tutorial simple y util.

Fuente: Kubuntu-es


Respuestas

  1. [...] Firestarter (Firewall) en Marwal’s Weblog [...]


Dejar una respuesta

Su respuesta:

Categorías