Skip to content
Snippets Groups Projects
Verified Commit 5833e087 authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

fix: typo in prep script

parent 9b556f31
No related branches found
No related tags found
No related merge requests found
......@@ -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 ======="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment