1- add a second interface
...
1b- edit the Vagrantfile and add
$ cd /cygdrive/c/Users/jkriker/Documents/vagrant/ubuntu
# Create a public network, which generally matched to bridged network.
# Bridged networks make the machine appear as another physical device on
# your network.
# config.vm.network "public_network"
config.vm.network "public_network", bridge: "Intel(R) Ethernet Connection I219-LM" , ip: "192.168.0.101"
...
3- if more then one bridge interface is available
edit Vagrantfile
config.vm.network "public_network", bridge: [
"en1: Wi-Fi (AirPort)",
"en6: Broadcom NetXtreme Gigabit Ethernet Controller",
]