From 148bfd8736645076370ad8597724bd8bbaf4a249 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 20 Mar 2023 19:37:31 +0000 Subject: [PATCH] Add guide on jump servers --- src/data/guides/how-to-setup-a-jump-server.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/data/guides/how-to-setup-a-jump-server.md b/src/data/guides/how-to-setup-a-jump-server.md index 642dce1f2..3273c4974 100644 --- a/src/data/guides/how-to-setup-a-jump-server.md +++ b/src/data/guides/how-to-setup-a-jump-server.md @@ -20,13 +20,9 @@ tags: - "guide-sitemap" --- +Given below is the demonstration of a sample production environment for a web application that consists of two different components, application server and database server. -![](https://i.imgur.com/otqj9D4.png) - -Given above is the demonstration of a sample production environment for a web application that consists of two different components: - -- Application Server -- Database Server +![](https://i.imgur.com/nBJDuVO.png) Application server has both a public and private IP address. It is accessible from the internet. Database server has only a private IP address and is accessible only from the application server.