From 1058cb5ddb820c682bf480e3dedfc48e5b104865 Mon Sep 17 00:00:00 2001 From: Preetham Ananthkumar Date: Sat, 15 Jul 2023 12:45:07 +0100 Subject: [PATCH] Added connection between Int-DNS and Services-switch via gateway IP --- Int-DNS.startup | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Int-DNS.startup b/Int-DNS.startup index 01981a8..3afa585 100755 --- a/Int-DNS.startup +++ b/Int-DNS.startup @@ -1,3 +1,6 @@ # IP of Int-DNS ip addr add 10.0.4.4/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