Reputation: 31377
On my Ubuntu hosts file I have something like this:
127.0.0.1 something.dev
So when I type http://something.dev
I got the desired result.
I wish to do the same, but by using the browser located on the virtualbox.
If I do: 10.0.2.2
I get my ubuntu localhost.
But I wish to access something.dev specifically.
How can we do such a thing ?
Upvotes: 1
Views: 682
Reputation: 246
Add 10.0.2.2 something.dev
to the hosts file of your host OS (WinXP)
Upvotes: 1