Closed (duplicate)
Project:
Vagrant
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2012 at 14:42 UTC
Updated:
25 Jan 2013 at 02:03 UTC
I do all the steps, but when i open my browser and type
dont appear nothing
so i have some questions:
The adress 33.33.33.10 is the only possible?
I add the vagrant folder in mynameuser/site (im in macosx)
It is possible to add in any place or may be i add in a bad place?
(macosx use this folder for sites)
Comments
Comment #1
frederickjhIt is not a good idea to use a public ip address even in a private space. Bad stuff can happen even when using a public ip in a private address space (Virtual Box host adapter). I realize that back in time the folks at vagrant used this ip address but it is still a bad idea and they no longer even have it anywhere on their website.
33.33.33.10 is in a block owned by the Department of Defense.
Change this to a private ip address in a private ip adress block
Be advised that the first ip address in an ip block (the one that ends in .1) is reserved for the host computer by Virtual Box. Consider using 10.0.0.10
$ whois 33.33.33.10
#
# The following results may also be obtained via:
# http://whois.arin.net/rest/nets;q=33.33.33.10?showDetails=true&showARIN=...
#
NetRange: 33.0.0.0 - 33.255.255.255
CIDR: 33.0.0.0/8
OriginAS:
NetName: NIPR-CONUS
NetHandle: NET-33-0-0-0-1
Parent:
NetType: Direct Allocation
RegDate: 1991-01-01
Updated: 2009-06-19
Ref: http://whois.arin.net/rest/net/NET-33-0-0-0-1
OrgName: DoD Network Information Center
OrgId: DNIC
Address: 3990 E. Broad Street
City: Columbus
StateProv: OH
PostalCode: 43218
Country: US
RegDate:
Updated: 2011-08-17
Ref: http://whois.arin.net/rest/org/DNIC
OrgTechHandle: REGIS10-ARIN
OrgTechName: Registration
OrgTechPhone: +1-800-365-3642
OrgTechEmail: registra@nic.mil
OrgTechRef: http://whois.arin.net/rest/poc/REGIS10-ARIN
OrgAbuseHandle: REGIS10-ARIN
OrgAbuseName: Registration
OrgAbusePhone: +1-800-365-3642
OrgAbuseEmail: registra@nic.mil
OrgAbuseRef: http://whois.arin.net/rest/poc/REGIS10-ARIN
OrgTechHandle: MIL-HSTMST-ARIN
OrgTechName: Network DoD
OrgTechPhone: +1-800-365-3642
OrgTechEmail: HOSTMASTER@nic.mil
OrgTechRef: http://whois.arin.net/rest/poc/MIL-HSTMST-ARIN
#
# ARIN WHOIS data and services are subject to the Terms of Use
# available at: https://www.arin.net/whois_tou.html
#
Comment #2
koffer commentedAnd where can I change the ip adress in vagrant?
Comment #3
glennpratt commentedhttp://drupal.org/node/1100100
PS, I'm the one who reported it to Vagrant way back when.
https://github.com/mitchellh/vagrant/issues/329
I will get to it one day, but patches welcome.
@koffer, you can change the IP address by editing the Vagrantfile:
config.vm.network :hostonly, "192.168.33.10"Comment #3.0
glennpratt commentedadding a ?