You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
which would take care of the hard coded IP address itself. Ideally, I'd like the option of using a bridged network adapter and making the devbox accessible from my local network.
The text was updated successfully, but these errors were encountered:
If the network stays set as "private_network", the IP address will be assigned by DHCP hosted on your local computer. This will, in all likelihood, stay the same every time you bring up kohadevbox. The first time you log into kohadevbox using vagrant ssh, you should be able to find the ip address by running ip addr. You can then bookmark that address.
The hard coded IP address is inflexible: can't run two devboxes on the same machine without editing the vagrantfile of one.
At the very least, we could replace
with
which would take care of the hard coded IP address itself. Ideally, I'd like the option of using a bridged network adapter and making the devbox accessible from my local network.
The text was updated successfully, but these errors were encountered: