summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/ip-up18
1 files changed, 11 insertions, 7 deletions
diff --git a/scripts/ip-up b/scripts/ip-up
index 7788dcd..594a863 100755
--- a/scripts/ip-up
+++ b/scripts/ip-up
@@ -35,8 +35,8 @@ function ip_up_post () {
# "NORDUnet VPN TUG"
109.105.104.2 )
SERVERNAME="NORDUnet VPN TUG"
- /sbin/route -n add 109.105.96.0/19 -interface $IFNAME # NDN Public
- /sbin/route -n add 193.10.0.0/15 -interface $IFNAME # NDN Public #2
+ /sbin/route -n add 109.105.96.0/19 -interface $IFNAME # NDN Public
+ /sbin/route -n add 193.10.0.0/15 -interface $IFNAME # SUNET Public
;;
# "NDN MGMT ORE"
"dk-ore-mfw.nordu.net" )
@@ -55,15 +55,19 @@ function ip_up_post () {
/sbin/route -n add 109.105.113.144/28 -interface $IFNAME # dk-uni-sx-01 DC
/sbin/route -n add 109.105.113.208/28 -interface $IFNAME # SBC
/sbin/route -n add 109.105.113.224/27 -interface $IFNAME # VCONF MCU
- /sbin/route -n add 10.96.0.0/16 -interface $IFNAME # Panopto
- /sbin/route -n add 185.174.116.0/24 -interface $IFNAME # Zoom servers
- /sbin/route -n add 185.174.117.0/24 -interface $IFNAME # Zoom servers
+ /sbin/route -n add 10.96.0.0/23 -interface $IFNAME # Panopto RFC1918
+ /sbin/route -n add 10.96.2.0/23 -interface $IFNAME # MediaSite RFC1918
+ /sbin/route -n add 10.96.4.0/23 -interface $IFNAME # Kaltura RFC1918
+ /sbin/route -n add 185.174.116.0/24 -interface $IFNAME # Zoom servers
+ /sbin/route -n add 185.174.117.0/24 -interface $IFNAME # Zoom servers
+ /sbin/route -n add 172.29.10.0/24 -interface $IFNAME # NTNX-2 Prism central UNI-ORE RFC1918
+ /sbin/route -n add 172.29.11.0/24 -interface $IFNAME # NTNX-2 Management UNI-ORE Nyt cluster RFC1918
;;
# "NORDUnet VPN KAS"
109.105.106.4 )
SERVERNAME="NORDUnet VPN KAS"
- /sbin/route -n add 109.105.96.0/19 -interface $IFNAME # NDN Public
- /sbin/route -n add 193.10.0.0/15 -interface $IFNAME # NDN Public #2
+ /sbin/route -n add 109.105.96.0/19 -interface $IFNAME # NDN Public
+ /sbin/route -n add 193.10.0.0/15 -interface $IFNAME # NDN Public #2
;;
esac
# If you don't want a dialog displayed with a confimation that the script have been run, then comment-out this next line.