I do all the steps, but when i open my browser and type

http://drupal.vbox.local/

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

frederickjh’s picture

Title: Dont work i think the problem is with 33.33.33.10 » Don't use 33.33.33.10 it is a public IP address owned by the DoD
Component: Documentation » Code
Category: support » task

It 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
#

koffer’s picture

And where can I change the ip adress in vagrant?

glennpratt’s picture

Status: Active » Closed (duplicate)

http://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"

glennpratt’s picture

Issue summary: View changes

adding a ?