From 3de2d9072f779a6496214fb40b66dfebd5cb1193 Mon Sep 17 00:00:00 2001 From: Jafar Lie <jafar.lie@monash.edu> Date: Thu, 5 Mar 2020 11:48:15 +1100 Subject: [PATCH] added full monash IP range Former-commit-id: b8a2a563fcd4134a9555b04ae0f221f3148992e0 --- CICD/heat/gc_HOT.yaml | 118 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 112 insertions(+), 6 deletions(-) diff --git a/CICD/heat/gc_HOT.yaml b/CICD/heat/gc_HOT.yaml index 024477ec..034c9bfa 100644 --- a/CICD/heat/gc_HOT.yaml +++ b/CICD/heat/gc_HOT.yaml @@ -60,7 +60,7 @@ resources: port_range_max: 2049}, { protocol: udp, port_range_min: 111, - port_range_max: 111}] + port_range_max: 111} ] MySQLSecGroup: type: "OS::Neutron::SecurityGroup" properties: @@ -76,22 +76,128 @@ resources: port_range_min: 22, port_range_max: 22, direction: ingress, - remote_ip_prefix: 118.138.240.0/21 + remote_ip_prefix: 59.191.208.0/20 }, { protocol: tcp, port_range_min: 22, port_range_max: 22, direction: ingress, - remote_ip_prefix: 118.138.248.0/23 + remote_ip_prefix: 114.30.64.0/21 + }, + { protocol: tcp, + port_range_min: 22, + port_range_max: 22, + direction: ingress, + remote_ip_prefix: 118.138.0.0/16 + }, + { protocol: tcp, + port_range_min: 22, + port_range_max: 22, + direction: ingress, + remote_ip_prefix: 118.139.0.0/17 }, { protocol: tcp, port_range_min: 22, port_range_max: 22, direction: ingress, remote_ip_prefix: 130.194.0.0/16 - } ] - - + }, + { protocol: tcp, + port_range_min: 22, + port_range_max: 22, + direction: ingress, + remote_ip_prefix: 203.0.141.0/24 + }, + { protocol: tcp, + port_range_min: 22, + port_range_max: 22, + direction: ingress, + remote_ip_prefix: 203.6.141.0/24 + }, + { protocol: tcp, + port_range_min: 22, + port_range_max: 22, + direction: ingress, + remote_ip_prefix: 203.23.136.0/24 + }, + { protocol: tcp, + port_range_min: 22, + port_range_max: 22, + direction: ingress, + remote_ip_prefix: 59.191.192.0/20 + }, + { protocol: tcp, + port_range_min: 22, + port_range_max: 22, + direction: ingress, + remote_ip_prefix: 202.158.212.32/27 + }, + { protocol: tcp, + port_range_min: 22, + port_range_max: 22, + direction: ingress, + remote_ip_prefix: 130.194.13.96/27 + }, + { protocol: tcp, + port_range_min: 22, + port_range_max: 22, + direction: ingress, + remote_ip_prefix: 49.127.0.0/16 + }, + { protocol: tcp, + port_range_min: 22, + port_range_max: 22, + direction: ingress, + remote_ip_prefix: 202.58.246.0/24 + }, + { protocol: tcp, + port_range_min: 22, + port_range_max: 22, + direction: ingress, + remote_ip_prefix: 202.94.69.0/24 + }, + { protocol: tcp, + port_range_min: 22, + port_range_max: 22, + direction: ingress, + remote_ip_prefix: 103.35.228.0/22 + }, + { protocol: tcp, + port_range_min: 22, + port_range_max: 22, + direction: ingress, + remote_ip_prefix: 43.246.232.0/22 + }, + { protocol: tcp, + port_range_min: 22, + port_range_max: 22, + direction: ingress, + remote_ip_prefix: 103.35.228.0/22 + }, + { protocol: tcp, + port_range_min: 22, + port_range_max: 22, + direction: ingress, + remote_ip_prefix: 59.191.208.0/20 + }, + { protocol: tcp, + port_range_min: 22, + port_range_max: 22, + direction: ingress, + remote_ip_prefix: 49.127.0.0/16 + }, + { protocol: tcp, + port_range_min: 22, + port_range_max: 22, + direction: ingress, + remote_ip_prefix: 59.191.220.0/22 + }, + { protocol: tcp, + port_range_min: 22, + port_range_max: 22, + direction: ingress, + remote_ip_prefix: 43.246.232.0/22 + } ] # SSHInternalSecGroup: # type: "OS::Neutron::SecurityGroup" # properties: -- GitLab