Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access server from other devices over Wifi? #11

Open
christianmagill opened this issue Apr 19, 2014 · 3 comments
Open

Access server from other devices over Wifi? #11

christianmagill opened this issue Apr 19, 2014 · 3 comments

Comments

@christianmagill
Copy link

Is this possible?

@J5Dev
Copy link

J5Dev commented May 12, 2014

As addressed by myself, @fideloper & @JeffreyWay on the following thread....

https://laracasts.com/lessons/get-off-mamp-now#comment-1263753309

You can use either DNSMasq, this script from Marlon-Tools: https://code.google.com/p/marlon-tools/source/browse/tools/dnsproxy/dnsproxy.py

or I think the prefered method, http://xip.io

@fideloper
Copy link

The current network setup gives you a private IP address that only your computer can use to access. This also allows the NFS file sharing (if you're using Vagrant and setting up NFS file sharing)

In order for other computers to view your virtual machine, you'll need to assign it a public IP address (bridged networking). You'll also then not be able to use NFS for local file sharing.

@J5Dev
Copy link

J5Dev commented May 12, 2014

Sorry, yes I should have added that the above mentioned suggestions will only be available on the network you are currently connected to..... my bad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants