This page (revision-6) was last changed on 23-Apr-2022 17:06 by Harry Metske

This page was created on 23-Apr-2022 17:05 by Harry Metske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
6 23-Apr-2022 17:06 1 KB Harry Metske to previous
5 23-Apr-2022 17:05 1 KB Harry Metske to previous | to last
4 23-Apr-2022 17:05 1 KB Harry Metske to previous | to last
3 23-Apr-2022 17:05 1 KB Harry Metske to previous | to last
2 23-Apr-2022 17:05 1 KB Harry Metske to previous | to last
1 23-Apr-2022 17:05 992 bytes Harry Metske to last

Page References

Incoming links Outgoing links
BOSHLite...nobody

Version management

Difference between version and

At line 16 changed one line
cd boshlite
cd boshlite/deployments/vbox
At line 18 added 4 lines
# To make sure that VirtualBox has a proper network:
VBoxManage natnetwork remove --netname NatNetwork
VBoxManage natnetwork add --netname NatNetwork --network 10.0.2.0/24 --dhcp on
#
At line 27 added 5 lines
!! ssh access to director
Because we deployed with the operator file jumpbox.yml, we can ssh login to the director.
First get the private key from creds.yml: ''bosh int ./creds.yml --path /jumpbox_ssh/private_key'' and save to a file (~/.ssh id_rsa.vbox), then login with ''ssh -i ~/.ssh/id_rsa.vbox jumpbox@192.168.50.6)''