Skip to content

Commit 9741e31

Browse files
authored
update soc access and port forwarding instructions for free-tier install (#948)
Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>
1 parent c0849fd commit 9741e31

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed
Loading

docs-source/cloudbank/content/provision/install-free-trial.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ You can also use this approach in any regular commercial Oracle Cloud Tenancy -
9696
* Log into the compute instance using SSH, for example:
9797

9898
```bash
99-
ssh -i <path and filename of private key> -L 1443:localhost:443 ubuntu@207.211.186.88
99+
ssh -i <path and filename of private key> -L 8080:localhost:8080 ubuntu@207.211.186.88
100100
```
101101

102-
You will need to use the IP address of your instance in this command. Note that the example command also creates a port forward so that you will be able to access various Web UI's from your local machine.
102+
You will need to use the IP address of your instance in this command. Note that the example command also creates a port forward so that you will be able to access various endpoints from your local machine if you create a Kubernetes port-forward on port 8080 inside the instance.
103103

104104
* You will be asked to confirm the authenticity of your SSH keys, enter `yes`.
105105

@@ -119,9 +119,25 @@ You can also use this approach in any regular commercial Oracle Cloud Tenancy -
119119

120120
![Completed startup](../images/install-free-tier-2.png " ")
121121

122+
1. Configure access to the instance from your local machine
123+
124+
* On your local machine, open a browser and find your public IPv4 address using a serivce like [ShowMyIP](https://www.showmyip.com/).
125+
126+
* In the OCI Console, when viewing your compute instance, click on the link for the subnet in the **Prinary VNIC** section.
127+
128+
* On the subnet page, click on the link for the Default Security List.
129+
130+
* Click on the **Add Ingress Rules** button to create a new Ingress Rule.
131+
132+
* Complete the form by specifying the **Source CIDR**. Make this as specific as possible, ideally just your one machine by specifying the IP address you just collected with the suffix `/32` added. Set the **Destination Port Range** to `443`, and add a description if you wish. The completed form should look like this (in this example your machine's IP address was `1.2.3.4`):
133+
134+
![Add Ingress Rule](../images/add-ingress-rule.png " ")
135+
136+
* Click the **Add Ingress Rules** button to save the new rule.
137+
122138
1. Verify access to web user interfaces
123139
124-
* On your local machine, open a browser and navigate to the [Spring Operations Center](https://localhost:1443/soc).
140+
* On your local machine, open a browser and navigate to the Spring Operations Center using the IP address of your instance, for example, if you instance is `1.2.3.4`, then the address will be `https://1.2.3.4/soc`.
125141
126142
* Log in using the pre-defined user `obaas-admin` and password `Welcome-12345`.
127143

0 commit comments

Comments
 (0)