I'm a student doing an internship at the moment. I mainly develop websites using virtualbox and vagrant. I was wondering if i could like make the websites i build accessible for everyone in my network. What is the best way to do this. Im on a mac by the way.
Asked
Active
Viewed 56 times
-1
-
1What kind of issue are you trying to resolve? – user1700494 Apr 28 '16 at 10:11
2 Answers
-1
If people connect to your IP
on a web browser, they will be able to see it.

sysfiend
- 1,387
- 1
- 12
- 24
-1
If your firewall allows the local network to access your webserver port (80 most of the time) then they can access by IP address indeed.
And if you want them to be able to access it via a domain name, you can have them use their hosts file to make a DNS record matching this domain name to your IP address.
Depending on the networking setup, you may be able to achieve this domain routing on the company firewall/router.

JayMcTee
- 3,923
- 1
- 13
- 22