From 1dfd0830fd7297884d53cad02c80d2e452b0d0c4 Mon Sep 17 00:00:00 2001 From: Bo Staahle Date: Wed, 20 Feb 2019 07:25:47 +0100 Subject: =?UTF-8?q?Added=20new=20Customer=20Networks=20to=20DK-PROD(DK-?= =?UTF-8?q?=C3=98RE)=20VPN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/ip-up | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/ip-up b/scripts/ip-up index 594a863..d0a4403 100755 --- a/scripts/ip-up +++ b/scripts/ip-up @@ -55,6 +55,15 @@ 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 109.105.116.0/28 -interface $IFNAME # ndn-dk-internal-lab Customer Network + /sbin/route -n add 109.105.116.16/28 -interface $IFNAME # ndn-dk-customer_wayf Customer Network + /sbin/route -n add 109.105.116.32/28 -interface $IFNAME # ndn-dk-customer_sunet Customer Network + /sbin/route -n add 109.105.116.48/28 -interface $IFNAME # ndn-dk-customer_uninett Customer Network + /sbin/route -n add 109.105.116.64/28 -interface $IFNAME # ndn-dk-customer_funet Customer Network + /sbin/route -n add 109.105.116.80/28 -interface $IFNAME # ndn-dk-customer_deic Customer Network + /sbin/route -n add 109.105.116.96/28 -interface $IFNAME # ndn-dk-customer_rhnet Customer Network + /sbin/route -n add 109.105.116.112/28 -interface $IFNAME # ndn-dk-customer_geant Customer Network + /sbin/route -n add 109.105.116.128/28 -interface $IFNAME # ndn-dk-cumstomer_media Customer Network /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 -- cgit v1.1