Hello:
Using trellis cli / trellis setup on a newly installed Ubuntu 24.04 machine.
Everything is working well; however, manually, I am able to configure Virtualbox to use a bridge mode network setup and get an additional IP on my network so that the VM is accessible by all local pcs.
How should I edit the vagrant.default.yml to allow for this. Is there a:
vagrant_config_vm_network: public_network
vagrant_config_vm_network_mode: bridged
Or should I just edit the Vagrandfile directly and add what I want there using:
config.vm.network "public_network", type: "bridged"
I have already added /etc/vbox/networks.conf and added allowance for my local /24 network.
Thanks in advance for any help.
Cheers,
T