...
To connect to the first VM from the host machine (laptop), use the following command:
No Format |
---|
ssh -p10022 oracle@192.168.1.197 |
To connect to the second VM from the host machine (laptop), use the following command:
No Format |
---|
ssh -p10023 oracle@192.168.1.197 |
...
192.168.1.197 is the IP address of the host machine (laptop). Use ifconfig or ipconfig to identify what the local IP address is of your host machine.
Pre-requisites
Please ensure the following pre-requisites have been completed
Next steps
Follow the step by step guide in the "Child Pages" below.
...