From 5833e087f2e23104f6c1f0356656f4e35ce54463 Mon Sep 17 00:00:00 2001 From: "iliya.saroukha" <iliya.saroukhanian@etu.hesge.ch> Date: Wed, 9 Apr 2025 12:25:50 +0200 Subject: [PATCH] fix: typo in prep script --- scripts/prep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prep.sh b/scripts/prep.sh index 4555e39..9039a70 100755 --- a/scripts/prep.sh +++ b/scripts/prep.sh @@ -14,7 +14,7 @@ echo "======= R1: Setting up static 10.0.0.2/24 IP for eth1 =======" ssh R1 ip addr add 10.0.0.2/24 dev eth1 ssh R1 ip link set up dev eth1 -echo "======= H1: Setting default route via R1 (i.e. 10.0.0.1) =======" +echo "======= H1: Setting default route via R1 (i.e. 10.0.0.2) =======" ssh H1 ip route add default via 10.0.0.2 echo "======= R1: Implementing NAT gateway =======" -- GitLab