From 9f5f78c34c9c7aaaa074cfab3af769120ff26e88 Mon Sep 17 00:00:00 2001 From: Cristiano Hoshikawa Date: Fri, 19 Apr 2024 21:06:30 -0300 Subject: [PATCH] adjustments --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4dbca4..be456c6 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,9 @@ Obtain the **Public IP** of your bastion in the **Compute** menu and in you bast An example to access your bastion is: - ssh -i opc@ -L 7002:localhost:7002 + ssh -i opc@ -L 7002::7002 + + Obtain your your_admin_server_private_IP_address in your Weblogic Resource Manager Stack detail page So you can stablish a tunnel for your Weblogic Admin Server.