Hi Team KodeKloud I appied all Ip Addresses but output got wrong cou you please tell me the reason

This Task also has the same issue

Hi @bhanuprakashk,

Please share the lab link, I’ll check it.

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

It looks like you are NOT using ssh to get into the app01, app02, app03 and app04 hosts, but simply applying the various ip addr add commands on the jumphost. This can’t work, and is probably your problem. You need to, for each of the four hosts:

  1. ssh into the right host
  2. run the right ip addr add commands on that host.
  3. repeat for the other 3 hosts.

Hi @bhanuprakashk

image

The question referred to how to set up the configuration. It should be updated on app01-04, not on the jump host.