diff options
Diffstat (limited to 'vimwiki/VirtualBox.md')
| -rw-r--r-- | vimwiki/VirtualBox.md | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/vimwiki/VirtualBox.md b/vimwiki/VirtualBox.md new file mode 100644 index 0000000..4bd9ee0 --- /dev/null +++ b/vimwiki/VirtualBox.md @@ -0,0 +1,52 @@ + +## Remote Login into virtual guest ## + +In order to login remotely into the virtual machine: + + 1. Go into the network settings of the virtual machine. + 2. select a network adaptor and choose NAT + 3. Go into the advanced options and select port forwarding + 4. create a rule to allow ssh as follows: + + 1. Select TCP protocol + 2. Choose a port for the host (3022) + 3. Choose a port for the guest (22) + 4. Give the rule a name (SSH) + + 7. These are automatically created if the vm scripts + (in /home/vgg/bin/VirtualBoxScripts) are used. These + are accessed from the BASH vbx functions which I've created. + + 8. If you are able to log out of the vm guest but can't log in + to it remotely, then make sure that openssh-server has been + installed into the guest vm, and also that it is running. + + Use: + + `sudo systemctl status -l sshd` + + and/or: + + `sudo systemctl start sshd` + + and possibly: + + `sudo systemctl enable sshd` + + 9. You should then be able to log in via: + + `ssh -p 3022 username@127.0.0.1` + + + +## Windows10 ## + +Order Number: 100606546175 + +### Visual Studio Enterprise 2017 32/64-bit (Multilanguage) - Microsoft Imagine - Download + * Product Key: NT399-8Y76G-3DMMX-HXRTC-V8R3F + + +### Windows 10 Education, Version 1709 (Updated November 2017) 32/64-bit (English) - Microsoft Imagine - Download + * Product Key: PNDTF-3BX2F-JRRQ9-M6H7R-QGPJB + |
