para_bellum

VM

Jul 28th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Host side:
  2. IP config, netmas, gateway and DNS
  3. For the interface to appear inside network manager, you first need to set its IP using ifconfig.
  4.  
  5. Guest Config:
  6. same
  7.  
  8. Start vm:
  9. VBoxManage startvm "SVNServer-old-stable" --type headless
  10.  
  11. Stop vm:
  12. VBoxManage controlvm "SVNServer-old-stable" acpipowerbutton
  13.  
  14. List running VMs:
  15. VBoxManage list runningvms
  16.  
  17. If the time is not set correctly although it should be synchronized online, it may be because the guest has no route to the outside world (can be checked using 'route'). Check the gateway.
Add Comment
Please, Sign In to add comment