Since now appe and appe are on different network range than jump host so you are not able to SSH into those hosts from jump host. To make ssH work make required changes on jump host.
- Assign a new IP address 172.16.239.10/24 to jump host with same network range which app03 and app04 are using.
- Now you will be able to ss into all apps from jump host.
NOTE: - After the change, you may experience a delay when trying to SSH from the jump server to the app servers.
Help me how to overcome this prob