Active
Project:
Vagrant
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2011 at 13:35 UTC
Updated:
22 Jan 2012 at 13:03 UTC
I've never seen this before, and couldn't find it in a quick Google search.
A whois reports it belongs to the Department of Defense.
Comments
Comment #1
christianchristensen commentedFrom the project documentation page: http://vagrantup.com/docs/host_only_networking.html - it is recommended to try and avoid conflicts with routers.
Comment #2
glennpratt commentedMade an issue upstream, I realize it's minor, but I've never seen that before and I'm curious why they think that is a good recommendation.
https://github.com/mitchellh/vagrant/issues/329
Comment #3
glennpratt commentedGot a response from the author.
I don't see any reason to encourage people to ignore RFC1918, we could be silently breaking routing for people who try this out.
I think we shouldn't inherit this decision from Vagrant.
Comment #4
muhleder commentedI've been seeing problems with using host only networking on vagrant, strange intermittent errors where it just stops working. Conflict with VMware, result of running more than one vagrant with the same IP set? Who knows, very difficult to diagnose though.
Port forwarding seems to work better in my experience.