192.168.0.10
192.168.0.11
To setup the second IP you will have to add a second Ethernet Adapter (logical not physical).
| { | |
| "items": [ | |
| { | |
| "label": "Element", | |
| "value": "element-42", | |
| "identifier": "element-42" | |
| }, | |
| { | |
| "label": "Second Element", | |
| "value": "element-22", |
I hereby claim:
To claim this, I am signing this object:
| config.vm.synced_folder '../../[flow-project-src-on-host]', '/[guest-project-root]', type: 'sshfs', sshfs_opts_append: '-o nonempty' | |
| config.vm.synced_folder '.', '/vagrant', type: 'sshfs', sshfs_opts_append: '-o nonempty' | |
| config.vm.provision :shell, path: "bootstrap.sh" |