1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-23 11:47:24 +01:00

updated test cases

This commit is contained in:
Vadim Kurland 2012-02-20 11:55:46 -08:00
parent 8a456b3c7d
commit ca17dccfcc
134 changed files with 664 additions and 412 deletions

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:54:16 2012 PST by vadim
# Generated Mon Feb 20 11:52:35 2012 PST by vadim
#
# files: * cluster1_secuwall-1.fw /etc/cluster1_secuwall-1.fw
#
@ -610,7 +610,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:54:16 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:35 2012 by vadim"
log "Database was cluster-tests.fwb"
check_tools
check_run_time_address_table_files

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:14 2012 PST by vadim
# Generated Mon Feb 20 11:51:54 2012 PST by vadim
#
# files: * firewall-base-rulesets.fw /etc/fw/firewall-base-rulesets.fw
#
@ -467,7 +467,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:14 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:54 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:23 2012 PST by vadim
# Generated Mon Feb 20 11:51:58 2012 PST by vadim
#
# files: * firewall-ipv6-1.fw /etc/firewall-ipv6-1.fw
#
@ -343,6 +343,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 fe80::21d:9ff:fe8b:8e94/64 1.1.1.1/24" ""
}
@ -724,7 +731,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:23 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:58 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:23 2012 PST by vadim
# Generated Mon Feb 20 11:52:02 2012 PST by vadim
#
# files: * firewall-ipv6-2.fw /etc/firewall-ipv6-2.fw
#
@ -371,6 +371,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 fe80::21d:9ff:fe8b:8e94/64 1.1.1.1/24" ""
}
@ -988,7 +995,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:23 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:02 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:31 2012 PST by vadim
# Generated Mon Feb 20 11:52:02 2012 PST by vadim
#
# files: * firewall-ipv6-3.fw /etc/firewall-ipv6-3.fw
#
@ -320,6 +320,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 fe80::21d:9ff:fe8b:8e94/64 1.1.1.1/24" ""
update_addresses_of_interface "eth1 22.22.22.22/24" ""
}
@ -618,7 +625,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:31 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:02 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:39 2012 PST by vadim
# Generated Mon Feb 20 11:52:03 2012 PST by vadim
#
# files: * firewall-ipv6-4-1.fw /etc/firewall-ipv6-4-1.fw
#
@ -324,6 +324,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 fe80::21d:9ff:fe8b:8e94/64 1.1.1.1/24" ""
getaddr eth1 i_eth1
getaddr6 eth1 i_eth1_v6
@ -569,7 +576,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:39 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:03 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:31 2012 PST by vadim
# Generated Mon Feb 20 11:52:02 2012 PST by vadim
#
# files: * firewall-ipv6-4.fw /etc/firewall-ipv6-4.fw
#
@ -322,6 +322,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 fe80::21d:9ff:fe8b:8e94/64 1.1.1.1/24" ""
getaddr eth1 i_eth1
getaddr6 eth1 i_eth1_v6
@ -605,7 +612,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:31 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:02 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:34 2012 PST by vadim
# Generated Mon Feb 20 11:52:08 2012 PST by vadim
#
# files: * firewall-ipv6-5.fw /etc/firewall-ipv6-5.fw
#
@ -434,7 +434,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:34 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:08 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:36 2012 PST by vadim
# Generated Mon Feb 20 11:52:09 2012 PST by vadim
#
# files: * firewall-ipv6-6.fw /etc/firewall-ipv6-6.fw
#
@ -311,6 +311,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 fe80::21d:9ff:fe8b:8e94/64 1.1.1.1/24" ""
getaddr eth1 i_eth1
getaddr6 eth1 i_eth1_v6
@ -423,7 +430,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:36 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:09 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:38 2012 PST by vadim
# Generated Mon Feb 20 11:52:09 2012 PST by vadim
#
# files: * firewall-ipv6-7.fw /etc/firewall-ipv6-7.fw
#
@ -313,6 +313,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 fe80::21d:9ff:fe8b:8e94/64 1.1.1.1/24" ""
getaddr eth1 i_eth1
getaddr6 eth1 i_eth1_v6
@ -467,7 +474,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:38 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:09 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:39 2012 PST by vadim
# Generated Mon Feb 20 11:52:09 2012 PST by vadim
#
# files: * firewall-ipv6-8.fw /etc/firewall-ipv6-8.fw
#
@ -313,6 +313,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 fe80::21d:9ff:fe8b:8e94/64 1.1.1.1/24" ""
getaddr eth1 i_eth1
getaddr6 eth1 i_eth1_v6
@ -540,7 +547,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:39 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:09 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:42 2012 PST by vadim
# Generated Mon Feb 20 11:52:14 2012 PST by vadim
#
# files: * firewall-ipv6-ipt-reset-prolog-after-flush.fw /etc/firewall-ipv6-ipt-reset-prolog-after-flush.fw
#
@ -313,6 +313,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 fe80::21d:9ff:fe8b:8e94/64 1.1.1.1/24" ""
update_addresses_of_interface "eth1 22.22.22.22/24" ""
}
@ -464,7 +471,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:42 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:14 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:42 2012 PST by vadim
# Generated Mon Feb 20 11:52:15 2012 PST by vadim
#
# files: * firewall-ipv6-ipt-reset-prolog-after-interfaces.fw /etc/firewall-ipv6-ipt-reset-prolog-after-interfaces.fw
#
@ -313,6 +313,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 fe80::21d:9ff:fe8b:8e94/64 1.1.1.1/24" ""
update_addresses_of_interface "eth1 22.22.22.22/24" ""
}
@ -464,7 +471,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:42 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:15 2012 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:45 2012 PST by vadim
# Generated Mon Feb 20 11:52:15 2012 PST by vadim
#
# files: * firewall-ipv6-ipt-reset-prolog-top.fw /etc/firewall-ipv6-ipt-reset-prolog-top.fw
#
@ -313,6 +313,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 fe80::21d:9ff:fe8b:8e94/64 1.1.1.1/24" ""
update_addresses_of_interface "eth1 22.22.22.22/24" ""
}
@ -464,7 +471,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:45 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:15 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:45 2012 PST by vadim
# Generated Mon Feb 20 11:52:15 2012 PST by vadim
#
# files: * firewall-ipv6-nd-ns-1.fw /etc/firewall-ipv6-nd-ns-1.fw
#
@ -313,6 +313,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 fe80::21d:9ff:fe8b:8e94/64 1.1.1.1/24" ""
update_addresses_of_interface "eth1 192.0.2.1/24" ""
}
@ -464,7 +471,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:45 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:15 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:47 2012 PST by vadim
# Generated Mon Feb 20 11:52:21 2012 PST by vadim
#
# files: * firewall-ipv6-nd-ns-2.fw /etc/firewall-ipv6-nd-ns-2.fw
#
@ -313,6 +313,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 fe80::21d:9ff:fe8b:8e94/64 1.1.1.1/24" ""
update_addresses_of_interface "eth1 192.0.2.1/24" ""
}
@ -468,7 +475,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:47 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:21 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:47 2012 PST by vadim
# Generated Mon Feb 20 11:52:21 2012 PST by vadim
#
# files: * firewall-ipv6-prolog-after-flush.fw /etc/firewall-ipv6-prolog-after-flush.fw
#
@ -311,6 +311,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 fe80::21d:9ff:fe8b:8e94/64 1.1.1.1/24" ""
update_addresses_of_interface "eth1 22.22.22.22/24" ""
}
@ -442,7 +449,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:47 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:21 2012 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:50 2012 PST by vadim
# Generated Mon Feb 20 11:52:22 2012 PST by vadim
#
# files: * firewall-ipv6-prolog-after-interfaces.fw /etc/firewall-ipv6-prolog-after-interfaces.fw
#
@ -311,6 +311,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 fe80::21d:9ff:fe8b:8e94/64 1.1.1.1/24" ""
update_addresses_of_interface "eth1 22.22.22.22/24" ""
}
@ -442,7 +449,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:50 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:22 2012 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:50 2012 PST by vadim
# Generated Mon Feb 20 11:52:22 2012 PST by vadim
#
# files: * firewall-ipv6-prolog-top.fw /etc/firewall-ipv6-prolog-top.fw
#
@ -311,6 +311,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 fe80::21d:9ff:fe8b:8e94/64 1.1.1.1/24" ""
update_addresses_of_interface "eth1 22.22.22.22/24" ""
}
@ -442,7 +449,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:50 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:22 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:52 2012 PST by vadim
# Generated Mon Feb 20 11:52:26 2012 PST by vadim
#
# files: * firewall-server-1-s.fw /etc/fw/firewall-server-1-s.fw
#
@ -415,7 +415,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:52 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:26 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:13 2012 PST by vadim
# Generated Mon Feb 20 11:49:32 2012 PST by vadim
#
# files: * firewall.fw /etc/fw/firewall.fw
#
@ -341,6 +341,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth1 222.222.222.222/24 222.222.222.0/32 222.222.222.1/32 222.222.222.2/32 222.222.222.3/32 222.222.222.4/32 222.222.222.5/32 222.222.222.6/32 222.222.222.7/32 222.222.222.8/32 222.222.222.9/32 222.222.222.10/32 222.222.222.11/32 222.222.222.12/32 222.222.222.13/32 222.222.222.14/32 222.222.222.15/32 222.222.222.16/32 222.222.222.17/32 222.222.222.18/32 222.222.222.19/32 222.222.222.20/32 222.222.222.21/32 222.222.222.22/32 222.222.222.23/32 222.222.222.24/32 222.222.222.25/32 222.222.222.26/32 222.222.222.27/32 222.222.222.28/32 222.222.222.29/32 222.222.222.30/32 222.222.222.31/32 222.222.222.32/32 222.222.222.33/32 222.222.222.34/32 222.222.222.35/32 222.222.222.36/32 222.222.222.37/32 222.222.222.38/32 222.222.222.39/32 222.222.222.40/32 222.222.222.41/32 222.222.222.42/32 222.222.222.43/32 222.222.222.44/32 222.222.222.45/32 222.222.222.46/32 222.222.222.47/32 222.222.222.48/32 222.222.222.49/32 222.222.222.50/32 222.222.222.51/32 222.222.222.52/32 222.222.222.53/32 222.222.222.54/32 222.222.222.55/32 222.222.222.56/32 222.222.222.57/32 222.222.222.58/32 222.222.222.59/32 222.222.222.60/32 222.222.222.61/32 222.222.222.62/32 222.222.222.63/32 222.222.222.64/32 222.222.222.65/32 222.222.222.66/32 222.222.222.67/32 222.222.222.68/32 222.222.222.69/32 222.222.222.70/32 222.222.222.71/32 222.222.222.72/32 222.222.222.73/32 222.222.222.74/32 222.222.222.75/32 222.222.222.76/32 222.222.222.77/32 222.222.222.78/32 222.222.222.79/32 222.222.222.80/32 222.222.222.81/32 222.222.222.82/32 222.222.222.83/32 222.222.222.84/32 222.222.222.85/32 222.222.222.86/32 222.222.222.87/32 222.222.222.88/32 222.222.222.89/32 222.222.222.90/32 222.222.222.91/32 222.222.222.92/32 222.222.222.93/32 222.222.222.94/32 222.222.222.95/32 222.222.222.96/32 222.222.222.97/32 222.222.222.98/32 222.222.222.99/32 222.222.222.100/32 222.222.222.101/32 222.222.222.102/32 222.222.222.103/32 222.222.222.104/32 222.222.222.105/32 222.222.222.106/32 222.222.222.107/32 222.222.222.108/32 222.222.222.109/32 222.222.222.110/32 222.222.222.111/32 222.222.222.112/32 222.222.222.113/32 222.222.222.114/32 222.222.222.115/32 222.222.222.116/32 222.222.222.117/32 222.222.222.118/32 222.222.222.119/32 222.222.222.120/32 222.222.222.121/32 222.222.222.122/32 222.222.222.123/32 222.222.222.124/32 222.222.222.125/32 222.222.222.126/32 222.222.222.127/32 222.222.222.128/32 222.222.222.129/32 222.222.222.130/32 222.222.222.131/32 222.222.222.132/32 222.222.222.133/32 222.222.222.134/32 222.222.222.135/32 222.222.222.136/32 222.222.222.137/32 222.222.222.138/32 222.222.222.139/32 222.222.222.140/32 222.222.222.141/32 222.222.222.142/32 222.222.222.143/32 222.222.222.144/32 222.222.222.145/32 222.222.222.146/32 222.222.222.147/32 222.222.222.148/32 222.222.222.149/32 222.222.222.150/32 222.222.222.151/32 222.222.222.152/32 222.222.222.153/32 222.222.222.154/32 222.222.222.155/32 222.222.222.156/32 222.222.222.157/32 222.222.222.158/32 222.222.222.159/32 222.222.222.160/32 222.222.222.161/32 222.222.222.162/32 222.222.222.163/32 222.222.222.164/32 222.222.222.165/32 222.222.222.166/32 222.222.222.167/32 222.222.222.168/32 222.222.222.169/32 222.222.222.170/32 222.222.222.171/32 222.222.222.172/32 222.222.222.173/32 222.222.222.174/32 222.222.222.175/32 222.222.222.176/32 222.222.222.177/32 222.222.222.178/32 222.222.222.179/32 222.222.222.180/32 222.222.222.181/32 222.222.222.182/32 222.222.222.183/32 222.222.222.184/32 222.222.222.185/32 222.222.222.186/32 222.222.222.187/32 222.222.222.188/32 222.222.222.189/32 222.222.222.190/32 222.222.222.191/32 222.222.222.192/32 222.222.222.193/32 222.222.222.194/32 222.222.222.195/32 222.222.222.196/32 222.222.222.197/32 222.222.222.198/32 222.222.222.199/32 222.222.222.200/32 222.222.222.201/32 222.222.222.202/32 222.222.222.203/32 222.222.222.204/32 222.222.222.205/32 222.222.222.206/32 222.222.222.207/32 222.222.222.208/32 222.222.222.209/32 222.222.222.210/32 222.222.222.211/32 222.222.222.212/32 222.222.222.213/32 222.222.222.214/32 222.222.222.215/32 222.222.222.216/32 222.222.222.217/32 222.222.222.218/32 222.222.222.219/32 222.222.222.220/32 222.222.222.221/32 222.222.222.222/32 222.222.222.223/32 222.222.222.224/32 222.222.222.225/32 222.222.222.226/32 222.222.222.227/32 222.222.222.228/32 222.222.222.229/32 222.222.222.230/32 222.222.222.231/32 222.222.222.232/32 222.222.222.233/32 222.222.222.234/32 222.222.222.235/32 222.222.222.236/32 222.222.222.237/32 222.222.222.238/32 222.222.222.239/32 222.222.222.240/32 222.222.222.241/32 222.222.222.242/32 222.222.222.243/32 222.222.222.244/32 222.222.222.245/32 222.222.222.246/32 222.222.222.247/32 222.222.222.248/32 222.222.222.249/32 222.222.222.250/32 222.222.222.251/32 222.222.222.252/32 222.222.222.253/32 222.222.222.254/32 222.222.222.40/24 222.222.222.41/24" ""
update_addresses_of_interface "eth0 192.168.1.1/24 192.168.1.20/24 192.168.1.10/24" ""
}
@ -1398,7 +1405,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:13 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:49:32 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:15 2012 PST by vadim
# Generated Mon Feb 20 11:49:32 2012 PST by vadim
#
# files: * firewall1.fw /etc/fw/firewall1.fw
#
@ -293,6 +293,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 192.168.1.1/24 192.168.1.0/24" ""
update_addresses_of_interface "eth1 22.22.22.22/24 22.22.22.23/24" ""
update_addresses_of_interface "eth2 192.168.2.1/24 192.168.2.0/24" ""
@ -1270,7 +1277,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:15 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:49:32 2012 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:15 2012 PST by vadim
# Generated Mon Feb 20 11:49:31 2012 PST by vadim
#
# files: * firewall10.fw /etc/fw/firewall10.fw
#
@ -495,7 +495,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:15 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:49:31 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:17 2012 PST by vadim
# Generated Mon Feb 20 11:49:38 2012 PST by vadim
#
# files: * firewall11.fw /etc/fw/firewall11.fw
#
@ -615,7 +615,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:17 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:49:38 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:18 2012 PST by vadim
# Generated Mon Feb 20 11:49:38 2012 PST by vadim
#
# files: * firewall12.fw /etc/fw/firewall12.fw
#
@ -319,6 +319,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 22.22.22.22/24 22.22.22.23/24" ""
update_addresses_of_interface "eth1 22.22.23.22/24" ""
}
@ -533,7 +540,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:18 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:49:38 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:20 2012 PST by vadim
# Generated Mon Feb 20 11:49:38 2012 PST by vadim
#
# files: * firewall13.fw /etc/fw/firewall13.fw
#
@ -407,7 +407,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:20 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:49:38 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:20 2012 PST by vadim
# Generated Mon Feb 20 11:49:38 2012 PST by vadim
#
# files: * firewall14.fw /etc/fw/firewall14.fw
#
@ -306,6 +306,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 192.168.1.22/24" ""
update_addresses_of_interface "eth1 22.22.23.22/24 22.22.23.160/24 22.22.23.40/24" ""
update_addresses_of_interface "eth2 22.22.23.132/25" ""
@ -426,7 +433,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:20 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:49:38 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:22 2012 PST by vadim
# Generated Mon Feb 20 11:49:44 2012 PST by vadim
#
# files: * firewall15.fw /etc/fw/firewall15.fw
#
@ -410,7 +410,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:22 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:49:44 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:22 2012 PST by vadim
# Generated Mon Feb 20 11:49:45 2012 PST by vadim
#
# files: * firewall16.fw /etc/fw/firewall16.fw
#
@ -514,7 +514,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:22 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:49:45 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:25 2012 PST by vadim
# Generated Mon Feb 20 11:49:45 2012 PST by vadim
#
# files: * firewall17.fw /etc/fw/firewall17.fw
#
@ -303,6 +303,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 192.168.1.1/24" ""
update_addresses_of_interface "eth1 22.22.22.22/24 33.33.33.33/24" ""
update_addresses_of_interface "eth2 192.168.2.1/24" ""
@ -493,7 +500,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:25 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:49:45 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:25 2012 PST by vadim
# Generated Mon Feb 20 11:49:45 2012 PST by vadim
#
# files: * firewall18.fw /etc/fw/firewall18.fw
#
@ -528,7 +528,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:25 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:49:45 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:27 2012 PST by vadim
# Generated Mon Feb 20 11:49:50 2012 PST by vadim
#
# files: * firewall19.fw /etc/fw/firewall19.fw
#
@ -532,7 +532,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:27 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:49:50 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:34 2012 PST by vadim
# Generated Mon Feb 20 11:50:01 2012 PST by vadim
#
# files: * firewall2-1.fw /etc/fw/firewall2-1.fw
#
@ -315,6 +315,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 192.168.1.1/24 192.168.1.10/24 192.168.1.50/24" ""
update_addresses_of_interface "eth1 22.22.22.22/24 22.22.22.23/24 22.22.22.24/24 22.22.22.25/24 22.22.22.0/32 22.22.22.1/32 22.22.22.2/32 22.22.22.3/32 22.22.22.4/32 22.22.22.5/32 22.22.22.6/32 22.22.22.7/32 22.22.22.8/32 22.22.22.9/32 22.22.22.10/32 22.22.22.11/32 22.22.22.12/32 22.22.22.13/32 22.22.22.14/32 22.22.22.15/32 22.22.22.16/32 22.22.22.17/32 22.22.22.18/32 22.22.22.19/32 22.22.22.20/32 22.22.22.21/32 22.22.22.22/32 22.22.22.23/32 22.22.22.24/32 22.22.22.25/32 22.22.22.26/32 22.22.22.27/32 22.22.22.28/32 22.22.22.29/32 22.22.22.30/32 22.22.22.31/32 22.22.22.32/32 22.22.22.33/32 22.22.22.34/32 22.22.22.35/32 22.22.22.36/32 22.22.22.37/32 22.22.22.38/32 22.22.22.39/32 22.22.22.40/32 22.22.22.41/32 22.22.22.42/32 22.22.22.43/32 22.22.22.44/32 22.22.22.45/32 22.22.22.46/32 22.22.22.47/32 22.22.22.48/32 22.22.22.49/32 22.22.22.50/32 22.22.22.51/32 22.22.22.52/32 22.22.22.53/32 22.22.22.54/32 22.22.22.55/32 22.22.22.56/32 22.22.22.57/32 22.22.22.58/32 22.22.22.59/32 22.22.22.60/32 22.22.22.61/32 22.22.22.62/32 22.22.22.63/32 22.22.22.64/32 22.22.22.65/32 22.22.22.66/32 22.22.22.67/32 22.22.22.68/32 22.22.22.69/32 22.22.22.70/32 22.22.22.71/32 22.22.22.72/32 22.22.22.73/32 22.22.22.74/32 22.22.22.75/32 22.22.22.76/32 22.22.22.77/32 22.22.22.78/32 22.22.22.79/32 22.22.22.80/32 22.22.22.81/32 22.22.22.82/32 22.22.22.83/32 22.22.22.84/32 22.22.22.85/32 22.22.22.86/32 22.22.22.87/32 22.22.22.88/32 22.22.22.89/32 22.22.22.90/32 22.22.22.91/32 22.22.22.92/32 22.22.22.93/32 22.22.22.94/32 22.22.22.95/32 22.22.22.96/32 22.22.22.97/32 22.22.22.98/32 22.22.22.99/32 22.22.22.100/32 22.22.22.101/32 22.22.22.102/32 22.22.22.103/32 22.22.22.104/32 22.22.22.105/32 22.22.22.106/32 22.22.22.107/32 22.22.22.108/32 22.22.22.109/32 22.22.22.110/32 22.22.22.111/32 22.22.22.112/32 22.22.22.113/32 22.22.22.114/32 22.22.22.115/32 22.22.22.116/32 22.22.22.117/32 22.22.22.118/32 22.22.22.119/32 22.22.22.120/32 22.22.22.121/32 22.22.22.122/32 22.22.22.123/32 22.22.22.124/32 22.22.22.125/32 22.22.22.126/32 22.22.22.127/32 22.22.22.128/32 22.22.22.129/32 22.22.22.130/32 22.22.22.131/32 22.22.22.132/32 22.22.22.133/32 22.22.22.134/32 22.22.22.135/32 22.22.22.136/32 22.22.22.137/32 22.22.22.138/32 22.22.22.139/32 22.22.22.140/32 22.22.22.141/32 22.22.22.142/32 22.22.22.143/32 22.22.22.144/32 22.22.22.145/32 22.22.22.146/32 22.22.22.147/32 22.22.22.148/32 22.22.22.149/32 22.22.22.150/32 22.22.22.151/32 22.22.22.152/32 22.22.22.153/32 22.22.22.154/32 22.22.22.155/32 22.22.22.156/32 22.22.22.157/32 22.22.22.158/32 22.22.22.159/32 22.22.22.160/32 22.22.22.161/32 22.22.22.162/32 22.22.22.163/32 22.22.22.164/32 22.22.22.165/32 22.22.22.166/32 22.22.22.167/32 22.22.22.168/32 22.22.22.169/32 22.22.22.170/32 22.22.22.171/32 22.22.22.172/32 22.22.22.173/32 22.22.22.174/32 22.22.22.175/32 22.22.22.176/32 22.22.22.177/32 22.22.22.178/32 22.22.22.179/32 22.22.22.180/32 22.22.22.181/32 22.22.22.182/32 22.22.22.183/32 22.22.22.184/32 22.22.22.185/32 22.22.22.186/32 22.22.22.187/32 22.22.22.188/32 22.22.22.189/32 22.22.22.190/32 22.22.22.191/32 22.22.22.192/32 22.22.22.193/32 22.22.22.194/32 22.22.22.195/32 22.22.22.196/32 22.22.22.197/32 22.22.22.198/32 22.22.22.199/32 22.22.22.200/32 22.22.22.201/32 22.22.22.202/32 22.22.22.203/32 22.22.22.204/32 22.22.22.205/32 22.22.22.206/32 22.22.22.207/32 22.22.22.208/32 22.22.22.209/32 22.22.22.210/32 22.22.22.211/32 22.22.22.212/32 22.22.22.213/32 22.22.22.214/32 22.22.22.215/32 22.22.22.216/32 22.22.22.217/32 22.22.22.218/32 22.22.22.219/32 22.22.22.220/32 22.22.22.221/32 22.22.22.222/32 22.22.22.223/32 22.22.22.224/32 22.22.22.225/32 22.22.22.226/32 22.22.22.227/32 22.22.22.228/32 22.22.22.229/32 22.22.22.230/32 22.22.22.231/32 22.22.22.232/32 22.22.22.233/32 22.22.22.234/32 22.22.22.235/32 22.22.22.236/32 22.22.22.237/32 22.22.22.238/32 22.22.22.239/32 22.22.22.240/32 22.22.22.241/32 22.22.22.242/32 22.22.22.243/32 22.22.22.244/32 22.22.22.245/32 22.22.22.246/32 22.22.22.247/32 22.22.22.248/32 22.22.22.249/32 22.22.22.250/32 22.22.22.251/32 22.22.22.252/32 22.22.22.253/32 22.22.22.254/32" ""
update_addresses_of_interface "eth3 22.22.23.23/24 22.22.25.50/24 22.22.23.24/24" ""
@ -1452,7 +1459,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:34 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:01 2012 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:37 2012 PST by vadim
# Generated Mon Feb 20 11:50:01 2012 PST by vadim
#
# files: * firewall2-2.fw /etc/fw/firewall2-2.fw
#
@ -315,6 +315,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 192.168.1.1/24 192.168.1.10/24 192.168.1.50/24" ""
update_addresses_of_interface "eth1 22.22.22.22/24 22.22.22.23/24 22.22.22.24/24 22.22.22.25/24 22.22.22.0/32 22.22.22.1/32 22.22.22.2/32 22.22.22.3/32 22.22.22.4/32 22.22.22.5/32 22.22.22.6/32 22.22.22.7/32 22.22.22.8/32 22.22.22.9/32 22.22.22.10/32 22.22.22.11/32 22.22.22.12/32 22.22.22.13/32 22.22.22.14/32 22.22.22.15/32 22.22.22.16/32 22.22.22.17/32 22.22.22.18/32 22.22.22.19/32 22.22.22.20/32 22.22.22.21/32 22.22.22.22/32 22.22.22.23/32 22.22.22.24/32 22.22.22.25/32 22.22.22.26/32 22.22.22.27/32 22.22.22.28/32 22.22.22.29/32 22.22.22.30/32 22.22.22.31/32 22.22.22.32/32 22.22.22.33/32 22.22.22.34/32 22.22.22.35/32 22.22.22.36/32 22.22.22.37/32 22.22.22.38/32 22.22.22.39/32 22.22.22.40/32 22.22.22.41/32 22.22.22.42/32 22.22.22.43/32 22.22.22.44/32 22.22.22.45/32 22.22.22.46/32 22.22.22.47/32 22.22.22.48/32 22.22.22.49/32 22.22.22.50/32 22.22.22.51/32 22.22.22.52/32 22.22.22.53/32 22.22.22.54/32 22.22.22.55/32 22.22.22.56/32 22.22.22.57/32 22.22.22.58/32 22.22.22.59/32 22.22.22.60/32 22.22.22.61/32 22.22.22.62/32 22.22.22.63/32 22.22.22.64/32 22.22.22.65/32 22.22.22.66/32 22.22.22.67/32 22.22.22.68/32 22.22.22.69/32 22.22.22.70/32 22.22.22.71/32 22.22.22.72/32 22.22.22.73/32 22.22.22.74/32 22.22.22.75/32 22.22.22.76/32 22.22.22.77/32 22.22.22.78/32 22.22.22.79/32 22.22.22.80/32 22.22.22.81/32 22.22.22.82/32 22.22.22.83/32 22.22.22.84/32 22.22.22.85/32 22.22.22.86/32 22.22.22.87/32 22.22.22.88/32 22.22.22.89/32 22.22.22.90/32 22.22.22.91/32 22.22.22.92/32 22.22.22.93/32 22.22.22.94/32 22.22.22.95/32 22.22.22.96/32 22.22.22.97/32 22.22.22.98/32 22.22.22.99/32 22.22.22.100/32 22.22.22.101/32 22.22.22.102/32 22.22.22.103/32 22.22.22.104/32 22.22.22.105/32 22.22.22.106/32 22.22.22.107/32 22.22.22.108/32 22.22.22.109/32 22.22.22.110/32 22.22.22.111/32 22.22.22.112/32 22.22.22.113/32 22.22.22.114/32 22.22.22.115/32 22.22.22.116/32 22.22.22.117/32 22.22.22.118/32 22.22.22.119/32 22.22.22.120/32 22.22.22.121/32 22.22.22.122/32 22.22.22.123/32 22.22.22.124/32 22.22.22.125/32 22.22.22.126/32 22.22.22.127/32 22.22.22.128/32 22.22.22.129/32 22.22.22.130/32 22.22.22.131/32 22.22.22.132/32 22.22.22.133/32 22.22.22.134/32 22.22.22.135/32 22.22.22.136/32 22.22.22.137/32 22.22.22.138/32 22.22.22.139/32 22.22.22.140/32 22.22.22.141/32 22.22.22.142/32 22.22.22.143/32 22.22.22.144/32 22.22.22.145/32 22.22.22.146/32 22.22.22.147/32 22.22.22.148/32 22.22.22.149/32 22.22.22.150/32 22.22.22.151/32 22.22.22.152/32 22.22.22.153/32 22.22.22.154/32 22.22.22.155/32 22.22.22.156/32 22.22.22.157/32 22.22.22.158/32 22.22.22.159/32 22.22.22.160/32 22.22.22.161/32 22.22.22.162/32 22.22.22.163/32 22.22.22.164/32 22.22.22.165/32 22.22.22.166/32 22.22.22.167/32 22.22.22.168/32 22.22.22.169/32 22.22.22.170/32 22.22.22.171/32 22.22.22.172/32 22.22.22.173/32 22.22.22.174/32 22.22.22.175/32 22.22.22.176/32 22.22.22.177/32 22.22.22.178/32 22.22.22.179/32 22.22.22.180/32 22.22.22.181/32 22.22.22.182/32 22.22.22.183/32 22.22.22.184/32 22.22.22.185/32 22.22.22.186/32 22.22.22.187/32 22.22.22.188/32 22.22.22.189/32 22.22.22.190/32 22.22.22.191/32 22.22.22.192/32 22.22.22.193/32 22.22.22.194/32 22.22.22.195/32 22.22.22.196/32 22.22.22.197/32 22.22.22.198/32 22.22.22.199/32 22.22.22.200/32 22.22.22.201/32 22.22.22.202/32 22.22.22.203/32 22.22.22.204/32 22.22.22.205/32 22.22.22.206/32 22.22.22.207/32 22.22.22.208/32 22.22.22.209/32 22.22.22.210/32 22.22.22.211/32 22.22.22.212/32 22.22.22.213/32 22.22.22.214/32 22.22.22.215/32 22.22.22.216/32 22.22.22.217/32 22.22.22.218/32 22.22.22.219/32 22.22.22.220/32 22.22.22.221/32 22.22.22.222/32 22.22.22.223/32 22.22.22.224/32 22.22.22.225/32 22.22.22.226/32 22.22.22.227/32 22.22.22.228/32 22.22.22.229/32 22.22.22.230/32 22.22.22.231/32 22.22.22.232/32 22.22.22.233/32 22.22.22.234/32 22.22.22.235/32 22.22.22.236/32 22.22.22.237/32 22.22.22.238/32 22.22.22.239/32 22.22.22.240/32 22.22.22.241/32 22.22.22.242/32 22.22.22.243/32 22.22.22.244/32 22.22.22.245/32 22.22.22.246/32 22.22.22.247/32 22.22.22.248/32 22.22.22.249/32 22.22.22.250/32 22.22.22.251/32 22.22.22.252/32 22.22.22.253/32 22.22.22.254/32" ""
update_addresses_of_interface "eth3 22.22.23.23/24 22.22.25.50/24 22.22.23.24/24" ""
@ -1282,7 +1289,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:37 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:01 2012 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:40 2012 PST by vadim
# Generated Mon Feb 20 11:50:07 2012 PST by vadim
#
# files: * firewall2-3.fw /etc/fw/firewall2-3.fw
#
@ -299,6 +299,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 192.168.1.1/24 192.168.1.10/24 192.168.1.50/24" ""
update_addresses_of_interface "eth1 22.22.22.22/24 22.22.22.23/24 22.22.22.24/24 22.22.22.25/24 22.22.22.0/32 22.22.22.1/32 22.22.22.2/32 22.22.22.3/32 22.22.22.4/32 22.22.22.5/32 22.22.22.6/32 22.22.22.7/32 22.22.22.8/32 22.22.22.9/32 22.22.22.10/32 22.22.22.11/32 22.22.22.12/32 22.22.22.13/32 22.22.22.14/32 22.22.22.15/32 22.22.22.16/32 22.22.22.17/32 22.22.22.18/32 22.22.22.19/32 22.22.22.20/32 22.22.22.21/32 22.22.22.22/32 22.22.22.23/32 22.22.22.24/32 22.22.22.25/32 22.22.22.26/32 22.22.22.27/32 22.22.22.28/32 22.22.22.29/32 22.22.22.30/32 22.22.22.31/32 22.22.22.32/32 22.22.22.33/32 22.22.22.34/32 22.22.22.35/32 22.22.22.36/32 22.22.22.37/32 22.22.22.38/32 22.22.22.39/32 22.22.22.40/32 22.22.22.41/32 22.22.22.42/32 22.22.22.43/32 22.22.22.44/32 22.22.22.45/32 22.22.22.46/32 22.22.22.47/32 22.22.22.48/32 22.22.22.49/32 22.22.22.50/32 22.22.22.51/32 22.22.22.52/32 22.22.22.53/32 22.22.22.54/32 22.22.22.55/32 22.22.22.56/32 22.22.22.57/32 22.22.22.58/32 22.22.22.59/32 22.22.22.60/32 22.22.22.61/32 22.22.22.62/32 22.22.22.63/32 22.22.22.64/32 22.22.22.65/32 22.22.22.66/32 22.22.22.67/32 22.22.22.68/32 22.22.22.69/32 22.22.22.70/32 22.22.22.71/32 22.22.22.72/32 22.22.22.73/32 22.22.22.74/32 22.22.22.75/32 22.22.22.76/32 22.22.22.77/32 22.22.22.78/32 22.22.22.79/32 22.22.22.80/32 22.22.22.81/32 22.22.22.82/32 22.22.22.83/32 22.22.22.84/32 22.22.22.85/32 22.22.22.86/32 22.22.22.87/32 22.22.22.88/32 22.22.22.89/32 22.22.22.90/32 22.22.22.91/32 22.22.22.92/32 22.22.22.93/32 22.22.22.94/32 22.22.22.95/32 22.22.22.96/32 22.22.22.97/32 22.22.22.98/32 22.22.22.99/32 22.22.22.100/32 22.22.22.101/32 22.22.22.102/32 22.22.22.103/32 22.22.22.104/32 22.22.22.105/32 22.22.22.106/32 22.22.22.107/32 22.22.22.108/32 22.22.22.109/32 22.22.22.110/32 22.22.22.111/32 22.22.22.112/32 22.22.22.113/32 22.22.22.114/32 22.22.22.115/32 22.22.22.116/32 22.22.22.117/32 22.22.22.118/32 22.22.22.119/32 22.22.22.120/32 22.22.22.121/32 22.22.22.122/32 22.22.22.123/32 22.22.22.124/32 22.22.22.125/32 22.22.22.126/32 22.22.22.127/32 22.22.22.128/32 22.22.22.129/32 22.22.22.130/32 22.22.22.131/32 22.22.22.132/32 22.22.22.133/32 22.22.22.134/32 22.22.22.135/32 22.22.22.136/32 22.22.22.137/32 22.22.22.138/32 22.22.22.139/32 22.22.22.140/32 22.22.22.141/32 22.22.22.142/32 22.22.22.143/32 22.22.22.144/32 22.22.22.145/32 22.22.22.146/32 22.22.22.147/32 22.22.22.148/32 22.22.22.149/32 22.22.22.150/32 22.22.22.151/32 22.22.22.152/32 22.22.22.153/32 22.22.22.154/32 22.22.22.155/32 22.22.22.156/32 22.22.22.157/32 22.22.22.158/32 22.22.22.159/32 22.22.22.160/32 22.22.22.161/32 22.22.22.162/32 22.22.22.163/32 22.22.22.164/32 22.22.22.165/32 22.22.22.166/32 22.22.22.167/32 22.22.22.168/32 22.22.22.169/32 22.22.22.170/32 22.22.22.171/32 22.22.22.172/32 22.22.22.173/32 22.22.22.174/32 22.22.22.175/32 22.22.22.176/32 22.22.22.177/32 22.22.22.178/32 22.22.22.179/32 22.22.22.180/32 22.22.22.181/32 22.22.22.182/32 22.22.22.183/32 22.22.22.184/32 22.22.22.185/32 22.22.22.186/32 22.22.22.187/32 22.22.22.188/32 22.22.22.189/32 22.22.22.190/32 22.22.22.191/32 22.22.22.192/32 22.22.22.193/32 22.22.22.194/32 22.22.22.195/32 22.22.22.196/32 22.22.22.197/32 22.22.22.198/32 22.22.22.199/32 22.22.22.200/32 22.22.22.201/32 22.22.22.202/32 22.22.22.203/32 22.22.22.204/32 22.22.22.205/32 22.22.22.206/32 22.22.22.207/32 22.22.22.208/32 22.22.22.209/32 22.22.22.210/32 22.22.22.211/32 22.22.22.212/32 22.22.22.213/32 22.22.22.214/32 22.22.22.215/32 22.22.22.216/32 22.22.22.217/32 22.22.22.218/32 22.22.22.219/32 22.22.22.220/32 22.22.22.221/32 22.22.22.222/32 22.22.22.223/32 22.22.22.224/32 22.22.22.225/32 22.22.22.226/32 22.22.22.227/32 22.22.22.228/32 22.22.22.229/32 22.22.22.230/32 22.22.22.231/32 22.22.22.232/32 22.22.22.233/32 22.22.22.234/32 22.22.22.235/32 22.22.22.236/32 22.22.22.237/32 22.22.22.238/32 22.22.22.239/32 22.22.22.240/32 22.22.22.241/32 22.22.22.242/32 22.22.22.243/32 22.22.22.244/32 22.22.22.245/32 22.22.22.246/32 22.22.22.247/32 22.22.22.248/32 22.22.22.249/32 22.22.22.250/32 22.22.22.251/32 22.22.22.252/32 22.22.22.253/32 22.22.22.254/32" ""
update_addresses_of_interface "eth3 22.22.23.23/24 22.22.25.50/24 22.22.23.24/24" ""
@ -1140,7 +1147,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:40 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:07 2012 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:45 2012 PST by vadim
# Generated Mon Feb 20 11:50:14 2012 PST by vadim
#
# files: * firewall2-4.fw /etc/fw/firewall2-4.fw
#
@ -306,6 +306,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 192.168.1.1/24 192.168.1.10/24 192.168.1.20/24" ""
update_addresses_of_interface "eth1 22.22.22.22/24 22.22.22.0/32 22.22.22.1/32 22.22.22.2/32 22.22.22.3/32 22.22.22.4/32 22.22.22.5/32 22.22.22.6/32 22.22.22.7/32 22.22.22.8/32 22.22.22.9/32 22.22.22.10/32 22.22.22.11/32 22.22.22.12/32 22.22.22.13/32 22.22.22.14/32 22.22.22.15/32 22.22.22.16/32 22.22.22.17/32 22.22.22.18/32 22.22.22.19/32 22.22.22.20/32 22.22.22.21/32 22.22.22.22/32 22.22.22.23/32 22.22.22.24/32 22.22.22.25/32 22.22.22.26/32 22.22.22.27/32 22.22.22.28/32 22.22.22.29/32 22.22.22.30/32 22.22.22.31/32 22.22.22.32/32 22.22.22.33/32 22.22.22.34/32 22.22.22.35/32 22.22.22.36/32 22.22.22.37/32 22.22.22.38/32 22.22.22.39/32 22.22.22.40/32 22.22.22.41/32 22.22.22.42/32 22.22.22.43/32 22.22.22.44/32 22.22.22.45/32 22.22.22.46/32 22.22.22.47/32 22.22.22.48/32 22.22.22.49/32 22.22.22.50/32 22.22.22.51/32 22.22.22.52/32 22.22.22.53/32 22.22.22.54/32 22.22.22.55/32 22.22.22.56/32 22.22.22.57/32 22.22.22.58/32 22.22.22.59/32 22.22.22.60/32 22.22.22.61/32 22.22.22.62/32 22.22.22.63/32 22.22.22.64/32 22.22.22.65/32 22.22.22.66/32 22.22.22.67/32 22.22.22.68/32 22.22.22.69/32 22.22.22.70/32 22.22.22.71/32 22.22.22.72/32 22.22.22.73/32 22.22.22.74/32 22.22.22.75/32 22.22.22.76/32 22.22.22.77/32 22.22.22.78/32 22.22.22.79/32 22.22.22.80/32 22.22.22.81/32 22.22.22.82/32 22.22.22.83/32 22.22.22.84/32 22.22.22.85/32 22.22.22.86/32 22.22.22.87/32 22.22.22.88/32 22.22.22.89/32 22.22.22.90/32 22.22.22.91/32 22.22.22.92/32 22.22.22.93/32 22.22.22.94/32 22.22.22.95/32 22.22.22.96/32 22.22.22.97/32 22.22.22.98/32 22.22.22.99/32 22.22.22.100/32 22.22.22.101/32 22.22.22.102/32 22.22.22.103/32 22.22.22.104/32 22.22.22.105/32 22.22.22.106/32 22.22.22.107/32 22.22.22.108/32 22.22.22.109/32 22.22.22.110/32 22.22.22.111/32 22.22.22.112/32 22.22.22.113/32 22.22.22.114/32 22.22.22.115/32 22.22.22.116/32 22.22.22.117/32 22.22.22.118/32 22.22.22.119/32 22.22.22.120/32 22.22.22.121/32 22.22.22.122/32 22.22.22.123/32 22.22.22.124/32 22.22.22.125/32 22.22.22.126/32 22.22.22.127/32 22.22.22.128/32 22.22.22.129/32 22.22.22.130/32 22.22.22.131/32 22.22.22.132/32 22.22.22.133/32 22.22.22.134/32 22.22.22.135/32 22.22.22.136/32 22.22.22.137/32 22.22.22.138/32 22.22.22.139/32 22.22.22.140/32 22.22.22.141/32 22.22.22.142/32 22.22.22.143/32 22.22.22.144/32 22.22.22.145/32 22.22.22.146/32 22.22.22.147/32 22.22.22.148/32 22.22.22.149/32 22.22.22.150/32 22.22.22.151/32 22.22.22.152/32 22.22.22.153/32 22.22.22.154/32 22.22.22.155/32 22.22.22.156/32 22.22.22.157/32 22.22.22.158/32 22.22.22.159/32 22.22.22.160/32 22.22.22.161/32 22.22.22.162/32 22.22.22.163/32 22.22.22.164/32 22.22.22.165/32 22.22.22.166/32 22.22.22.167/32 22.22.22.168/32 22.22.22.169/32 22.22.22.170/32 22.22.22.171/32 22.22.22.172/32 22.22.22.173/32 22.22.22.174/32 22.22.22.175/32 22.22.22.176/32 22.22.22.177/32 22.22.22.178/32 22.22.22.179/32 22.22.22.180/32 22.22.22.181/32 22.22.22.182/32 22.22.22.183/32 22.22.22.184/32 22.22.22.185/32 22.22.22.186/32 22.22.22.187/32 22.22.22.188/32 22.22.22.189/32 22.22.22.190/32 22.22.22.191/32 22.22.22.192/32 22.22.22.193/32 22.22.22.194/32 22.22.22.195/32 22.22.22.196/32 22.22.22.197/32 22.22.22.198/32 22.22.22.199/32 22.22.22.200/32 22.22.22.201/32 22.22.22.202/32 22.22.22.203/32 22.22.22.204/32 22.22.22.205/32 22.22.22.206/32 22.22.22.207/32 22.22.22.208/32 22.22.22.209/32 22.22.22.210/32 22.22.22.211/32 22.22.22.212/32 22.22.22.213/32 22.22.22.214/32 22.22.22.215/32 22.22.22.216/32 22.22.22.217/32 22.22.22.218/32 22.22.22.219/32 22.22.22.220/32 22.22.22.221/32 22.22.22.222/32 22.22.22.223/32 22.22.22.224/32 22.22.22.225/32 22.22.22.226/32 22.22.22.227/32 22.22.22.228/32 22.22.22.229/32 22.22.22.230/32 22.22.22.231/32 22.22.22.232/32 22.22.22.233/32 22.22.22.234/32 22.22.22.235/32 22.22.22.236/32 22.22.22.237/32 22.22.22.238/32 22.22.22.239/32 22.22.22.240/32 22.22.22.241/32 22.22.22.242/32 22.22.22.243/32 22.22.22.244/32 22.22.22.245/32 22.22.22.246/32 22.22.22.247/32 22.22.22.248/32 22.22.22.249/32 22.22.22.250/32 22.22.22.251/32 22.22.22.252/32 22.22.22.253/32 22.22.22.254/32" ""
update_addresses_of_interface "eth2 192.168.2.1/24 192.168.2.40/24" ""
@ -446,7 +453,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:45 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:14 2012 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:48 2012 PST by vadim
# Generated Mon Feb 20 11:50:17 2012 PST by vadim
#
# files: * firewall2-5.fw /etc/fw/firewall2-5.fw
#
@ -296,6 +296,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 192.168.1.1/24" ""
update_addresses_of_interface "eth1 222.222.222.222/24 222.222.222.40/24 222.222.222.41/24" ""
update_addresses_of_interface "eth3 33.33.33.25/29" ""
@ -477,7 +484,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:48 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:17 2012 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:51 2012 PST by vadim
# Generated Mon Feb 20 11:50:20 2012 PST by vadim
#
# files: * firewall2-6.fw /etc/fw/firewall2-6.fw
#
@ -306,6 +306,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 192.168.1.1/24" ""
update_addresses_of_interface "eth1 222.222.222.222/24 222.222.222.40/24" ""
update_addresses_of_interface "eth3 33.33.33.25/29" ""
@ -502,7 +509,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:51 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:20 2012 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:54 2012 PST by vadim
# Generated Mon Feb 20 11:50:22 2012 PST by vadim
#
# files: * firewall2-7.fw /etc/fw/firewall2-7.fw
#
@ -292,6 +292,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 192.168.1.1/24" ""
update_addresses_of_interface "eth3 33.33.33.25/29" ""
update_addresses_of_interface "eth2 33.33.33.3/29 33.33.33.4/29" ""
@ -442,7 +449,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:54 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:22 2012 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:28 2012 PST by vadim
# Generated Mon Feb 20 11:49:52 2012 PST by vadim
#
# files: * firewall2.fw /etc/fw/firewall2.fw
#
@ -324,6 +324,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 192.168.1.1/24 192.168.1.10/24 192.168.1.50/24" ""
update_addresses_of_interface "eth1 22.22.22.22/24 22.22.22.23/24 22.22.22.24/24 22.22.22.25/24 22.22.22.0/32 22.22.22.1/32 22.22.22.2/32 22.22.22.3/32 22.22.22.4/32 22.22.22.5/32 22.22.22.6/32 22.22.22.7/32 22.22.22.8/32 22.22.22.9/32 22.22.22.10/32 22.22.22.11/32 22.22.22.12/32 22.22.22.13/32 22.22.22.14/32 22.22.22.15/32 22.22.22.16/32 22.22.22.17/32 22.22.22.18/32 22.22.22.19/32 22.22.22.20/32 22.22.22.21/32 22.22.22.22/32 22.22.22.23/32 22.22.22.24/32 22.22.22.25/32 22.22.22.26/32 22.22.22.27/32 22.22.22.28/32 22.22.22.29/32 22.22.22.30/32 22.22.22.31/32 22.22.22.32/32 22.22.22.33/32 22.22.22.34/32 22.22.22.35/32 22.22.22.36/32 22.22.22.37/32 22.22.22.38/32 22.22.22.39/32 22.22.22.40/32 22.22.22.41/32 22.22.22.42/32 22.22.22.43/32 22.22.22.44/32 22.22.22.45/32 22.22.22.46/32 22.22.22.47/32 22.22.22.48/32 22.22.22.49/32 22.22.22.50/32 22.22.22.51/32 22.22.22.52/32 22.22.22.53/32 22.22.22.54/32 22.22.22.55/32 22.22.22.56/32 22.22.22.57/32 22.22.22.58/32 22.22.22.59/32 22.22.22.60/32 22.22.22.61/32 22.22.22.62/32 22.22.22.63/32 22.22.22.64/32 22.22.22.65/32 22.22.22.66/32 22.22.22.67/32 22.22.22.68/32 22.22.22.69/32 22.22.22.70/32 22.22.22.71/32 22.22.22.72/32 22.22.22.73/32 22.22.22.74/32 22.22.22.75/32 22.22.22.76/32 22.22.22.77/32 22.22.22.78/32 22.22.22.79/32 22.22.22.80/32 22.22.22.81/32 22.22.22.82/32 22.22.22.83/32 22.22.22.84/32 22.22.22.85/32 22.22.22.86/32 22.22.22.87/32 22.22.22.88/32 22.22.22.89/32 22.22.22.90/32 22.22.22.91/32 22.22.22.92/32 22.22.22.93/32 22.22.22.94/32 22.22.22.95/32 22.22.22.96/32 22.22.22.97/32 22.22.22.98/32 22.22.22.99/32 22.22.22.100/32 22.22.22.101/32 22.22.22.102/32 22.22.22.103/32 22.22.22.104/32 22.22.22.105/32 22.22.22.106/32 22.22.22.107/32 22.22.22.108/32 22.22.22.109/32 22.22.22.110/32 22.22.22.111/32 22.22.22.112/32 22.22.22.113/32 22.22.22.114/32 22.22.22.115/32 22.22.22.116/32 22.22.22.117/32 22.22.22.118/32 22.22.22.119/32 22.22.22.120/32 22.22.22.121/32 22.22.22.122/32 22.22.22.123/32 22.22.22.124/32 22.22.22.125/32 22.22.22.126/32 22.22.22.127/32 22.22.22.128/32 22.22.22.129/32 22.22.22.130/32 22.22.22.131/32 22.22.22.132/32 22.22.22.133/32 22.22.22.134/32 22.22.22.135/32 22.22.22.136/32 22.22.22.137/32 22.22.22.138/32 22.22.22.139/32 22.22.22.140/32 22.22.22.141/32 22.22.22.142/32 22.22.22.143/32 22.22.22.144/32 22.22.22.145/32 22.22.22.146/32 22.22.22.147/32 22.22.22.148/32 22.22.22.149/32 22.22.22.150/32 22.22.22.151/32 22.22.22.152/32 22.22.22.153/32 22.22.22.154/32 22.22.22.155/32 22.22.22.156/32 22.22.22.157/32 22.22.22.158/32 22.22.22.159/32 22.22.22.160/32 22.22.22.161/32 22.22.22.162/32 22.22.22.163/32 22.22.22.164/32 22.22.22.165/32 22.22.22.166/32 22.22.22.167/32 22.22.22.168/32 22.22.22.169/32 22.22.22.170/32 22.22.22.171/32 22.22.22.172/32 22.22.22.173/32 22.22.22.174/32 22.22.22.175/32 22.22.22.176/32 22.22.22.177/32 22.22.22.178/32 22.22.22.179/32 22.22.22.180/32 22.22.22.181/32 22.22.22.182/32 22.22.22.183/32 22.22.22.184/32 22.22.22.185/32 22.22.22.186/32 22.22.22.187/32 22.22.22.188/32 22.22.22.189/32 22.22.22.190/32 22.22.22.191/32 22.22.22.192/32 22.22.22.193/32 22.22.22.194/32 22.22.22.195/32 22.22.22.196/32 22.22.22.197/32 22.22.22.198/32 22.22.22.199/32 22.22.22.200/32 22.22.22.201/32 22.22.22.202/32 22.22.22.203/32 22.22.22.204/32 22.22.22.205/32 22.22.22.206/32 22.22.22.207/32 22.22.22.208/32 22.22.22.209/32 22.22.22.210/32 22.22.22.211/32 22.22.22.212/32 22.22.22.213/32 22.22.22.214/32 22.22.22.215/32 22.22.22.216/32 22.22.22.217/32 22.22.22.218/32 22.22.22.219/32 22.22.22.220/32 22.22.22.221/32 22.22.22.222/32 22.22.22.223/32 22.22.22.224/32 22.22.22.225/32 22.22.22.226/32 22.22.22.227/32 22.22.22.228/32 22.22.22.229/32 22.22.22.230/32 22.22.22.231/32 22.22.22.232/32 22.22.22.233/32 22.22.22.234/32 22.22.22.235/32 22.22.22.236/32 22.22.22.237/32 22.22.22.238/32 22.22.22.239/32 22.22.22.240/32 22.22.22.241/32 22.22.22.242/32 22.22.22.243/32 22.22.22.244/32 22.22.22.245/32 22.22.22.246/32 22.22.22.247/32 22.22.22.248/32 22.22.22.249/32 22.22.22.250/32 22.22.22.251/32 22.22.22.252/32 22.22.22.253/32 22.22.22.254/32" ""
update_addresses_of_interface "eth3 22.22.23.23/24 22.22.25.50/24 22.22.23.24/24" ""
@ -1504,7 +1511,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:28 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:49:52 2012 by vadim"
check_tools
check_run_time_address_table_files

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:31 2012 PST by vadim
# Generated Mon Feb 20 11:49:52 2012 PST by vadim
#
# files: * firewall20-ipv6.fw /etc/fw/firewall20-ipv6.fw
#
@ -301,6 +301,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 fe80::1/64 192.168.1.1/24" ""
update_addresses_of_interface "eth2 2001:470:1f05:590::1/64 192.168.2.1/24" ""
}
@ -478,7 +485,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:31 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:49:52 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:29 2012 PST by vadim
# Generated Mon Feb 20 11:49:52 2012 PST by vadim
#
# files: * firewall20.fw /etc/fw/firewall20.fw
#
@ -696,7 +696,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:29 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:49:52 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:34 2012 PST by vadim
# Generated Mon Feb 20 11:49:59 2012 PST by vadim
#
# files: * firewall21-1.fw /etc/fw/firewall21-1.fw
#
@ -496,7 +496,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:34 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:49:59 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:31 2012 PST by vadim
# Generated Mon Feb 20 11:49:54 2012 PST by vadim
#
# files: * firewall21.fw /etc/fw/firewall21.fw
#
@ -495,7 +495,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:31 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:49:54 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:36 2012 PST by vadim
# Generated Mon Feb 20 11:49:59 2012 PST by vadim
#
# files: * firewall22.fw /etc/fw/firewall22.fw
#
@ -412,7 +412,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:36 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:49:59 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:40 2012 PST by vadim
# Generated Mon Feb 20 11:50:07 2012 PST by vadim
#
# files: * firewall23-1.fw /etc/fw/firewall23-1.fw
#
@ -586,7 +586,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:40 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:07 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:43 2012 PST by vadim
# Generated Mon Feb 20 11:50:07 2012 PST by vadim
#
# files: * firewall23-2.fw /etc/fw/firewall23-2.fw
#
@ -402,7 +402,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:43 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:07 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:43 2012 PST by vadim
# Generated Mon Feb 20 11:50:11 2012 PST by vadim
#
# files: * firewall23-3.fw /etc/fw/firewall23-3.fw
#
@ -388,7 +388,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:43 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:11 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:38 2012 PST by vadim
# Generated Mon Feb 20 11:50:05 2012 PST by vadim
#
# files: * firewall23.fw /etc/fw/firewall23.fw
#
@ -498,7 +498,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:38 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:05 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:45 2012 PST by vadim
# Generated Mon Feb 20 11:50:13 2012 PST by vadim
#
# files: * firewall24.fw /etc/fw/firewall24.fw
#
@ -515,7 +515,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:45 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:13 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:48 2012 PST by vadim
# Generated Mon Feb 20 11:50:14 2012 PST by vadim
#
# files: * firewall25.fw /etc/fw/firewall25.fw
#
@ -706,7 +706,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:48 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:14 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:51 2012 PST by vadim
# Generated Mon Feb 20 11:50:20 2012 PST by vadim
#
# files: * firewall26.fw /etc/fw/firewall26.fw
#
@ -586,7 +586,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:51 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:20 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:54 2012 PST by vadim
# Generated Mon Feb 20 11:50:21 2012 PST by vadim
#
# files: * firewall27.fw /etc/fw/firewall27.fw
#
@ -568,7 +568,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:54 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:21 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:57 2012 PST by vadim
# Generated Mon Feb 20 11:50:27 2012 PST by vadim
#
# files: * firewall28.fw /etc/fw/firewall28.fw
#
@ -431,7 +431,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:57 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:27 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:44:57 2012 PST by vadim
# Generated Mon Feb 20 11:50:27 2012 PST by vadim
#
# files: * firewall29.fw /etc/fw/firewall29.fw
#
@ -466,7 +466,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:44:57 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:27 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:00 2012 PST by vadim
# Generated Mon Feb 20 11:50:27 2012 PST by vadim
#
# files: * firewall3.fw /etc/fw/firewall3.fw
#
@ -600,7 +600,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:00 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:27 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:00 2012 PST by vadim
# Generated Mon Feb 20 11:50:28 2012 PST by vadim
#
# files: * firewall30.fw /etc/fw/firewall30.fw
#
@ -397,7 +397,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:00 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:28 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:02 2012 PST by vadim
# Generated Mon Feb 20 11:50:33 2012 PST by vadim
#
# files: * firewall31.fw /etc/fw/firewall31.fw
#
@ -469,7 +469,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:02 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:33 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:02 2012 PST by vadim
# Generated Mon Feb 20 11:50:33 2012 PST by vadim
#
# files: * firewall32.fw /etc/fw/firewall32.fw
#
@ -440,7 +440,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:02 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:33 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:09 2012 PST by vadim
# Generated Mon Feb 20 11:50:34 2012 PST by vadim
#
# files: * firewall33-1.fw /etc/fw/firewall33-1.fw
#
@ -413,11 +413,11 @@ script_body() {
#
$IPTABLES -N Cid438728A918346.0
$IPTABLES -A Policy -m state --state NEW -j Cid438728A918346.0
$IPTABLES -A Cid438728A918346.0 -d 74.125.224.48 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 74.125.224.49 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 74.125.224.50 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 74.125.224.51 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 74.125.224.52 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 74.125.224.144 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 74.125.224.145 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 74.125.224.146 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 74.125.224.147 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 74.125.224.148 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 157.166.226.25 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 157.166.226.26 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 157.166.255.18 -j RETURN
@ -539,7 +539,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:09 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:34 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:09 2012 PST by vadim
# Generated Mon Feb 20 11:50:34 2012 PST by vadim
#
# files: * firewall33.fw /etc/fw/firewall33.fw
#
@ -459,11 +459,11 @@ script_body() {
$IPTABLES -A OUTPUT -m state --state NEW -j Cid438728A918346.0
$IPTABLES -A INPUT -m state --state NEW -j Cid438728A918346.0
$IPTABLES -A FORWARD -m state --state NEW -j Cid438728A918346.0
$IPTABLES -A Cid438728A918346.0 -d 74.125.224.48 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 74.125.224.49 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 74.125.224.50 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 74.125.224.51 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 74.125.224.52 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 74.125.224.144 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 74.125.224.145 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 74.125.224.146 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 74.125.224.147 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 74.125.224.148 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 157.166.226.25 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 157.166.226.26 -j RETURN
$IPTABLES -A Cid438728A918346.0 -d 157.166.255.18 -j RETURN
@ -584,7 +584,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:09 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:34 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:12 2012 PST by vadim
# Generated Mon Feb 20 11:50:38 2012 PST by vadim
#
# files: * firewall34.fw /etc/fw/firewall34.fw
#
@ -672,7 +672,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:12 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:38 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:12 2012 PST by vadim
# Generated Mon Feb 20 11:50:40 2012 PST by vadim
#
# files: * firewall35.fw /etc/fw/firewall35.fw
#
@ -564,7 +564,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:12 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:40 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:14 2012 PST by vadim
# Generated Mon Feb 20 11:50:41 2012 PST by vadim
#
# files: * firewall36-1.fw /etc/firewall36-1.fw
#
@ -455,7 +455,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:14 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:41 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:17 2012 PST by vadim
# Generated Mon Feb 20 11:50:45 2012 PST by vadim
#
# files: * firewall36-2.fw /etc/firewall36-2.fw
#
@ -455,7 +455,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:17 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:45 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:14 2012 PST by vadim
# Generated Mon Feb 20 11:50:41 2012 PST by vadim
#
# files: * firewall36.fw /etc/firewall36.fw
#
@ -519,7 +519,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:14 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:41 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:19 2012 PST by vadim
# Generated Mon Feb 20 11:50:48 2012 PST by vadim
#
# files: * firewall37-1.fw /etc/fw/firewall37-1.fw
#
@ -988,7 +988,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:19 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:48 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:21 2012 PST by vadim
# Generated Mon Feb 20 11:50:48 2012 PST by vadim
#
# files: * firewall37-2.fw /etc/fw/firewall37-2.fw
#
@ -705,7 +705,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:21 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:48 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:20 2012 PST by vadim
# Generated Mon Feb 20 11:50:48 2012 PST by vadim
#
# files: * firewall37.fw /etc/fw/firewall37.fw
#
@ -1314,7 +1314,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:20 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:48 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:23 2012 PST by vadim
# Generated Mon Feb 20 11:50:49 2012 PST by vadim
#
# files: * firewall38.fw /etc/fw/firewall38.fw
#
@ -541,7 +541,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:23 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:49 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:23 2012 PST by vadim
# Generated Mon Feb 20 11:50:54 2012 PST by vadim
#
# files: * firewall39.fw /etc/fw/firewall39.fw
#
@ -821,7 +821,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:23 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:54 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:25 2012 PST by vadim
# Generated Mon Feb 20 11:50:54 2012 PST by vadim
#
# files: * firewall4.fw /etc/fw/firewall4.fw
#
@ -292,6 +292,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 192.168.1.1/24" ""
update_addresses_of_interface "eth2 192.168.2.1/24" ""
update_addresses_of_interface "lo 127.0.0.1/8" ""
@ -734,7 +741,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:25 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:54 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:28 2012 PST by vadim
# Generated Mon Feb 20 11:50:54 2012 PST by vadim
#
# files: * firewall40-1.fw /etc/firewall40-1.fw
#
@ -463,7 +463,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:28 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:54 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:28 2012 PST by vadim
# Generated Mon Feb 20 11:51:00 2012 PST by vadim
#
# files: * firewall40-2.fw /etc/firewall40-2.fw
#
@ -450,7 +450,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:28 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:00 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:26 2012 PST by vadim
# Generated Mon Feb 20 11:50:54 2012 PST by vadim
#
# files: * firewall40.fw /etc/firewall40.fw
#
@ -456,7 +456,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:26 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:50:54 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:30 2012 PST by vadim
# Generated Mon Feb 20 11:51:01 2012 PST by vadim
#
# files: * firewall41-1.fw /etc/firewall41-1.fw
#
@ -597,7 +597,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:30 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:01 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:30 2012 PST by vadim
# Generated Mon Feb 20 11:51:01 2012 PST by vadim
#
# files: * firewall41.fw /etc/firewall41.fw
#
@ -481,7 +481,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:30 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:01 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:33 2012 PST by vadim
# Generated Mon Feb 20 11:51:07 2012 PST by vadim
#
# files: * firewall42.fw /etc/fw/firewall42.fw
#
@ -406,7 +406,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:33 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:07 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:36 2012 PST by vadim
# Generated Mon Feb 20 11:51:08 2012 PST by vadim
#
# files: * firewall5.fw /etc/fw/firewall5.fw
#
@ -648,7 +648,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:36 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:08 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:36 2012 PST by vadim
# Generated Mon Feb 20 11:51:08 2012 PST by vadim
#
# files: * firewall50.fw /etc/fw/firewall50.fw
#
@ -440,7 +440,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:36 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:08 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:38 2012 PST by vadim
# Generated Mon Feb 20 11:51:08 2012 PST by vadim
#
# files: * firewall51.fw /etc/fw/firewall51.fw
#
@ -513,7 +513,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:38 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:08 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:38 2012 PST by vadim
# Generated Mon Feb 20 11:51:13 2012 PST by vadim
#
# files: * firewall6.fw /etc/fw/firewall6.fw
#
@ -294,6 +294,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 192.168.1.1/24" ""
update_addresses_of_interface "eth1 22.22.22.22/24" ""
update_addresses_of_interface "eth2 192.168.2.1/24" ""
@ -535,7 +542,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:38 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:13 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:41 2012 PST by vadim
# Generated Mon Feb 20 11:51:14 2012 PST by vadim
#
# files: * firewall60.fw /etc/firewall60.fw
#
@ -441,7 +441,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:41 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:14 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:41 2012 PST by vadim
# Generated Mon Feb 20 11:51:14 2012 PST by vadim
#
# files: * firewall61-1.2.5.fw /etc/firewall61-1.2.5.fw
#
@ -521,7 +521,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:41 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:14 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:44 2012 PST by vadim
# Generated Mon Feb 20 11:51:15 2012 PST by vadim
#
# files: * firewall61-1.2.6.fw /etc/firewall61-1.2.6.fw
#
@ -527,7 +527,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:44 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:15 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:44 2012 PST by vadim
# Generated Mon Feb 20 11:51:18 2012 PST by vadim
#
# files: * firewall61-1.3.x.fw /etc/firewall61-1.3.x.fw
#
@ -514,7 +514,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:44 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:18 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:46 2012 PST by vadim
# Generated Mon Feb 20 11:51:21 2012 PST by vadim
#
# files: * firewall61-1.4.fw /etc/firewall61-1.4.fw
#
@ -515,7 +515,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:46 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:21 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:46 2012 PST by vadim
# Generated Mon Feb 20 11:51:21 2012 PST by vadim
#
# files: * firewall62.fw /etc/firewall62.fw
#
@ -591,7 +591,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:46 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:21 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:49 2012 PST by vadim
# Generated Mon Feb 20 11:51:21 2012 PST by vadim
#
# files: * firewall63.fw /etc/firewall63.fw
#
@ -411,7 +411,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:49 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:21 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:49 2012 PST by vadim
# Generated Mon Feb 20 11:51:24 2012 PST by vadim
#
# files: * firewall7.fw /etc/fw/firewall7.fw
#
@ -495,7 +495,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:49 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:24 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:51 2012 PST by vadim
# Generated Mon Feb 20 11:51:27 2012 PST by vadim
#
# files: * firewall70.fw iptables.sh
#
@ -434,7 +434,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:51 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:27 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:51 2012 PST by vadim
# Generated Mon Feb 20 11:51:28 2012 PST by vadim
#
# files: * firewall71.fw /etc/fw/firewall71.fw
#
@ -450,7 +450,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:51 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:28 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:54 2012 PST by vadim
# Generated Mon Feb 20 11:51:28 2012 PST by vadim
#
# files: * firewall72-1.3.x.fw /etc/fw/firewall72-1.3.x.fw
#
@ -582,7 +582,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:54 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:28 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:54 2012 PST by vadim
# Generated Mon Feb 20 11:51:29 2012 PST by vadim
#
# files: * firewall72-1.4.3.fw /etc/fw/firewall72-1.4.3.fw
#
@ -582,7 +582,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:54 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:29 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:56 2012 PST by vadim
# Generated Mon Feb 20 11:51:34 2012 PST by vadim
#
# files: * firewall73.fw /etc/fw/firewall73.fw
#
@ -545,7 +545,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:56 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:34 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:56 2012 PST by vadim
# Generated Mon Feb 20 11:51:34 2012 PST by vadim
#
# files: * firewall74.fw /etc/fw/firewall74.fw
#
@ -397,7 +397,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:56 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:34 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:59 2012 PST by vadim
# Generated Mon Feb 20 11:51:34 2012 PST by vadim
#
# files: * firewall8.fw /etc/fw/firewall8.fw
#
@ -382,7 +382,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:59 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:34 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:59 2012 PST by vadim
# Generated Mon Feb 20 11:51:35 2012 PST by vadim
#
# files: * firewall80.fw /etc/fw/firewall80.fw
#
@ -421,7 +421,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:45:59 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:35 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:01 2012 PST by vadim
# Generated Mon Feb 20 11:51:40 2012 PST by vadim
#
# files: * firewall81.fw /etc/fw/firewall81.fw
#
@ -442,7 +442,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:01 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:40 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:01 2012 PST by vadim
# Generated Mon Feb 20 11:51:41 2012 PST by vadim
#
# files: * firewall82.fw /etc/firewall82.fw
#
@ -435,7 +435,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:01 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:41 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:03 2012 PST by vadim
# Generated Mon Feb 20 11:51:41 2012 PST by vadim
#
# files: * firewall82_A.fw /etc/fw/firewall82_A.fw
#
@ -422,7 +422,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:03 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:41 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:04 2012 PST by vadim
# Generated Mon Feb 20 11:51:41 2012 PST by vadim
#
# files: * firewall82_B.fw /etc/fw/firewall82_B.fw
#
@ -385,7 +385,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:04 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:41 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:06 2012 PST by vadim
# Generated Mon Feb 20 11:51:46 2012 PST by vadim
#
# files: * firewall9.fw /etc/fw/firewall9.fw
#
@ -643,7 +643,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:06 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:46 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:06 2012 PST by vadim
# Generated Mon Feb 20 11:51:47 2012 PST by vadim
#
# files: * firewall90.fw /etc/fw/firewall90.fw
#
@ -405,7 +405,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:06 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:47 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:09 2012 PST by vadim
# Generated Mon Feb 20 11:51:48 2012 PST by vadim
#
# files: * firewall91.fw /etc/fw/firewall91.fw
#
@ -405,7 +405,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:09 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:48 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:09 2012 PST by vadim
# Generated Mon Feb 20 11:51:47 2012 PST by vadim
#
# files: * firewall92.fw /etc/fw/firewall92.fw
#
@ -441,7 +441,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:09 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:47 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:11 2012 PST by vadim
# Generated Mon Feb 20 11:51:51 2012 PST by vadim
#
# files: * firewall93.fw /etc/fw/firewall93.fw
#
@ -311,6 +311,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 fe80::20c:29ff:fe28:c078/64 192.0.2.1/24" ""
getaddr ppp0 i_ppp0
getaddr6 ppp0 i_ppp0_v6
@ -484,7 +491,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:11 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:51 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:11 2012 PST by vadim
# Generated Mon Feb 20 11:51:53 2012 PST by vadim
#
# files: * firewall94.fw /etc/fw/firewall94.fw
#
@ -311,6 +311,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 fe80::20c:29ff:fe28:c078/64 192.168.1.2/24" ""
}
@ -536,7 +543,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:11 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:53 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:14 2012 PST by vadim
# Generated Mon Feb 20 11:51:54 2012 PST by vadim
#
# files: * firewall95.fw /etc/fw/firewall95.fw
#
@ -393,7 +393,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:14 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:54 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:55 2012 PST by vadim
# Generated Mon Feb 20 11:52:28 2012 PST by vadim
#
# files: * fw-A.fw /sw/FWbuilder/fw-A.fw
#
@ -746,7 +746,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:55 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:28 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:53 2012 PST by vadim
# Generated Mon Feb 20 11:52:28 2012 PST by vadim
#
# files: * fw1.fw /etc/fw1.fw
#
@ -324,6 +324,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 192.0.2.1/24" ""
update_addresses_of_interface "eth1 fe80::21d:9ff:fe8b:8e94/64 192.168.1.1/24" ""
update_addresses_of_interface "lo 127.0.0.1/8" ""
@ -547,7 +554,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:53 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:28 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:45:33 2012 PST by vadim
# Generated Mon Feb 20 11:51:01 2012 PST by vadim
#
# files: * fwbuilder.fw /etc/init.d/fwbuilder.fw
#
@ -505,7 +505,7 @@ status_action() {
}
start() {
log "Activating firewall script generated Mon Jan 2 16:45:33 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:51:01 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:54:17 2012 PST by vadim
# Generated Mon Feb 20 11:52:36 2012 PST by vadim
#
# files: * heartbeat_cluster_1_d_linux-1-d.fw firewall.sh
#
@ -748,7 +748,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:54:17 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:36 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:54:17 2012 PST by vadim
# Generated Mon Feb 20 11:52:37 2012 PST by vadim
#
# files: * heartbeat_cluster_1_d_linux-2-d.fw firewall.sh
#
@ -750,7 +750,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:54:17 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:37 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:54:16 2012 PST by vadim
# Generated Mon Feb 20 11:52:35 2012 PST by vadim
#
# files: * heartbeat_cluster_1_linux-1.fw /etc/heartbeat_cluster_1_linux-1.fw
#
@ -865,7 +865,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:54:16 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:35 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:54:16 2012 PST by vadim
# Generated Mon Feb 20 11:52:36 2012 PST by vadim
#
# files: * heartbeat_cluster_1_linux-2.fw /etc/heartbeat_cluster_1_linux-2.fw
#
@ -763,7 +763,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:54:16 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:36 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:54:17 2012 PST by vadim
# Generated Mon Feb 20 11:52:36 2012 PST by vadim
#
# files: * heartbeat_cluster_2_linux-1.fw /etc/heartbeat_cluster_2_linux-1.fw
#
@ -729,7 +729,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:54:17 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:36 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:54:17 2012 PST by vadim
# Generated Mon Feb 20 11:52:37 2012 PST by vadim
#
# files: * heartbeat_cluster_2_linux-2.fw /etc/heartbeat_cluster_2_linux-2.fw
#
@ -642,7 +642,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:54:17 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:37 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:55 2012 PST by vadim
# Generated Mon Feb 20 11:52:28 2012 PST by vadim
#
# files: * host.fw /etc/fw/host.fw
#
@ -444,7 +444,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:55 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:28 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:54:17 2012 PST by vadim
# Generated Mon Feb 20 11:52:37 2012 PST by vadim
#
# files: * openais_cluster_1_linux-1.fw /etc/openais_cluster_1_linux-1.fw
#
@ -729,7 +729,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:54:17 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:37 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:54:17 2012 PST by vadim
# Generated Mon Feb 20 11:52:38 2012 PST by vadim
#
# files: * openais_cluster_1_linux-2.fw /etc/openais_cluster_1_linux-2.fw
#
@ -633,7 +633,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:54:17 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:38 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:46:58 2012 PST by vadim
# Generated Mon Feb 20 11:52:34 2012 PST by vadim
#
# files: * rh90.fw /etc/rh90.fw
#
@ -443,7 +443,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:46:58 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:34 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:54:17 2012 PST by vadim
# Generated Mon Feb 20 11:52:37 2012 PST by vadim
#
# files: * secuwall_cluster_1_secuwall-1.fw /etc/secuwall_cluster_1_secuwall-1.fw
#
@ -427,7 +427,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:54:17 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:37 2012 by vadim"
log "Database was cluster-tests.fwb"
check_tools
check_run_time_address_table_files

View File

@ -2,9 +2,9 @@
#
# This is automatically generated file. DO NOT MODIFY !
#
# Firewall Builder fwb_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:54:17 2012 PST by vadim
# Generated Mon Feb 20 11:52:38 2012 PST by vadim
#
# files: * server-cluster-1_server-1.fw /etc/fw/server-cluster-1_server-1.fw
#
@ -422,7 +422,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:54:17 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:38 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:54:17 2012 PST by vadim
# Generated Mon Feb 20 11:52:38 2012 PST by vadim
#
# files: * server-cluster-1_server-2.fw /etc/fw/server-cluster-1_server-2.fw
#
@ -419,7 +419,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:54:17 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:38 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:47:00 2012 PST by vadim
# Generated Mon Feb 20 11:52:34 2012 PST by vadim
#
# files: * test-shadowing-1.fw /etc/test-shadowing-1.fw
#
@ -493,7 +493,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:47:00 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:34 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:47:03 2012 PST by vadim
# Generated Mon Feb 20 11:52:37 2012 PST by vadim
#
# files: * test-shadowing-2.fw /etc/test-shadowing-2.fw
#
@ -451,7 +451,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:47:03 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:37 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:47:03 2012 PST by vadim
# Generated Mon Feb 20 11:52:39 2012 PST by vadim
#
# files: * test-shadowing-3.fw /etc/test-shadowing-3.fw
#
@ -552,7 +552,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:47:03 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:39 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:47:00 2012 PST by vadim
# Generated Mon Feb 20 11:52:34 2012 PST by vadim
#
# files: * test_fw.fw /etc/test_fw.fw
#
@ -312,6 +312,13 @@ run_epilog_and_exit() {
configure_interfaces() {
:
# Configure interfaces
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429689
# this ensures that secondary ip address is "promoted" to primary
# when primary address is deleted, instead of deleting both
# primary and secondary addresses. It looks like this is only
# available starting from Linux 2.6.16
test -f /proc/sys/net/ipv4/conf/all/promote_secondaries && \
echo 1 > /proc/sys/net/ipv4/conf/all/promote_secondaries
update_addresses_of_interface "eth0 192.0.2.1/24" ""
update_addresses_of_interface "eth1 fe80::20c:29ff:fed2:cca1/64 192.168.1.1/24" ""
update_addresses_of_interface "lo 127.0.0.1/8" ""
@ -592,7 +599,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:47:00 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:34 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:54:18 2012 PST by vadim
# Generated Mon Feb 20 11:52:38 2012 PST by vadim
#
# files: * vrrp_cluster_1_linux-1.fw /etc/vrrp_cluster_1_linux-1.fw
#
@ -732,7 +732,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:54:18 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:38 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:54:18 2012 PST by vadim
# Generated Mon Feb 20 11:52:38 2012 PST by vadim
#
# files: * vrrp_cluster_1_linux-2.fw /etc/vrrp_cluster_1_linux-2.fw
#
@ -637,7 +637,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:54:18 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:38 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:54:18 2012 PST by vadim
# Generated Mon Feb 20 11:52:38 2012 PST by vadim
#
# files: * vrrp_cluster_2_linux-1.fw /etc/vrrp_cluster_2_linux-1.fw
#
@ -664,7 +664,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:54:18 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:38 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:54:18 2012 PST by vadim
# Generated Mon Feb 20 11:52:38 2012 PST by vadim
#
# files: * vrrp_cluster_2_linux-2.fw /etc/vrrp_cluster_2_linux-2.fw
#
@ -569,7 +569,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:54:18 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:38 2012 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_ipt v5.0.2.3593
# Firewall Builder fwb_ipt v5.0.2.3595
#
# Generated Mon Jan 2 16:54:18 2012 PST by vadim
# Generated Mon Feb 20 11:52:39 2012 PST by vadim
#
# files: * vrrp_cluster_2_linux-3.fw /etc/vrrp_cluster_2_linux-3.fw
#
@ -545,7 +545,7 @@ test -z "$cmd" && {
case "$cmd" in
start)
log "Activating firewall script generated Mon Jan 2 16:54:18 2012 by vadim"
log "Activating firewall script generated Mon Feb 20 11:52:39 2012 by vadim"
check_tools
prolog_commands
check_run_time_address_table_files