node.vm.network "private_network", ip: "192.168.56.105", netmask: "255.255.255.0"
config.vm.network "forwarded_port", guest: 8081, host: 8081
this is my vagrant file
and this is my virtualbox config,
i wanna another machine in the same network with my computer can connect my virtual-host, what should i do?