#!/bin/sh #---------------------------------------------------------------------------- # /etc/rc.d/rc425.portfw - setup static portfw rules # # Creation: 23.07.2001 tg # Last Update: $Id$ #---------------------------------------------------------------------------- if [ -f /etc/portfw.conf ] then begin_script PORTFW "setting up static port forwarding ..." log_info "creating rule sets" setup-portfw.sh create log_info "setting up rule sets" setup-portfw.sh up static end_script fi