Can anyone please help me understand that for SSH why it is saying to have similar network range?

Screenshot from 2024-05-26 20-11-50

Once you change the IP addresses of app03 and app04, the jump host no longer has a route to their network. So you can’t access those hosts on the net, and ssh won’t work.

The fix is to make sure that the jump host has a route to that network. You can do this by assigning the jump host an IP on that network, which is what this problem is asking you to do.