Un método para cargar nuestras políticas IPTABLES en Opensuse es añadir la ruta del script donde tenemos guardado nuestras políticas en el siguiente fichero:
/etc/init.d/boot.local
Opensuse leerá este fichero y ejecutará el script o los script que habremos añadido antes de ir al primer run level.
En mi caso he guardado las políticas en :
/etc/firewall/firewall.fw
Así que lo que tendré que hacer es añadirlo al fichero:
#! /bin/sh
#
# Copyright (c) 2002 SuSE Linux AG Nuernberg, Germany. All rights reserved.
#
# Author: Werner Fink, 1996
# Burchard Steinbild, 1996
#
# /etc/init.d/boot.local
#
# script with local commands to be executed from init on system startup
#
# Here you should add things, that should happen directly after booting
# before we're going to the first run level.
#/etc/firewall/firewall.fw
Es un método sencillo para cargar nuestras reglas y/o lo que queramos al inicio de nuestro ordenador.
No hay comentarios:
Publicar un comentario