1 shell script tagged "stop firewall script"
- Linux Firewall: Simple Shell Script To Stop and Flush All Iptables Rules
#!/bin/bash
# Linux Firewall: Simple Shell Script To Stop and Flush All Iptables Rules
# Some Linux distros like Debian do not have /etc/init.d/iptables stop script
# This can be also called from cron job if you are testing new firewall on
# remote box to avoid lock out
# ————————————————————————-
# Copyright (c) 2004 nixCraft project <http://cyberciti.biz/fb/>
# This script is [...]
Viewing 1-1 of 1 shell scripts. ( see all popular tags )

