What are two ways to enable a port on your DBaaS VM ser…

What are two ways to enable a port on your DBaaS VM server for access to your DBaaS instance?

What are two ways to enable a port on your DBaaS VM server for access to your DBaaS instance?

A.
Use your public and private key pairs to define a list of preferred ports that get enabled during your DBaaS instance installation.

B.
Create a tunnel for port forwarding by using SSH.

C.
Configure all remote connections through port 22 that is assigned by default for SSH connections.

D.
Ask Oracle DBaaS Support to open the required ports.

E.
Use the DBaaS Compute Cloud Service Console to open ports to a set of IP addresses.

Explanation:
C: SSH is a cryptographic network protocol that uses two keys, one public and one private, to provide secure communication between two networked computers.
Port 22 is the standard TCP/IP port that is assigned to SSH servers.
B: To access network protocols and services on a compute node by using a port other than port 22, you must either:
– Enable network access to the port
You can use the Oracle Database Cloud Service console to enable access to a port on a compute node.
– Create an SSH tunnel to the port
Creating an SSH tunnel enables you to access a specific compute node port by using an SSH connection as the transport mechanism. To create the tunnel, you
must have the SSH private key file that matches the public key specified during the database deployment creation process.
Using Oracle Database Cloud Service (February 2017), 3-2
https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/using-oracle-database-cloud-service.pdf



Leave a Reply 5

Your email address will not be published. Required fields are marked *


IOL

IOL

B,E.

C explanation is wrong. E answer is in the explanation:
You can use the Oracle Database Cloud Service console to enable access to a port on a compute node.

Eder Couto

Eder Couto

E??
Use the “DBaaS Compute Cloud Service Console” to open ports to a set of IP addresses.

The correct would be “DBaaS Cloud Service Console” or “Compute Cloud Service Console”!

Vini

Vini

Any one please confirm B and E are the right answer?.