From 6efc0c41eb90c9721cd1f922b9317097a02a773a Mon Sep 17 00:00:00 2001 From: Preetham Ananthkumar Date: Sat, 15 Jul 2023 11:56:44 +0100 Subject: [PATCH] Added connection between Int-WWW and Services-switch via gateway IP --- Int-WWW.startup | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Int-WWW.startup b/Int-WWW.startup index 7155e3d..b015a88 100755 --- a/Int-WWW.startup +++ b/Int-WWW.startup @@ -1,3 +1,6 @@ # IP of Int-WWW ip addr add 10.0.4.3/24 dev eth0 ip link set up dev eth0 + +# Gateway IP to Services-switch +ip route add default via 10.0.4.2 dev eth0