I wanna another machine in the same network with my computer can connect my virtual-host, what should i do?

            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?

Hi there. In this case you can just configure a public network for the guest:

config.vm.network :public_network