Skip to content
Snippets Groups Projects
Commit 33fc40dd authored by František Dvořák's avatar František Dvořák
Browse files

Open firewall at production sites

parent 56683851
No related branches found
No related tags found
No related merge requests found
...@@ -30,18 +30,6 @@ squid_volume_size = 128 ...@@ -30,18 +30,6 @@ squid_volume_size = 128
# global firewall rules - public and admin access # global firewall rules - public and admin access
security_public_cidr = { security_public_cidr = {
"147.228.0.0/16": "University of West Bohemia in Pilsen", "0.0.0.0/0": "Public access",
"2001:718:1801::/48": "University of West Bohemia in Pilsen", "::/0": "Public access",
"78.128.246.160/32": "CESNET VPN",
"78.128.247.175/32": "CESNET VPN",
"2001:718:ff05:acb::/64": "CESNET VPN",
"2001:718:ff05:acc::/64": "CESNET VPN",
"147.251.21.79/32": "admin machine - OpenStack project router",
"2001:718:801:432:f816:3eff:feab:fbc8/128": "admin machine",
"145.90.225.224/27": "EGI VPN",
"2001:610:450:80::/64": "EGI VPN",
"78.128.247.55/32": "CESNET monitoring",
"2001:718:ff05:205::55/128": "CESNET monitoring",
"150.254.160.250": "PSNC WAF testing",
"150.254.160.252": "PSNC WAF testing",
} }
...@@ -31,25 +31,7 @@ squid_volume_size = 128 ...@@ -31,25 +31,7 @@ squid_volume_size = 128
# global firewall rules - public and admin access # global firewall rules - public and admin access
# (descriptions not supported @ SafeSpring) # (descriptions not supported @ SafeSpring)
security_public_cidr = { security_public_cidr = {
# University of West Bohemia in Pilsen # Public access
"147.228.0.0/16": "", "0.0.0.0/0": "",
"2001:718:1801::/48": "", "::/0": "",
# CESNET VPN
"78.128.246.160/32": "",
"78.128.247.175/32": "",
"2001:718:ff05:acb::/64": "",
"2001:718:ff05:acc::/64": "",
# admin machine (OpenStack project router)
"147.251.21.79/32": "",
# admin machine
"2001:718:801:432:f816:3eff:feab:fbc8/128": "",
# EGI VPN
"145.90.225.224/27": "",
"2001:610:450:80::/64": "",
# CESNET monitoring
"78.128.247.55/32": "",
"2001:718:ff05:205::55/128": "",
# PSNC WAF testing
"150.254.160.250": "",
"150.254.160.252": "",
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment