This can be simply by configuring the Ubuntu VirtualBox instance's network port forwarding in the VirtualBox graphical user interface. The following points illustrate the procedure.
Configure Oracle VirtualBox
- Start Oracle VirtualBox.
- Select the Ubuntu instance e.g. Ubuntu19. Click the Settings icon.
- In the Settings dialog box, select Network.
- Click the buton Port forwarding.
The Port Forwarding Rules dialog box appears. - Click the Add icon.
- Change the Host Port to an unused port e.g. 3023. Change the Guest Port to 23.
Note: in this example, when accessing remotely, the port called should be 3023. - Click OK to all the boxes.
$ sudo apt install telnetd
Then either restart the service or simply reboot.
On a remote computer, type in the following command to access the Ubuntu instance.
$ telnet 192.???.???.??? 3023
Note: replace 192.???.???.??? with the IP address of the Windows host
Note: If all the parameters are correct, the telnet response should be displayed as shown below.
No comments:
Post a Comment