Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

jasonkont's avatar

Homestead Bridged on windows machine

I have a homestead box hosting a laravel site. I can see my site on the host machine browser but i would like to have access from all the other devices connected to my WiFi network. I follow instructions here https://laravel.com/docs/5.3/homestead#network-interfaces but i don't understand that part:

networks: - type: "public_network" ip: "192.168.10.20" bridge: "en1: Wi-Fi (AirPort)"

what i should put on bridge configuration? en1: is the type of network adapter on my guest machine? WI-Fi (AirPort) is the name of my router?

0 likes
2 replies
jcsarda's avatar

I'm having trouble with the same thing here... I'm not sure what to put for the bridge.

Technically I'm in git bash from my Windows 10 PC. Then running the vagrant server from there. I would imagine the bridge name it's looking for would need to be one of the network adapters visible from git bash.

jasonkont's avatar

I tried all my network adapter's name (visible from git bash) but every time i try to run vagrant up some syntax error about that specific line of code occurred.

Please or to participate in this conversation.