1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2025-10-15 23:18:51 +02:00

see #2116 "When CARP interface IP address cant be assigned error or warning should appear". Script should abort if command trying to add an ip address to an interface fails

This commit is contained in:
Vadim Kurland 2011-02-19 15:33:30 -08:00
parent 3a871d5f06
commit aea53d35eb
206 changed files with 884 additions and 625 deletions

View File

@ -1,3 +1,11 @@
2011-02-19 vadim <vadim@netcitadel.com>
* configlets/bsd/update_addresses: fixes #2116 "When CARP
interface IP address can't be assigned error or warning should
appear". The problem actually affects any type of interface.
Generated script should abort with an error termination code
when ifconfig fails to assign ip address to an interface.
2011-02-17 vadim <vadim@netcitadel.com>
* NATCompiler_ipt.cpp (processNext): see #2097 #133 "support for

View File

@ -78,8 +78,7 @@ SSHUnx::SSHUnx(QWidget *_par,
shell_errors << "[fF]ile .* does not exist";
// some ifconfig errors
shell_errors << "interface .* does not exist";
shell_errors << "Interface .* does not exist";
shell_errors << "[iI]nterface .* does not exist";
shell_errors << "ifconfig: .*: Device busy";
shell_errors << "permission denied";
shell_errors << "interface name too long";
@ -94,6 +93,12 @@ SSHUnx::SSHUnx(QWidget *_par,
shell_errors << "unable to get .*";
shell_errors << "unknown .* protocol";
shell_errors << "[iI]nvalid .* protocol";
shell_errors << "Can't assign requested address";
// some /sbin/ip errors
shell_errors << "Object .* is unknown, try \"ip help\"";
shell_errors << "Cannot find device";
shell_errors << "Error: an inet prefix is expected rather than";
iptables_errors << "'iptables --help' for more information.";
iptables_errors << "'iptables-restore --help' for more information.";

View File

@ -40,7 +40,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}

View File

@ -61,7 +61,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:55 2011 PST by vadim
# Generated Sat Feb 19 15:27:36 2011 PST by vadim
#
# files: * cluster1_secuwall-1.fw /etc/cluster1_secuwall-1.fw
#
@ -167,7 +167,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -588,7 +588,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:55 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:36 2011 by vadim"
log "Database was cluster-tests.fwb"
check_tools
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:31:14 2011 PST by vadim
# Generated Sat Feb 19 15:25:55 2011 PST by vadim
#
# files: * firewall-base-rulesets.fw /etc/fw/firewall-base-rulesets.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -445,7 +445,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:31:14 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:55 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:31:37 2011 PST by vadim
# Generated Sat Feb 19 15:26:18 2011 PST by vadim
#
# files: * firewall-ipv6-1.fw /etc/firewall-ipv6-1.fw
#
@ -198,7 +198,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -687,7 +687,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:31:37 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:26:18 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:31:39 2011 PST by vadim
# Generated Sat Feb 19 15:26:21 2011 PST by vadim
#
# files: * firewall-ipv6-2.fw /etc/firewall-ipv6-2.fw
#
@ -226,7 +226,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -930,7 +930,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:31:39 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:26:21 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:02 2011 PST by vadim
# Generated Sat Feb 19 15:26:44 2011 PST by vadim
#
# files: * firewall-ipv6-3.fw /etc/firewall-ipv6-3.fw
#
@ -175,7 +175,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -592,7 +592,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:02 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:26:44 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:28 2011 PST by vadim
# Generated Sat Feb 19 15:27:09 2011 PST by vadim
#
# files: * firewall-ipv6-4-1.fw /etc/firewall-ipv6-4-1.fw
#
@ -179,7 +179,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -539,7 +539,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:28 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:09 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:05 2011 PST by vadim
# Generated Sat Feb 19 15:26:47 2011 PST by vadim
#
# files: * firewall-ipv6-4.fw /etc/firewall-ipv6-4.fw
#
@ -177,7 +177,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -577,7 +577,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:05 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:26:47 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:09 2011 PST by vadim
# Generated Sat Feb 19 15:26:51 2011 PST by vadim
#
# files: * firewall-ipv6-5.fw /etc/firewall-ipv6-5.fw
#
@ -168,7 +168,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -412,7 +412,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:09 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:26:51 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:12 2011 PST by vadim
# Generated Sat Feb 19 15:26:54 2011 PST by vadim
#
# files: * firewall-ipv6-6.fw /etc/firewall-ipv6-6.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -399,7 +399,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:12 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:26:54 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:16 2011 PST by vadim
# Generated Sat Feb 19 15:26:58 2011 PST by vadim
#
# files: * firewall-ipv6-7.fw /etc/firewall-ipv6-7.fw
#
@ -168,7 +168,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -443,7 +443,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:16 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:26:58 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:21 2011 PST by vadim
# Generated Sat Feb 19 15:27:02 2011 PST by vadim
#
# files: * firewall-ipv6-8.fw /etc/firewall-ipv6-8.fw
#
@ -168,7 +168,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -484,7 +484,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:21 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:02 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:24 2011 PST by vadim
# Generated Sat Feb 19 15:27:06 2011 PST by vadim
#
# files: * firewall-ipv6-ipt-reset-prolog-after-flush.fw /etc/firewall-ipv6-ipt-reset-prolog-after-flush.fw
#
@ -168,7 +168,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -450,7 +450,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:24 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:06 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:28 2011 PST by vadim
# Generated Sat Feb 19 15:27:10 2011 PST by vadim
#
# files: * firewall-ipv6-ipt-reset-prolog-after-interfaces.fw /etc/firewall-ipv6-ipt-reset-prolog-after-interfaces.fw
#
@ -168,7 +168,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -450,7 +450,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:28 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:10 2011 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:33 2011 PST by vadim
# Generated Sat Feb 19 15:27:14 2011 PST by vadim
#
# files: * firewall-ipv6-ipt-reset-prolog-top.fw /etc/firewall-ipv6-ipt-reset-prolog-top.fw
#
@ -168,7 +168,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -450,7 +450,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:33 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:14 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:33 2011 PST by vadim
# Generated Sat Feb 19 15:27:14 2011 PST by vadim
#
# files: * firewall-ipv6-prolog-after-flush.fw /etc/firewall-ipv6-prolog-after-flush.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -420,7 +420,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:33 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:14 2011 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:37 2011 PST by vadim
# Generated Sat Feb 19 15:27:18 2011 PST by vadim
#
# files: * firewall-ipv6-prolog-after-interfaces.fw /etc/firewall-ipv6-prolog-after-interfaces.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -420,7 +420,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:37 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:18 2011 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:37 2011 PST by vadim
# Generated Sat Feb 19 15:27:19 2011 PST by vadim
#
# files: * firewall-ipv6-prolog-top.fw /etc/firewall-ipv6-prolog-top.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -420,7 +420,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:37 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:19 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:41 2011 PST by vadim
# Generated Sat Feb 19 15:27:22 2011 PST by vadim
#
# files: * firewall-server-1-s.fw /etc/fw/firewall-server-1-s.fw
#
@ -169,7 +169,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -393,7 +393,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:41 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:22 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:18 2011 PST by vadim
# Generated Sat Feb 19 15:22:57 2011 PST by vadim
#
# files: * firewall.fw /etc/fw/firewall.fw
#
@ -189,7 +189,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -1341,7 +1341,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:18 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:22:57 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:20 2011 PST by vadim
# Generated Sat Feb 19 15:23:00 2011 PST by vadim
#
# files: * firewall1.fw /etc/fw/firewall1.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -1252,7 +1252,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:20 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:00 2011 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:22 2011 PST by vadim
# Generated Sat Feb 19 15:23:01 2011 PST by vadim
#
# files: * firewall10.fw /etc/fw/firewall10.fw
#
@ -167,7 +167,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -473,7 +473,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:22 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:01 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:23 2011 PST by vadim
# Generated Sat Feb 19 15:23:03 2011 PST by vadim
#
# files: * firewall11.fw /etc/fw/firewall11.fw
#
@ -170,7 +170,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -589,7 +589,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:23 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:03 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:25 2011 PST by vadim
# Generated Sat Feb 19 15:23:04 2011 PST by vadim
#
# files: * firewall12.fw /etc/fw/firewall12.fw
#
@ -180,7 +180,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -511,7 +511,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:25 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:04 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:26 2011 PST by vadim
# Generated Sat Feb 19 15:23:06 2011 PST by vadim
#
# files: * firewall13.fw /etc/fw/firewall13.fw
#
@ -178,7 +178,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -385,7 +385,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:26 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:06 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:28 2011 PST by vadim
# Generated Sat Feb 19 15:23:07 2011 PST by vadim
#
# files: * firewall14.fw /etc/fw/firewall14.fw
#
@ -167,7 +167,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -404,7 +404,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:28 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:07 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:29 2011 PST by vadim
# Generated Sat Feb 19 15:23:09 2011 PST by vadim
#
# files: * firewall15.fw /etc/fw/firewall15.fw
#
@ -168,7 +168,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -388,7 +388,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:29 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:09 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:31 2011 PST by vadim
# Generated Sat Feb 19 15:23:10 2011 PST by vadim
#
# files: * firewall16.fw /etc/fw/firewall16.fw
#
@ -168,7 +168,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -492,7 +492,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:31 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:10 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:33 2011 PST by vadim
# Generated Sat Feb 19 15:23:12 2011 PST by vadim
#
# files: * firewall17.fw /etc/fw/firewall17.fw
#
@ -176,7 +176,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -471,7 +471,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:33 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:12 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:34 2011 PST by vadim
# Generated Sat Feb 19 15:23:13 2011 PST by vadim
#
# files: * firewall18.fw /etc/fw/firewall18.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -504,7 +504,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:34 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:13 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:36 2011 PST by vadim
# Generated Sat Feb 19 15:23:15 2011 PST by vadim
#
# files: * firewall19.fw /etc/fw/firewall19.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -508,7 +508,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:36 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:15 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:46 2011 PST by vadim
# Generated Sat Feb 19 15:23:25 2011 PST by vadim
#
# files: * firewall2-1.fw /etc/fw/firewall2-1.fw
#
@ -188,7 +188,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -1420,7 +1420,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:46 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:25 2011 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:50 2011 PST by vadim
# Generated Sat Feb 19 15:23:29 2011 PST by vadim
#
# files: * firewall2-2.fw /etc/fw/firewall2-2.fw
#
@ -188,7 +188,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -1249,7 +1249,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:50 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:29 2011 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:54 2011 PST by vadim
# Generated Sat Feb 19 15:23:33 2011 PST by vadim
#
# files: * firewall2-3.fw /etc/fw/firewall2-3.fw
#
@ -172,7 +172,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -1120,7 +1120,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:54 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:33 2011 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:58 2011 PST by vadim
# Generated Sat Feb 19 15:23:37 2011 PST by vadim
#
# files: * firewall2-4.fw /etc/fw/firewall2-4.fw
#
@ -179,7 +179,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -424,7 +424,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:58 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:37 2011 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:29:01 2011 PST by vadim
# Generated Sat Feb 19 15:23:40 2011 PST by vadim
#
# files: * firewall2-5.fw /etc/fw/firewall2-5.fw
#
@ -169,7 +169,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -453,7 +453,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:29:01 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:40 2011 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:29:05 2011 PST by vadim
# Generated Sat Feb 19 15:23:44 2011 PST by vadim
#
# files: * firewall2-6.fw /etc/fw/firewall2-6.fw
#
@ -165,7 +165,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -559,7 +559,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:29:05 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:44 2011 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:29:08 2011 PST by vadim
# Generated Sat Feb 19 15:23:48 2011 PST by vadim
#
# files: * firewall2-7.fw /etc/fw/firewall2-7.fw
#
@ -165,7 +165,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -424,7 +424,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:29:08 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:48 2011 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:38 2011 PST by vadim
# Generated Sat Feb 19 15:23:18 2011 PST by vadim
#
# files: * firewall2.fw /etc/fw/firewall2.fw
#
@ -197,7 +197,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -1470,7 +1470,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:38 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:18 2011 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:41 2011 PST by vadim
# Generated Sat Feb 19 15:23:21 2011 PST by vadim
#
# files: * firewall20-ipv6.fw /etc/fw/firewall20-ipv6.fw
#
@ -168,7 +168,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -456,7 +456,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:41 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:21 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:39 2011 PST by vadim
# Generated Sat Feb 19 15:23:18 2011 PST by vadim
#
# files: * firewall20.fw /etc/fw/firewall20.fw
#
@ -175,7 +175,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -674,7 +674,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:39 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:18 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:45 2011 PST by vadim
# Generated Sat Feb 19 15:23:25 2011 PST by vadim
#
# files: * firewall21-1.fw /etc/fw/firewall21-1.fw
#
@ -167,7 +167,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -470,7 +470,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:45 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:25 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:42 2011 PST by vadim
# Generated Sat Feb 19 15:23:21 2011 PST by vadim
#
# files: * firewall21.fw /etc/fw/firewall21.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -469,7 +469,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:42 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:21 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:49 2011 PST by vadim
# Generated Sat Feb 19 15:23:28 2011 PST by vadim
#
# files: * firewall22.fw /etc/fw/firewall22.fw
#
@ -165,7 +165,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -390,7 +390,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:49 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:28 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:55 2011 PST by vadim
# Generated Sat Feb 19 15:23:34 2011 PST by vadim
#
# files: * firewall23-1.fw /etc/fw/firewall23-1.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -564,7 +564,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:55 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:34 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:52 2011 PST by vadim
# Generated Sat Feb 19 15:23:31 2011 PST by vadim
#
# files: * firewall23.fw /etc/fw/firewall23.fw
#
@ -165,7 +165,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -476,7 +476,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:52 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:31 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:28:57 2011 PST by vadim
# Generated Sat Feb 19 15:23:36 2011 PST by vadim
#
# files: * firewall24.fw /etc/fw/firewall24.fw
#
@ -165,7 +165,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -493,7 +493,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:28:57 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:36 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:29:02 2011 PST by vadim
# Generated Sat Feb 19 15:23:41 2011 PST by vadim
#
# files: * firewall25.fw /etc/fw/firewall25.fw
#
@ -174,7 +174,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -687,7 +687,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:29:02 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:41 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:29:04 2011 PST by vadim
# Generated Sat Feb 19 15:23:44 2011 PST by vadim
#
# files: * firewall26.fw /etc/fw/firewall26.fw
#
@ -168,7 +168,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -562,7 +562,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:29:04 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:44 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:29:08 2011 PST by vadim
# Generated Sat Feb 19 15:23:47 2011 PST by vadim
#
# files: * firewall27.fw /etc/fw/firewall27.fw
#
@ -168,7 +168,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -546,7 +546,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:29:08 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:47 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:29:11 2011 PST by vadim
# Generated Sat Feb 19 15:23:51 2011 PST by vadim
#
# files: * firewall28.fw /etc/fw/firewall28.fw
#
@ -165,7 +165,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -407,7 +407,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:29:11 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:51 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:29:12 2011 PST by vadim
# Generated Sat Feb 19 15:23:51 2011 PST by vadim
#
# files: * firewall29.fw /etc/fw/firewall29.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -440,7 +440,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:29:12 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:51 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:29:14 2011 PST by vadim
# Generated Sat Feb 19 15:23:54 2011 PST by vadim
#
# files: * firewall3.fw /etc/fw/firewall3.fw
#
@ -165,7 +165,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -578,7 +578,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:29:14 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:54 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:29:15 2011 PST by vadim
# Generated Sat Feb 19 15:23:55 2011 PST by vadim
#
# files: * firewall30.fw /etc/fw/firewall30.fw
#
@ -165,7 +165,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -375,7 +375,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:29:15 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:55 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:29:17 2011 PST by vadim
# Generated Sat Feb 19 15:23:58 2011 PST by vadim
#
# files: * firewall31.fw /etc/fw/firewall31.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -445,7 +445,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:29:17 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:58 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:29:18 2011 PST by vadim
# Generated Sat Feb 19 15:23:58 2011 PST by vadim
#
# files: * firewall32.fw /etc/fw/firewall32.fw
#
@ -165,7 +165,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -416,7 +416,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:29:18 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:23:58 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:29:33 2011 PST by vadim
# Generated Sat Feb 19 15:24:13 2011 PST by vadim
#
# files: * firewall33-1.fw /etc/fw/firewall33-1.fw
#
@ -170,7 +170,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -522,7 +522,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:29:33 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:24:13 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:29:32 2011 PST by vadim
# Generated Sat Feb 19 15:24:13 2011 PST by vadim
#
# files: * firewall33.fw /etc/fw/firewall33.fw
#
@ -169,7 +169,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -571,7 +571,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:29:32 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:24:13 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:29:36 2011 PST by vadim
# Generated Sat Feb 19 15:24:17 2011 PST by vadim
#
# files: * firewall34.fw /etc/fw/firewall34.fw
#
@ -167,7 +167,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -648,7 +648,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:29:36 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:24:17 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:29:37 2011 PST by vadim
# Generated Sat Feb 19 15:24:17 2011 PST by vadim
#
# files: * firewall35.fw /etc/fw/firewall35.fw
#
@ -168,7 +168,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -540,7 +540,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:29:37 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:24:17 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:29:40 2011 PST by vadim
# Generated Sat Feb 19 15:24:20 2011 PST by vadim
#
# files: * firewall36-1.fw /etc/firewall36-1.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -433,7 +433,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:29:40 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:24:20 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:29:43 2011 PST by vadim
# Generated Sat Feb 19 15:24:24 2011 PST by vadim
#
# files: * firewall36-2.fw /etc/firewall36-2.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -433,7 +433,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:29:43 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:24:24 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:29:39 2011 PST by vadim
# Generated Sat Feb 19 15:24:20 2011 PST by vadim
#
# files: * firewall36.fw /etc/firewall36.fw
#
@ -168,7 +168,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -535,7 +535,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:29:39 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:24:20 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:29:46 2011 PST by vadim
# Generated Sat Feb 19 15:24:27 2011 PST by vadim
#
# files: * firewall37-1.fw /etc/fw/firewall37-1.fw
#
@ -168,7 +168,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -769,7 +769,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:29:46 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:24:27 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:39:50 2011 PST by vadim
# Generated Sat Feb 19 15:24:36 2011 PST by vadim
#
# files: * firewall37.fw /etc/fw/firewall37.fw
#
@ -14,11 +14,11 @@
# normal script mode (not using iptables-restore)
# firewall37:mangle_rules:4: error: DNSName object "6bone.net (ct)" (compile time) can not resolve dns name "6bone.net" (AF_INET): Host or network '6bone.net' not found; last error: Unknown error Using dummy address in test mode
# firewall37:mangle_rules:4: error: DNSName object "6bone.net (ct)" (compile time) can not resolve dns name "6bone.net" (AF_INET): Host or network '6bone.net' not found; last error: Unknown error Using dummy address in test mode
# firewall37:mangle_rules:7: warning: Empty group or address table object 'empty Ogroup'
# firewall37:mangle_rules:7: warning: After removal of all empty groups and address table objects rule element Src becomes 'any' in the rule mangle_rules 7 (global)
# Dropping rule mangle_rules 7 (global) because option 'Ignore rules with empty groups' is in effect
# firewall37:mangle_rules:4: error: DNSName object "6bone.net (ct)" (compile time) can not resolve dns name "6bone.net" (AF_INET): Host or network '6bone.net' not found; last error: Unknown error Using dummy address in test mode
# firewall37:mangle_rules:4: error: DNSName object "6bone.net (ct)" (compile time) can not resolve dns name "6bone.net" (AF_INET): Host or network '6bone.net' not found; last error: Unknown error Using dummy address in test mode
# firewall37:mangle_rules:13: error: DNSName object "6bone.net (ct)" (compile time) can not resolve dns name "6bone.net" (AF_INET): Host or network '6bone.net' not found; last error: Unknown error Using dummy address in test mode
@ -173,7 +173,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -1049,7 +1049,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:39:50 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:24:36 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:29:49 2011 PST by vadim
# Generated Sat Feb 19 15:24:30 2011 PST by vadim
#
# files: * firewall38.fw /etc/fw/firewall38.fw
#
@ -169,7 +169,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -498,7 +498,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:29:49 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:24:30 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:00 2011 PST by vadim
# Generated Sat Feb 19 15:24:41 2011 PST by vadim
#
# files: * firewall39.fw /etc/fw/firewall39.fw
#
@ -168,7 +168,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -876,7 +876,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:00 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:24:41 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:29:58 2011 PST by vadim
# Generated Sat Feb 19 15:24:40 2011 PST by vadim
#
# files: * firewall4.fw /etc/fw/firewall4.fw
#
@ -165,7 +165,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -710,7 +710,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:29:58 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:24:40 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:04 2011 PST by vadim
# Generated Sat Feb 19 15:24:45 2011 PST by vadim
#
# files: * firewall40-1.fw /etc/firewall40-1.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -450,7 +450,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:04 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:24:45 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:06 2011 PST by vadim
# Generated Sat Feb 19 15:24:47 2011 PST by vadim
#
# files: * firewall40-2.fw /etc/firewall40-2.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -437,7 +437,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:06 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:24:47 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:02 2011 PST by vadim
# Generated Sat Feb 19 15:24:43 2011 PST by vadim
#
# files: * firewall40.fw /etc/firewall40.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -439,7 +439,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:02 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:24:43 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:09 2011 PST by vadim
# Generated Sat Feb 19 15:24:50 2011 PST by vadim
#
# files: * firewall41-1.fw /etc/firewall41-1.fw
#
@ -167,7 +167,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -575,7 +575,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:09 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:24:50 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:12 2011 PST by vadim
# Generated Sat Feb 19 15:24:53 2011 PST by vadim
#
# files: * firewall41.fw /etc/firewall41.fw
#
@ -173,7 +173,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -456,7 +456,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:12 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:24:53 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:15 2011 PST by vadim
# Generated Sat Feb 19 15:24:56 2011 PST by vadim
#
# files: * firewall42.fw /etc/fw/firewall42.fw
#
@ -165,7 +165,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -382,7 +382,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:15 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:24:56 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:16 2011 PST by vadim
# Generated Sat Feb 19 15:24:57 2011 PST by vadim
#
# files: * firewall5.fw /etc/fw/firewall5.fw
#
@ -169,7 +169,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -622,7 +622,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:16 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:24:57 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:19 2011 PST by vadim
# Generated Sat Feb 19 15:24:59 2011 PST by vadim
#
# files: * firewall50.fw /etc/fw/firewall50.fw
#
@ -165,7 +165,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -407,7 +407,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:19 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:24:59 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:22 2011 PST by vadim
# Generated Sat Feb 19 15:25:03 2011 PST by vadim
#
# files: * firewall51.fw /etc/fw/firewall51.fw
#
@ -167,7 +167,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -491,7 +491,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:22 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:03 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:22 2011 PST by vadim
# Generated Sat Feb 19 15:25:02 2011 PST by vadim
#
# files: * firewall6.fw /etc/fw/firewall6.fw
#
@ -167,7 +167,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -513,7 +513,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:22 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:02 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:25 2011 PST by vadim
# Generated Sat Feb 19 15:25:06 2011 PST by vadim
#
# files: * firewall60.fw /etc/firewall60.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -419,7 +419,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:25 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:06 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:26 2011 PST by vadim
# Generated Sat Feb 19 15:25:07 2011 PST by vadim
#
# files: * firewall61-1.2.5.fw /etc/firewall61-1.2.5.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -499,7 +499,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:26 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:07 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:30 2011 PST by vadim
# Generated Sat Feb 19 15:25:10 2011 PST by vadim
#
# files: * firewall61-1.2.6.fw /etc/firewall61-1.2.6.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -505,7 +505,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:30 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:10 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:31 2011 PST by vadim
# Generated Sat Feb 19 15:25:11 2011 PST by vadim
#
# files: * firewall61-1.3.x.fw /etc/firewall61-1.3.x.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -492,7 +492,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:31 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:11 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:34 2011 PST by vadim
# Generated Sat Feb 19 15:25:14 2011 PST by vadim
#
# files: * firewall61-1.4.fw /etc/firewall61-1.4.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -493,7 +493,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:34 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:14 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:34 2011 PST by vadim
# Generated Sat Feb 19 15:25:14 2011 PST by vadim
#
# files: * firewall62.fw /etc/firewall62.fw
#
@ -191,7 +191,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -543,7 +543,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:34 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:14 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:37 2011 PST by vadim
# Generated Sat Feb 19 15:25:18 2011 PST by vadim
#
# files: * firewall63.fw /etc/firewall63.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -389,7 +389,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:37 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:18 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:38 2011 PST by vadim
# Generated Sat Feb 19 15:25:18 2011 PST by vadim
#
# files: * firewall7.fw /etc/fw/firewall7.fw
#
@ -167,7 +167,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -473,7 +473,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:38 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:18 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:42 2011 PST by vadim
# Generated Sat Feb 19 15:25:23 2011 PST by vadim
#
# files: * firewall70.fw iptables.sh
#
@ -178,7 +178,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -412,7 +412,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:42 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:23 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:42 2011 PST by vadim
# Generated Sat Feb 19 15:25:23 2011 PST by vadim
#
# files: * firewall71.fw /etc/fw/firewall71.fw
#
@ -171,7 +171,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -428,7 +428,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:42 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:23 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:43:40 2011 PST by vadim
# Generated Sat Feb 19 15:25:26 2011 PST by vadim
#
# files: * firewall72-1.3.x.fw /etc/fw/firewall72-1.3.x.fw
#
@ -171,7 +171,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -555,7 +555,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:43:40 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:26 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:46 2011 PST by vadim
# Generated Sat Feb 19 15:25:26 2011 PST by vadim
#
# files: * firewall72-1.4.3.fw /etc/fw/firewall72-1.4.3.fw
#
@ -171,7 +171,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -555,7 +555,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:46 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:26 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:49 2011 PST by vadim
# Generated Sat Feb 19 15:25:30 2011 PST by vadim
#
# files: * firewall73.fw /etc/fw/firewall73.fw
#
@ -170,7 +170,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -523,7 +523,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:49 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:30 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:49 2011 PST by vadim
# Generated Sat Feb 19 15:25:30 2011 PST by vadim
#
# files: * firewall74.fw /etc/fw/firewall74.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -375,7 +375,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:49 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:30 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:52 2011 PST by vadim
# Generated Sat Feb 19 15:25:34 2011 PST by vadim
#
# files: * firewall8.fw /etc/fw/firewall8.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -358,7 +358,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:52 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:34 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:53 2011 PST by vadim
# Generated Sat Feb 19 15:25:34 2011 PST by vadim
#
# files: * firewall80.fw /etc/fw/firewall80.fw
#
@ -165,7 +165,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -399,7 +399,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:53 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:34 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:56 2011 PST by vadim
# Generated Sat Feb 19 15:25:38 2011 PST by vadim
#
# files: * firewall81.fw /etc/fw/firewall81.fw
#
@ -173,7 +173,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -419,7 +419,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:56 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:38 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:57 2011 PST by vadim
# Generated Sat Feb 19 15:25:39 2011 PST by vadim
#
# files: * firewall82.fw /etc/firewall82.fw
#
@ -167,7 +167,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -414,7 +414,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:30:57 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:39 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:31:01 2011 PST by vadim
# Generated Sat Feb 19 15:25:43 2011 PST by vadim
#
# files: * firewall82_A.fw /etc/fw/firewall82_A.fw
#
@ -168,7 +168,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -406,7 +406,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:31:01 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:43 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:31:00 2011 PST by vadim
# Generated Sat Feb 19 15:25:42 2011 PST by vadim
#
# files: * firewall82_B.fw /etc/fw/firewall82_B.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -363,7 +363,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:31:00 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:42 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:31:04 2011 PST by vadim
# Generated Sat Feb 19 15:25:45 2011 PST by vadim
#
# files: * firewall9.fw /etc/fw/firewall9.fw
#
@ -168,7 +168,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -633,7 +633,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:31:04 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:45 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:31:04 2011 PST by vadim
# Generated Sat Feb 19 15:25:46 2011 PST by vadim
#
# files: * firewall90.fw /etc/fw/firewall90.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -383,7 +383,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:31:04 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:46 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:31:07 2011 PST by vadim
# Generated Sat Feb 19 15:25:49 2011 PST by vadim
#
# files: * firewall91.fw /etc/fw/firewall91.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -383,7 +383,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:31:07 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:49 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:31:08 2011 PST by vadim
# Generated Sat Feb 19 15:25:50 2011 PST by vadim
#
# files: * firewall92.fw /etc/fw/firewall92.fw
#
@ -169,7 +169,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -419,7 +419,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:31:08 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:50 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:31:11 2011 PST by vadim
# Generated Sat Feb 19 15:25:53 2011 PST by vadim
#
# files: * firewall93.fw /etc/fw/firewall93.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -458,7 +458,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:31:11 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:25:53 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:44 2011 PST by vadim
# Generated Sat Feb 19 15:27:25 2011 PST by vadim
#
# files: * fw-A.fw /sw/FWbuilder/fw-A.fw
#
@ -168,7 +168,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -722,7 +722,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:44 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:25 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:41 2011 PST by vadim
# Generated Sat Feb 19 15:27:22 2011 PST by vadim
#
# files: * fw1.fw /etc/fw1.fw
#
@ -179,7 +179,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -519,7 +519,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:41 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:22 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:30:12 2011 PST by vadim
# Generated Sat Feb 19 15:24:52 2011 PST by vadim
#
# files: * fwbuilder.fw /etc/init.d/fwbuilder.fw
#
@ -169,7 +169,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -483,7 +483,7 @@ status_action() {
}
start() {
log "Activating firewall script generated Fri Feb 18 18:30:12 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:24:52 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:57 2011 PST by vadim
# Generated Sat Feb 19 15:27:38 2011 PST by vadim
#
# files: * heartbeat_cluster_1_d_linux-1-d.fw firewall.sh
#
@ -168,7 +168,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -720,7 +720,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:57 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:38 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:57 2011 PST by vadim
# Generated Sat Feb 19 15:27:38 2011 PST by vadim
#
# files: * heartbeat_cluster_1_d_linux-2-d.fw firewall.sh
#
@ -173,7 +173,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -723,7 +723,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:57 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:38 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:56 2011 PST by vadim
# Generated Sat Feb 19 15:27:37 2011 PST by vadim
#
# files: * heartbeat_cluster_1_linux-1.fw /etc/heartbeat_cluster_1_linux-1.fw
#
@ -167,7 +167,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -843,7 +843,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:56 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:37 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:56 2011 PST by vadim
# Generated Sat Feb 19 15:27:37 2011 PST by vadim
#
# files: * heartbeat_cluster_1_linux-2.fw /etc/heartbeat_cluster_1_linux-2.fw
#
@ -165,7 +165,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -741,7 +741,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:56 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:37 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:58 2011 PST by vadim
# Generated Sat Feb 19 15:27:39 2011 PST by vadim
#
# files: * heartbeat_cluster_2_linux-1.fw /etc/heartbeat_cluster_2_linux-1.fw
#
@ -167,7 +167,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -707,7 +707,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:58 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:39 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:58 2011 PST by vadim
# Generated Sat Feb 19 15:27:39 2011 PST by vadim
#
# files: * heartbeat_cluster_2_linux-2.fw /etc/heartbeat_cluster_2_linux-2.fw
#
@ -165,7 +165,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -620,7 +620,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:58 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:39 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:44 2011 PST by vadim
# Generated Sat Feb 19 15:27:25 2011 PST by vadim
#
# files: * host.fw /etc/fw/host.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -422,7 +422,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:44 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:25 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:59 2011 PST by vadim
# Generated Sat Feb 19 15:27:40 2011 PST by vadim
#
# files: * openais_cluster_1_linux-1.fw /etc/openais_cluster_1_linux-1.fw
#
@ -167,7 +167,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -707,7 +707,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:59 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:40 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:59 2011 PST by vadim
# Generated Sat Feb 19 15:27:40 2011 PST by vadim
#
# files: * openais_cluster_1_linux-2.fw /etc/openais_cluster_1_linux-2.fw
#
@ -165,7 +165,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -611,7 +611,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:59 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:40 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 22:24:43 2011 PST by vadim
# Generated Sat Feb 19 15:27:29 2011 PST by vadim
#
# files: * rc.firewall.local /etc/rc.d//rc.firewall.local
#

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:48 2011 PST by vadim
# Generated Sat Feb 19 15:27:29 2011 PST by vadim
#
# files: * rh90.fw /etc/rh90.fw
#
@ -166,7 +166,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -421,7 +421,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:48 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:29 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:59 2011 PST by vadim
# Generated Sat Feb 19 15:27:40 2011 PST by vadim
#
# files: * secuwall_cluster_1_secuwall-1.fw /etc/secuwall_cluster_1_secuwall-1.fw
#
@ -167,7 +167,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -405,7 +405,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:59 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:40 2011 by vadim"
log "Database was cluster-tests.fwb"
check_tools
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:59 2011 PST by vadim
# Generated Sat Feb 19 15:27:40 2011 PST by vadim
#
# files: * server-cluster-1_server-1.fw /etc/fw/server-cluster-1_server-1.fw
#
@ -168,7 +168,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -398,7 +398,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:59 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:40 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:33:00 2011 PST by vadim
# Generated Sat Feb 19 15:27:40 2011 PST by vadim
#
# files: * server-cluster-1_server-2.fw /etc/fw/server-cluster-1_server-2.fw
#
@ -167,7 +167,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -397,7 +397,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:33:00 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:40 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:51 2011 PST by vadim
# Generated Sat Feb 19 15:27:32 2011 PST by vadim
#
# files: * test-shadowing-1.fw /etc/test-shadowing-1.fw
#
@ -174,7 +174,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -461,7 +461,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:51 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:32 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:55 2011 PST by vadim
# Generated Sat Feb 19 15:27:36 2011 PST by vadim
#
# files: * test-shadowing-2.fw /etc/test-shadowing-2.fw
#
@ -172,7 +172,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -423,7 +423,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:55 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:36 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:58 2011 PST by vadim
# Generated Sat Feb 19 15:27:39 2011 PST by vadim
#
# files: * test-shadowing-3.fw /etc/test-shadowing-3.fw
#
@ -170,7 +170,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -474,7 +474,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:58 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:39 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:32:53 2011 PST by vadim
# Generated Sat Feb 19 15:27:33 2011 PST by vadim
#
# files: * test_fw.fw /etc/test_fw.fw
#
@ -167,7 +167,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -570,7 +570,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:32:53 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:33 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:33:00 2011 PST by vadim
# Generated Sat Feb 19 15:27:41 2011 PST by vadim
#
# files: * vrrp_cluster_1_linux-1.fw /etc/vrrp_cluster_1_linux-1.fw
#
@ -167,7 +167,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -710,7 +710,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:33:00 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:41 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:33:00 2011 PST by vadim
# Generated Sat Feb 19 15:27:41 2011 PST by vadim
#
# files: * vrrp_cluster_1_linux-2.fw /etc/vrrp_cluster_1_linux-2.fw
#
@ -165,7 +165,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -615,7 +615,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:33:00 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:41 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:33:00 2011 PST by vadim
# Generated Sat Feb 19 15:27:41 2011 PST by vadim
#
# files: * vrrp_cluster_2_linux-1.fw /etc/vrrp_cluster_2_linux-1.fw
#
@ -167,7 +167,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -642,7 +642,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:33:00 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:41 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:33:00 2011 PST by vadim
# Generated Sat Feb 19 15:27:41 2011 PST by vadim
#
# files: * vrrp_cluster_2_linux-2.fw /etc/vrrp_cluster_2_linux-2.fw
#
@ -165,7 +165,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -547,7 +547,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:33:00 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:41 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -4,7 +4,7 @@
#
# Firewall Builder fwb_ipt v4.2.0.3482
#
# Generated Fri Feb 18 18:33:01 2011 PST by vadim
# Generated Sat Feb 19 15:27:41 2011 PST by vadim
#
# files: * vrrp_cluster_2_linux-3.fw /etc/vrrp_cluster_2_linux-3.fw
#
@ -165,7 +165,7 @@ missing_address() {
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
$FWBDEBUG $IP addr $cmd $addr dev $interface
$FWBDEBUG $IP addr $cmd $addr dev $interface || exit 1
}
$FWBDEBUG $IP link set $interface up
@ -523,7 +523,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Fri Feb 18 18:33:01 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:27:41 2011 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:20 2011 PST by vadim
# Generated Sat Feb 19 15:32:02 2011 PST by vadim
#
# files: * firewall-base-rulesets.fw /etc/fw/firewall-base-rulesets.fw
# files: firewall-base-rulesets.conf /etc/fw/firewall-base-rulesets.conf
@ -78,7 +78,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -163,7 +163,7 @@ configure_interfaces() {
update_addresses_of_interface "en2 192.168.100.1/0xffffff00" ""
}
log "Activating firewall script generated Thu Feb 17 17:53:20 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:32:02 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:20 2011 PST by vadim
# Generated Sat Feb 19 15:32:02 2011 PST by vadim
#
# files: * firewall-ipv6-1.fw pf-ipv6.fw
# files: firewall-ipv6-1.conf /etc/fw/pf-ipv6.conf
@ -90,7 +90,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -175,7 +175,7 @@ configure_interfaces() {
update_addresses_of_interface "lo ::1/128 127.0.0.1/0xff000000" ""
}
log "Activating firewall script generated Thu Feb 17 17:53:20 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:32:02 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -5,7 +5,7 @@
# Tables: (5)
table <tbl.r4.s> { 222.222.222.22 , 222.222.222.23 }
table <tbl.r4.sx> { 2001:5c0:0:2::24 , 3ffe:1200:2000::/36 , 3ffe:1200:2001:1:8000::1 }
table <tbl.r5.s> { 61.150.47.112 , 74.125.224.16 , 74.125.224.17 , 74.125.224.18 , 74.125.224.19 , 74.125.224.20 , 192.168.1.0 }
table <tbl.r5.s> { 61.150.47.112 , 74.125.224.80 , 74.125.224.81 , 74.125.224.82 , 74.125.224.83 , 74.125.224.84 , 192.168.1.0 }
table <tbl.r5.sx> { 2001:5c0:0:2::24 , 3ffe:1200:2001:1:8000::1 }
table <tbl.r7.s> { 61.150.47.112 , 192.168.1.0 }

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:22 2011 PST by vadim
# Generated Sat Feb 19 15:32:03 2011 PST by vadim
#
# files: * firewall-ipv6-2.fw pf.fw
# files: firewall-ipv6-2.conf pf.conf
@ -94,7 +94,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -179,7 +179,7 @@ configure_interfaces() {
update_addresses_of_interface "lo ::1/128 127.0.0.1/0xff000000" ""
}
log "Activating firewall script generated Thu Feb 17 17:53:22 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:32:03 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -1,9 +1,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:22 2011 PST by vadim
# Generated Sat Feb 19 15:32:03 2011 PST by vadim
#
# files: * firewall-ipv6-3.fw /etc/firewall-ipv6-3.fw
# files: firewall-ipv6-3.conf /etc/firewall-ipv6-3.conf

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:46 2011 PST by vadim
# Generated Sat Feb 19 15:31:26 2011 PST by vadim
#
# files: * firewall.fw /etc/pf.fw
# files: firewall.conf /etc/pf.conf
@ -78,7 +78,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -167,7 +167,7 @@ configure_interfaces() {
update_addresses_of_interface "lo 127.0.0.1/0xff000000" ""
}
log "Activating firewall script generated Thu Feb 17 17:52:46 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:26 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:46 2011 PST by vadim
# Generated Sat Feb 19 15:31:26 2011 PST by vadim
#
# files: * firewall1.fw /etc/fw/firewall1.fw
# files: firewall1.conf /etc/fw/firewall1.conf
@ -76,7 +76,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:52:46 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:26 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:48 2011 PST by vadim
# Generated Sat Feb 19 15:31:28 2011 PST by vadim
#
# files: * firewall10-1.fw /etc/fw/firewall10-1.fw
# files: firewall10-1.conf /etc/fw/firewall10-1.conf
@ -74,7 +74,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:52:48 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:28 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:49 2011 PST by vadim
# Generated Sat Feb 19 15:31:29 2011 PST by vadim
#
# files: * firewall10-2.fw /etc/fw/firewall10-2.fw
# files: firewall10-2.conf /etc/fw/firewall10-2.conf
@ -74,7 +74,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:52:49 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:29 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:50 2011 PST by vadim
# Generated Sat Feb 19 15:31:30 2011 PST by vadim
#
# files: * firewall10-3.fw /etc/fw/firewall10-3.fw
# files: firewall10-3.conf /etc/fw/firewall10-3.conf
@ -76,7 +76,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:52:50 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:30 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:53 2011 PST by vadim
# Generated Sat Feb 19 15:31:33 2011 PST by vadim
#
# files: * firewall10-4.fw /etc/fw/firewall10-4.fw
# files: firewall10-4.conf /etc/fw/firewall10-4.conf
@ -76,7 +76,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:52:53 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:33 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:54 2011 PST by vadim
# Generated Sat Feb 19 15:31:35 2011 PST by vadim
#
# files: * firewall10-5.fw /etc/fw/firewall10-5.fw
# files: firewall10-5.conf /etc/fw/firewall10-5.conf
@ -77,7 +77,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:52:54 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:35 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:56 2011 PST by vadim
# Generated Sat Feb 19 15:31:36 2011 PST by vadim
#
# files: * firewall10-6.fw /etc/fw/firewall10-6.fw
# files: firewall10-6.conf /etc/fw/firewall10-6.conf
@ -77,7 +77,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:52:56 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:36 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:47 2011 PST by vadim
# Generated Sat Feb 19 15:31:27 2011 PST by vadim
#
# files: * firewall100.fw /etc/fw/pf.fw
# files: firewall100.conf /etc/fw/path\ with\ space/pf.conf
@ -76,7 +76,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -161,7 +161,7 @@ configure_interfaces() {
update_addresses_of_interface "em1 10.1.1.81/0xffffff00" ""
}
log "Activating firewall script generated Thu Feb 17 17:52:47 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:27 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:48 2011 PST by vadim
# Generated Sat Feb 19 15:31:27 2011 PST by vadim
#
# files: * firewall101.fw /etc/fw/pf.fw
# files: firewall101.conf /etc/fw/path\ with\ space/pf.conf
@ -79,7 +79,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -164,7 +164,7 @@ configure_interfaces() {
update_addresses_of_interface "em1 10.1.1.81/0xffffff00" ""
}
log "Activating firewall script generated Thu Feb 17 17:52:48 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:27 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -1,9 +1,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:49 2011 PST by vadim
# Generated Sat Feb 19 15:31:29 2011 PST by vadim
#
# files: * firewall102.fw /etc/fw/pf.fw
# files: firewall102.conf /etc/fw/path\ with\ space/pf.conf

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:51 2011 PST by vadim
# Generated Sat Feb 19 15:31:31 2011 PST by vadim
#
# files: * firewall103-1.fw /etc/fw/pf.fw
# files: firewall103-1.conf /etc/fw/path\ with\ space/pf.conf
@ -74,7 +74,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -388,7 +388,7 @@ configure_interfaces() {
update_addresses_of_interface "bridge0 192.168.1.1/0xffffff00" ""
}
log "Activating firewall script generated Thu Feb 17 17:52:51 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:31 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:52 2011 PST by vadim
# Generated Sat Feb 19 15:31:32 2011 PST by vadim
#
# files: * firewall103-2.fw /etc/fw/pf.fw
# files: firewall103-2.conf /etc/fw/path\ with\ space/pf.conf
@ -74,7 +74,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -388,7 +388,7 @@ configure_interfaces() {
update_addresses_of_interface "bridge0 192.168.1.1/0xffffff00" ""
}
log "Activating firewall script generated Thu Feb 17 17:52:52 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:32 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:50 2011 PST by vadim
# Generated Sat Feb 19 15:31:30 2011 PST by vadim
#
# files: * firewall103.fw /etc/fw/pf.fw
# files: firewall103.conf /etc/fw/path\ with\ space/pf.conf
@ -77,7 +77,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -391,7 +391,7 @@ configure_interfaces() {
update_addresses_of_interface "bridge0 192.168.1.1/0xffffff00" ""
}
log "Activating firewall script generated Thu Feb 17 17:52:50 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:30 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:53 2011 PST by vadim
# Generated Sat Feb 19 15:31:33 2011 PST by vadim
#
# files: * firewall104-1.fw /etc/fw/pf.fw
# files: firewall104-1.conf /etc/fw/path\ with\ space/pf.conf
@ -74,7 +74,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -387,7 +387,7 @@ configure_interfaces() {
$IFCONFIG bridge0 -stp em3
}
log "Activating firewall script generated Thu Feb 17 17:52:53 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:33 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:52 2011 PST by vadim
# Generated Sat Feb 19 15:31:32 2011 PST by vadim
#
# files: * firewall104.fw /etc/fw/pf.fw
# files: firewall104.conf /etc/fw/path\ with\ space/pf.conf
@ -77,7 +77,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -390,7 +390,7 @@ configure_interfaces() {
$IFCONFIG bridge0 stp em3
}
log "Activating firewall script generated Thu Feb 17 17:52:52 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:32 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -1,9 +1,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:54 2011 PST by vadim
# Generated Sat Feb 19 15:31:34 2011 PST by vadim
#
# files: * firewall105.fw /etc/fw/pf.fw
# files: firewall105.conf /etc/fw/path\ with\ space/pf.conf

View File

@ -1,9 +1,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:55 2011 PST by vadim
# Generated Sat Feb 19 15:31:35 2011 PST by vadim
#
# files: * firewall106.fw /etc/fw/pf.fw
# files: firewall106.conf /etc/fw/path\ with\ space/pf.conf

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:56 2011 PST by vadim
# Generated Sat Feb 19 15:31:36 2011 PST by vadim
#
# files: * firewall107.fw /etc/fw/pf.fw
# files: firewall107.conf /etc/fw/path\ with\ space/pf.conf
@ -77,7 +77,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -389,7 +389,7 @@ configure_interfaces() {
update_addresses_of_interface "vlan102 192.168.102.1/0xffffff00" ""
}
log "Activating firewall script generated Thu Feb 17 17:52:56 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:36 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -1,9 +1,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:57 2011 PST by vadim
# Generated Sat Feb 19 15:31:37 2011 PST by vadim
#
# files: * firewall108.fw /etc/fw/pf.fw
# files: firewall108.conf /etc/fw/path\ with\ space/pf.conf

View File

@ -1,9 +1,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:58 2011 PST by vadim
# Generated Sat Feb 19 15:31:38 2011 PST by vadim
#
# files: * firewall109-1.fw /etc/fw/pf.fw
# files: firewall109-1.conf /etc/fw/path\ with\ space/pf.conf

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:58 2011 PST by vadim
# Generated Sat Feb 19 15:31:39 2011 PST by vadim
#
# files: * firewall109-2.fw /etc/fw/pf.fw
# files: firewall109-2.conf /etc/fw/path\ with\ space/pf.conf
@ -77,7 +77,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -394,7 +394,7 @@ configure_interfaces() {
update_addresses_of_interface "bridge0 192.168.1.1/0xffffff00" ""
}
log "Activating firewall script generated Thu Feb 17 17:52:58 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:39 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -1,9 +1,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:59 2011 PST by vadim
# Generated Sat Feb 19 15:31:39 2011 PST by vadim
#
# files: * firewall109-3.fw /etc/fw/pf.fw
# files: firewall109-3.conf /etc/fw/path\ with\ space/pf.conf

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:52:57 2011 PST by vadim
# Generated Sat Feb 19 15:31:37 2011 PST by vadim
#
# files: * firewall109.fw /etc/fw/pf.fw
# files: firewall109.conf /etc/fw/path\ with\ space/pf.conf
@ -77,7 +77,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -395,7 +395,7 @@ configure_interfaces() {
update_addresses_of_interface "bridge0 192.168.1.1/0xffffff00" ""
}
log "Activating firewall script generated Thu Feb 17 17:52:57 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:37 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:00 2011 PST by vadim
# Generated Sat Feb 19 15:31:40 2011 PST by vadim
#
# files: * firewall11.fw /etc/firewall11.fw
# files: firewall11.conf /etc/firewall11.conf
@ -77,7 +77,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:53:00 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:40 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:00 2011 PST by vadim
# Generated Sat Feb 19 15:31:40 2011 PST by vadim
#
# files: * firewall110.fw /etc/fw/firewall110.fw
# files: firewall110.conf /etc/fw/firewall110.conf
@ -76,7 +76,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:53:00 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:40 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:01 2011 PST by vadim
# Generated Sat Feb 19 15:31:41 2011 PST by vadim
#
# files: * firewall12.fw /etc/fw/firewall12.fw
# files: firewall12.conf /etc/fw/firewall12.conf
@ -74,7 +74,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -159,7 +159,7 @@ configure_interfaces() {
update_addresses_of_interface "lo0 127.0.0.1/0xff000000" ""
}
log "Activating firewall script generated Thu Feb 17 17:53:01 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:41 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:01 2011 PST by vadim
# Generated Sat Feb 19 15:31:42 2011 PST by vadim
#
# files: * firewall13.fw /etc/fw/firewall13.fw
# files: firewall13.conf /etc/fw/firewall13.conf
@ -88,7 +88,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:53:01 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:42 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:03 2011 PST by vadim
# Generated Sat Feb 19 15:31:43 2011 PST by vadim
#
# files: * firewall14-1.fw /etc/firewall14-1.fw
# files: firewall14-1.conf /etc/firewall14-1.conf
@ -74,7 +74,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -242,7 +242,7 @@ configure_interfaces() {
update_addresses_of_interface "vlan103 10.100.103.1/0xffffff00" ""
}
log "Activating firewall script generated Thu Feb 17 17:53:03 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:43 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:02 2011 PST by vadim
# Generated Sat Feb 19 15:31:42 2011 PST by vadim
#
# files: * firewall14.fw /etc/firewall14.fw
# files: firewall14.conf /etc/firewall14.conf
@ -74,7 +74,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -242,7 +242,7 @@ configure_interfaces() {
update_addresses_of_interface "vlan103 10.100.103.1/0xffffff00" ""
}
log "Activating firewall script generated Thu Feb 17 17:53:02 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:42 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:05 2011 PST by vadim
# Generated Sat Feb 19 15:31:45 2011 PST by vadim
#
# files: * firewall2-1.fw /etc/fw/firewall2-1.fw
# files: firewall2-1.conf /etc/fw/firewall2-1.conf
@ -88,7 +88,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:53:05 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:45 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -0,0 +1,67 @@
#
# Rule 0 (NAT)
# NETMAP and no -o itf
nat proto {tcp udp icmp} from 192.168.1.0/24 to any -> 22.22.22.0/24
#
# Rule 1 (NAT)
nat on em1 proto {tcp udp icmp} from 192.168.1.0/24 to any -> 222.222.222.40
#
# Rule 2 (NAT)
#
nat on em3 proto {tcp udp icmp} from 192.168.1.0/24 to any -> 222.222.222.40
#
# Rule 3 (NAT)
#
nat on { em1 em3 } proto {tcp udp icmp} from 192.168.1.0/24 to any -> 222.222.222.40
#
# Rule 4 (NAT)
nat on { em1 em3 } proto {tcp udp icmp} from 192.168.1.0/24 to any -> 222.222.222.40
#
# Rule 5 (NAT)
#
nat on { em0 em1 em2 } proto {tcp udp icmp} from 192.168.1.0/24 to any -> 222.222.222.40
#
# Rule 6 (NAT)
#
nat on { em0 em2 } proto {tcp udp icmp} from 192.168.1.0/24 to any -> 222.222.222.40
#
# Rule 7 (NAT)
nat on { em0 em2 } proto {tcp udp icmp} from 192.168.1.0/24 to any -> 222.222.222.40
#
# Rule 8 (NAT)
rdr proto {tcp udp icmp} from any to 222.222.222.40 -> 192.168.1.10
#
# Rule 9 (NAT)
rdr on em0 proto {tcp udp icmp} from any to 222.222.222.40 -> 192.168.1.10
#
# Rule 10 (NAT)
rdr on { em0 em2 } proto {tcp udp icmp} from any to 222.222.222.40 -> 192.168.1.10
#
# Rule 11 (NAT)
rdr on { em0 em2 } proto {tcp udp icmp} from any to 222.222.222.40 -> 192.168.1.10
#
# Rule 12 (NAT)
rdr on { em1 em3 em2 } proto {tcp udp icmp} from any to 222.222.222.40 -> 192.168.1.10
#
# Rule 13 (NAT)
rdr on { em1 em3 } proto {tcp udp icmp} from any to 222.222.222.40 -> 192.168.1.10
#
# Rule 14 (NAT)
rdr on { em1 em3 } proto {tcp udp icmp} from any to 222.222.222.40 -> 192.168.1.10
#
# Rule 15 (NAT)
# REDIRECT
rdr on em0 proto tcp from any to any port 80 -> 127.0.0.1 port 3128
#
# Rule 0 (global)
# 'catch all' rule
block log quick inet from any to any label "RULE 0 -- DROP "
#
# Rule fallback rule
# fallback rule
block quick inet from any to any label "RULE 10000 -- DROP "

179
test/pf/firewall2-6.fw.orig Executable file
View File

@ -0,0 +1,179 @@
#!/bin/sh
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Sat Feb 19 15:31:46 2011 PST by vadim
#
# files: * firewall2-6.fw /etc/firewall2-6.fw
# files: firewall2-6.conf /etc/firewall2-6.conf
#
# Compiled for pf
#
# tests for nat rules with inbound and outbound interfaces
FWDIR=`dirname $0`
IFCONFIG="/sbin/ifconfig"
PFCTL="/sbin/pfctl"
IPFW="/sbin/ipfw"
IPF="/sbin/ipf"
IPNAT="/sbin/ipnat"
SYSCTL="/sbin/sysctl"
LOGGER="/usr/bin/logger"
log() {
echo "$1"
command -v "$LOGGER" &>/dev/null && $LOGGER -p info "$1"
}
diff_intf() {
func=$1
list1=$2
list2=$3
cmd=$4
for intf in $list1
do
echo $list2 | grep -q $intf || {
# $vlan is absent in list 2
$func $intf $cmd
}
done
}
missing_address() {
address=$1
cmd=$2
oldIFS=$IFS
IFS="@"
set $address
addr=$1
interface=$2
IFS=$oldIFS
if echo "$addr" | grep -q ':'
then
inet="inet6"
addr=$(echo "$addr" | sed 's!/! prefixlen !')
else
inet="inet"
addr=$(echo "$addr" | sed 's!/! netmask !')
fi
parameter=""
test "$cmd" = "add" && {
echo "# Adding ip address: $interface $addr"
parameter="alias"
}
test "$cmd" = "del" && {
echo "# Removing ip address: $interface $addr"
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
list_addresses_by_scope() {
interface=$1
scope=$2
ignore_list=$3
scope_regex="1"
if test -n "$scope"; then scope_regex=" \$0 !~ \"$scope\" "; fi
$IFCONFIG $interface | sed "s/%$interface//" | \
awk -v IGNORED="$ignore_list" \
"BEGIN {
split(IGNORED,ignored_arr);
for (a in ignored_arr) {ignored_dict[ignored_arr[a]]=1;}
}
(/inet |inet6 / && $scope_regex && !(\$2 in ignored_dict)) {printf \"%s/%s\n\",\$2,\$4;}" | \
while read addr; do
echo "${addr}@$interface"
done | sort
}
update_addresses_of_interface() {
ignore_list=$2
set $1
interface=$1
shift
FWB_ADDRS=$(
for addr in $*; do
echo "${addr}@$interface"
done | sort
)
CURRENT_ADDRS_ALL_SCOPES=""
CURRENT_ADDRS_GLOBAL_SCOPE=""
$IFCONFIG $interface >/dev/null 2>&1 && {
CURRENT_ADDRS_ALL_SCOPES=$(list_addresses_by_scope $interface '' "$ignore_list")
CURRENT_ADDRS_GLOBAL_SCOPE=$(list_addresses_by_scope $interface 'scopeid .*' "$ignore_list")
} || {
echo "# Interface $interface does not exist"
# Stop the script if we are not in test mode
test -z "$FWBDEBUG" && exit 1
}
diff_intf missing_address "$FWB_ADDRS" "$CURRENT_ADDRS_ALL_SCOPES" add
diff_intf missing_address "$CURRENT_ADDRS_GLOBAL_SCOPE" "$FWB_ADDRS" del
}
verify_interfaces() {
:
}
set_kernel_vars() {
:
$SYSCTL -w net.inet.ip.forwarding=1
}
prolog_commands() {
:
}
epilog_commands() {
:
}
run_epilog_and_exit() {
epilog_commands
exit $1
}
configure_interfaces() {
:
update_addresses_of_interface "em0 192.168.1.1/0xffffff00" ""
update_addresses_of_interface "em1 222.222.222.222/0xffffff00 222.222.222.40/0xffffff00" ""
update_addresses_of_interface "em2 33.33.33.3/0xfffffff8 33.33.33.4/0xfffffff8" ""
update_addresses_of_interface "em3 33.33.33.25/0xfffffff8" ""
update_addresses_of_interface "lo 127.0.0.1/0xff000000" ""
}
log "Activating firewall script generated Sat Feb 19 15:31:46 2011 by vadim"
set_kernel_vars
configure_interfaces
prolog_commands
$PFCTL -f /etc/firewall2-6.conf || exit 1
epilog_commands

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:03 2011 PST by vadim
# Generated Sat Feb 19 15:31:43 2011 PST by vadim
#
# files: * firewall2.fw /etc/fw/firewall2.fw
# files: firewall2.conf /etc/fw/firewall2.conf
@ -73,7 +73,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:53:03 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:43 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:04 2011 PST by vadim
# Generated Sat Feb 19 15:31:44 2011 PST by vadim
#
# files: * firewall20.fw /etc/fw/firewall20.fw
# files: firewall20.conf /etc/fw/firewall20.conf
@ -73,7 +73,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:53:04 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:44 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:04 2011 PST by vadim
# Generated Sat Feb 19 15:31:45 2011 PST by vadim
#
# files: * firewall21.fw /etc/fw/firewall21.fw
# files: firewall21.conf /etc/fw/firewall21.conf
@ -81,7 +81,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:53:04 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:45 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:06 2011 PST by vadim
# Generated Sat Feb 19 15:31:46 2011 PST by vadim
#
# files: * firewall22.fw /etc/fw/firewall22.fw
# files: firewall22.conf /etc/fw/firewall22.conf
@ -80,7 +80,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:53:06 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:46 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:06 2011 PST by vadim
# Generated Sat Feb 19 15:31:47 2011 PST by vadim
#
# files: * firewall3.fw /etc/firewall3.fw
# files: firewall3.conf /etc/firewall3.conf
@ -74,7 +74,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -159,7 +159,7 @@ configure_interfaces() {
update_addresses_of_interface "lo 127.0.0.1/0xff000000" ""
}
log "Activating firewall script generated Thu Feb 17 17:53:06 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:47 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -6,7 +6,7 @@
table <tbl.r0> { 157.166.224.25 , 157.166.224.26 , 157.166.226.25 , 157.166.226.26 , 157.166.255.18 , 157.166.255.19 }
table <tbl.r10.d> { www.google.com , 157.166.224.25 , 157.166.224.26 , 157.166.226.25 , 157.166.226.26 , 157.166.255.18 , 157.166.255.19 }
table <tbl.r2> { www.google.com , www.cnn.com }
table <tbl.r8.d> { 74.125.224.16 , 74.125.224.17 , 74.125.224.18 , 74.125.224.19 , 74.125.224.20 , 157.166.224.25 , 157.166.224.26 , 157.166.226.25 , 157.166.226.26 , 157.166.255.18 , 157.166.255.19 }
table <tbl.r8.d> { 74.125.224.80 , 74.125.224.81 , 74.125.224.82 , 74.125.224.83 , 74.125.224.84 , 157.166.224.25 , 157.166.224.26 , 157.166.226.25 , 157.166.226.26 , 157.166.255.18 , 157.166.255.19 }
#
# Rule 0 (NAT)

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:07 2011 PST by vadim
# Generated Sat Feb 19 15:31:48 2011 PST by vadim
#
# files: * firewall33.fw /etc/fw/firewall33.fw
# files: firewall33.conf /etc/fw/firewall33.conf
@ -78,7 +78,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -162,7 +162,7 @@ configure_interfaces() {
update_addresses_of_interface "lo 127.0.0.1/0xff000000" ""
}
log "Activating firewall script generated Thu Feb 17 17:53:07 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:48 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:07 2011 PST by vadim
# Generated Sat Feb 19 15:31:48 2011 PST by vadim
#
# files: * firewall34.fw /etc/fw/firewall34.fw
# files: firewall34.conf /etc/fw/firewall34.conf
@ -74,7 +74,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -158,7 +158,7 @@ configure_interfaces() {
update_addresses_of_interface "lo 127.0.0.1/0xff000000" ""
}
log "Activating firewall script generated Thu Feb 17 17:53:07 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:48 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:08 2011 PST by vadim
# Generated Sat Feb 19 15:31:49 2011 PST by vadim
#
# files: * firewall38.fw /etc/fw/firewall38.fw
# files: firewall38.conf /etc/fw/firewall38.conf
@ -76,7 +76,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:53:08 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:49 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:09 2011 PST by vadim
# Generated Sat Feb 19 15:31:50 2011 PST by vadim
#
# files: * firewall39.fw pf.fw
# files: firewall39.conf pf.conf
@ -79,7 +79,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:53:09 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:50 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:09 2011 PST by vadim
# Generated Sat Feb 19 15:31:50 2011 PST by vadim
#
# files: * firewall4.fw pf.fw
# files: firewall4.conf /etc/fw/pf.conf
@ -77,7 +77,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:53:09 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:50 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:11 2011 PST by vadim
# Generated Sat Feb 19 15:31:51 2011 PST by vadim
#
# files: * firewall40-1.fw /etc/firewall40-1.fw
# files: firewall40-1.conf /etc/firewall40-1.conf
@ -90,7 +90,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -176,7 +176,7 @@ configure_interfaces() {
update_addresses_of_interface "lo0 127.0.0.1/0xff000000" ""
}
log "Activating firewall script generated Thu Feb 17 17:53:11 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:51 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:10 2011 PST by vadim
# Generated Sat Feb 19 15:31:51 2011 PST by vadim
#
# files: * firewall40.fw /etc/firewall40.fw
# files: firewall40.conf /etc/firewall40.conf
@ -74,7 +74,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -160,7 +160,7 @@ configure_interfaces() {
update_addresses_of_interface "lo0 127.0.0.1/0xff000000" ""
}
log "Activating firewall script generated Thu Feb 17 17:53:10 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:51 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:11 2011 PST by vadim
# Generated Sat Feb 19 15:31:52 2011 PST by vadim
#
# files: * firewall41.fw /etc/firewall41.fw
# files: firewall41.conf /etc/firewall41.conf
@ -79,7 +79,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -163,7 +163,7 @@ configure_interfaces() {
update_addresses_of_interface "eth1 2.2.2.2/0xffffff00" ""
}
log "Activating firewall script generated Thu Feb 17 17:53:11 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:52 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:12 2011 PST by vadim
# Generated Sat Feb 19 15:31:53 2011 PST by vadim
#
# files: * firewall5.fw /etc/fw/firewall5.fw
# files: firewall5.conf /etc/fw/firewall5.conf
@ -77,7 +77,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:53:12 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:53 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:13 2011 PST by vadim
# Generated Sat Feb 19 15:31:54 2011 PST by vadim
#
# files: * firewall51.fw /etc/fw/firewall51.fw
# files: firewall51.conf /etc/fw/firewall51.conf
@ -80,7 +80,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:53:13 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:54 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:13 2011 PST by vadim
# Generated Sat Feb 19 15:31:54 2011 PST by vadim
#
# files: * firewall6.fw /etc/fw/firewall6.fw
# files: firewall6.conf /etc/fw/firewall6.conf
@ -73,7 +73,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:53:13 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:54 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:14 2011 PST by vadim
# Generated Sat Feb 19 15:31:55 2011 PST by vadim
#
# files: * firewall62.fw /etc/firewall62.fw
# files: firewall62.conf /etc/firewall62.conf
@ -101,7 +101,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -185,7 +185,7 @@ configure_interfaces() {
update_addresses_of_interface "en1 222.222.222.222/0xffffff00" ""
}
log "Activating firewall script generated Thu Feb 17 17:53:14 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:55 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:14 2011 PST by vadim
# Generated Sat Feb 19 15:31:55 2011 PST by vadim
#
# files: * firewall63.fw /etc/fw/firewall63.fw
# files: firewall63.conf /etc/fw/firewall63.conf
@ -77,7 +77,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:53:14 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:55 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:15 2011 PST by vadim
# Generated Sat Feb 19 15:31:56 2011 PST by vadim
#
# files: * firewall7.fw /etc/fw/firewall7.fw
# files: firewall7.conf /etc/fw/firewall7.conf
@ -73,7 +73,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:53:15 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:56 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:15 2011 PST by vadim
# Generated Sat Feb 19 15:31:57 2011 PST by vadim
#
# files: * firewall70.fw /etc/fw/firewall70.fw
# files: firewall70.conf /etc/fw/firewall70.conf
@ -82,7 +82,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:53:15 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:57 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:16 2011 PST by vadim
# Generated Sat Feb 19 15:31:58 2011 PST by vadim
#
# files: * firewall8.fw /etc/firewall8.fw
# files: firewall8.conf /etc/firewall8.conf
@ -72,7 +72,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:53:16 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:58 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:18 2011 PST by vadim
# Generated Sat Feb 19 15:31:59 2011 PST by vadim
#
# files: * firewall80-4.5.fw /etc/firewall80-4.5.fw
# files: firewall80-4.5.conf /etc/firewall80-4.5.conf
@ -73,7 +73,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:53:18 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:59 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:17 2011 PST by vadim
# Generated Sat Feb 19 15:31:58 2011 PST by vadim
#
# files: * firewall80.fw /etc/firewall80.fw
# files: firewall80.conf /etc/firewall80.conf
@ -73,7 +73,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:53:17 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:58 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:18 2011 PST by vadim
# Generated Sat Feb 19 15:31:59 2011 PST by vadim
#
# files: * firewall9.fw /etc/fw/firewall9.fw
# files: firewall9.conf /etc/fw/firewall9.conf
@ -76,7 +76,7 @@ configure_interfaces() {
}
log "Activating firewall script generated Thu Feb 17 17:53:18 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:31:59 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:19 2011 PST by vadim
# Generated Sat Feb 19 15:32:00 2011 PST by vadim
#
# files: * firewall91.fw /etc/fw/pf.fw
# files: firewall91.conf /etc/fw/pf.conf
@ -73,7 +73,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -241,7 +241,7 @@ configure_interfaces() {
update_addresses_of_interface "vlan103 10.100.103.1/0xffffff00" ""
}
log "Activating firewall script generated Thu Feb 17 17:53:19 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:32:00 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:19 2011 PST by vadim
# Generated Sat Feb 19 15:32:00 2011 PST by vadim
#
# files: * firewall92.fw /etc/fw/pf.fw
# files: firewall92.conf /etc/fw/path\ with\ space/pf.conf
@ -76,7 +76,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -160,7 +160,7 @@ configure_interfaces() {
update_addresses_of_interface "em1 10.1.1.81/0xffffff00" ""
}
log "Activating firewall script generated Thu Feb 17 17:53:19 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:32:00 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:22 2011 PST by vadim
# Generated Sat Feb 19 15:32:03 2011 PST by vadim
#
# files: * pf_cluster_1_openbsd-1.fw /etc/pf_cluster_1_openbsd-1.fw
# files: pf_cluster_1_openbsd-1.conf /etc/pf_cluster_1_openbsd-1.conf
@ -73,7 +73,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -293,7 +293,7 @@ configure_interfaces() {
update_addresses_of_interface "carp1 192.168.1.1/0xffffff00" ""
}
log "Activating firewall script generated Thu Feb 17 17:53:22 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:32:03 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:22 2011 PST by vadim
# Generated Sat Feb 19 15:32:04 2011 PST by vadim
#
# files: * pf_cluster_1_openbsd-2.fw /etc/pf_cluster_1_openbsd-2.fw
# files: pf_cluster_1_openbsd-2.conf /etc/pf_cluster_1_openbsd-2.conf
@ -73,7 +73,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -189,7 +189,7 @@ configure_interfaces() {
update_addresses_of_interface "carp1 192.168.1.1/0xffffff00" ""
}
log "Activating firewall script generated Thu Feb 17 17:53:22 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:32:04 2011 by vadim"
set_kernel_vars
configure_interfaces

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_pf v4.2.0.3480
# Firewall Builder fwb_pf v4.2.0.3482
#
# Generated Thu Feb 17 17:53:22 2011 PST by vadim
# Generated Sat Feb 19 15:32:04 2011 PST by vadim
#
# files: * pf_cluster_2_freebsd-1.fw /etc/pf_cluster_2_freebsd-1.fw
# files: pf_cluster_2_freebsd-1.conf /etc/pf_cluster_2_freebsd-1.conf
@ -76,7 +76,7 @@ missing_address() {
parameter="delete"
}
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter
$FWBDEBUG $IFCONFIG $interface $inet $addr $parameter || exit 1
$FWBDEBUG $IFCONFIG $interface up
}
@ -295,7 +295,7 @@ configure_interfaces() {
update_addresses_of_interface "carp1 192.168.1.1/0xffffff00" ""
}
log "Activating firewall script generated Thu Feb 17 17:53:22 2011 by vadim"
log "Activating firewall script generated Sat Feb 19 15:32:04 2011 by vadim"
set_kernel_vars
configure_interfaces

Some files were not shown because too many files have changed in this diff Show More