How to connect to vagrant machine using ip address?

Hi all,

Thanks for your answers.

‘vagrant up’ and getting the main html with host name ‘trellis.test’ on Chrome was successful.
‘vagrant ssh’ also successful.

What I want is that I want to see the webpage with ip address on Chrome.
http://192.168.50.5 from chrome not successfull.
again,
http://trellis.test successful.

Any hint?

Thanks.