Update firewall scripts.

This commit is contained in:
Darren 'Tadgy' Austin 2021-02-20 22:00:25 +00:00
commit 1f59d45c1b
4 changed files with 5 additions and 5 deletions

View file

@ -6,13 +6,13 @@ EX_IF="eth0"
# The name of the Private network interface.
PRI_IF="eth1"
# IP addresses
# IP addresses.
PRIMARYIP="91.109.244.FIXME"
PRIMARYIP6="2a02:2498:1:227::FIXME"
FLOATINGIP="91.109.244.FIXME"
FLOATINGIP6="2a02:2498:1:227::FIXME"
# The IP ranges from where to accept unfiltered connections
# The IP ranges from where to accept unfiltered connections.
UNFILTERED_RANGES_V4=('91.109.244.7-91.109.244.11' '91.109.244.78-91.109.244.79' '91.109.244.239-91.109.244.243' '185.176.90.169')
UNFILTERED_RANGES_V6=('2a02:2498:1:227::/64' '2a07:4580:b0d:57f::/64')

View file

@ -6,7 +6,7 @@ EX_IF="eth0"
# The name of the Private network interface.
PRI_IF="eth1"
# The IP ranges from where to accept unfiltered connections
# The IP ranges from where to accept unfiltered connections.
UNFILTERED_RANGES_V4=('91.109.244.7-91.109.244.11' '91.109.244.78-91.109.244.79' '91.109.244.239-91.109.244.243' '185.176.90.169')
UNFILTERED_RANGES_V6=('2a02:2498:1:227::/64' '2a07:4580:b0d:57f::/64')

View file

@ -3,7 +3,7 @@
# The name of the main external interface.
EX_IF="eth0"
# The IP ranges from where to accept unfiltered connections
# The IP ranges from where to accept unfiltered connections.
UNFILTERED_RANGES_V4=('91.109.244.7-91.109.244.11' '91.109.244.78-91.109.244.79' '91.109.244.239-91.109.244.243' '185.176.90.169')
UNFILTERED_RANGES_V6=('2a02:2498:1:227::/64' '2a07:4580:b0d:57f::/64')

View file

@ -6,7 +6,7 @@ EX_IF="br0"
# The name of the Private network interface.
PRI_IF="br1"
# The IP ranges from where to accept unfiltered connections
# The IP ranges from where to accept unfiltered connections.
UNFILTERED_RANGES_V4=('91.109.244.7-91.109.244.11' '91.109.244.78-91.109.244.79' '91.109.244.239-91.109.244.243' '185.176.90.169')
UNFILTERED_RANGES_V6=('2a02:2498:1:227::/64' '2a07:4580:b0d:57f::/64')