Hello!
I wanted to ask if there is a way to change Vagrant’s default NAT configuration on nic1 in VirtualBox, so that it is instead assigned to nic4, for example.
I’m asking because I want to test a self-made WebRTC application between two VMs. However, during ICE gathering for establishing the WebRTC P2P connection, the ICE candidates are only gathered from the nic1 network, which is configured as NAT. I need nic1 to be a bridged network instead.
Thank you very much for your time.