9th Question - create connection among all the 4 hosts- app01,02,03,04. Im unable to solve it

A link to the lab would be very helpful.

https://learn.kodekloud.com/user/courses/devops-pre-requisite-course/module/1790dd89-e589-4173-a51e-7be5efbd210a/lesson/420c1daf-c17d-4101-acf3-675c7917cba6

Take a look at the hint for Step 6 of the lab. For each of the 4 hosts, you need to:

  1. ssh into that host
  2. run a command like sudo ip addr add 172.16.238.15/24 dev eth0 (with different addresses for each host) to assign the new IP address.
1 Like