Skip to content

Instantly share code, notes, and snippets.

@mikedijkstra
Last active December 27, 2015 05:58
Show Gist options
  • Save mikedijkstra/7277772 to your computer and use it in GitHub Desktop.
Save mikedijkstra/7277772 to your computer and use it in GitHub Desktop.
How to access your local host on VM
  1. Find out your computer name by running hostname in terminal
  2. Access your localhost through [computername].local:3000

If that doesn't work, try:

  1. Find the IP for the current LAN connection on your VM
  2. Use the IP address, changing the last number to one. eg) http://172.16.215.1:3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment