You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-source/cloudbank/content/provision/install-free-trial.md
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -96,10 +96,10 @@ You can also use this approach in any regular commercial Oracle Cloud Tenancy -
96
96
* Log into the compute instance using SSH, for example:
97
97
98
98
```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
100
100
```
101
101
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.
103
103
104
104
* You will be asked to confirm the authenticity of your SSH keys, enter `yes`.
105
105
@@ -119,9 +119,25 @@ You can also use this approach in any regular commercial Oracle Cloud Tenancy -
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`):
* Click the **Add Ingress Rules** button to save the new rule.
137
+
122
138
1. Verify access to web user interfaces
123
139
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`.
125
141
126
142
* Log in using the pre-defined user `obaas-admin` and password `Welcome-12345`.
0 commit comments