등을 작동하지 않습니다, 방랑 상자를 볼 수 없습니다 내가 가진 :브라우저가 portforward 내 Vagrantfile에
Vagrant::Config.run do |config|
# Setup the box
config.vm.box = "lucid32"
config.vm.forward_port 80, 8080
config.vm.network :hostonly, "192.168.10.200"
end
하지만 내 방랑 상자의 흔적을 볼 때 브라우저에 "http://192.168.10.200:8080"을 입력하십시오. 가상 상자의
IP 주소 때문에 중 VBOX 내에서, 정확, 내가 가진 : 나는
[email protected]:~$ curl 'http://google.com'
를 입력하면 잘 작동하기 때문에
[email protected]:~$ ifconfig
....
eth1 Link encap:Ethernet HWaddr 08:00:27:79:c5:4b
inet addr:192.168.10.200 Bcast:192.168.10.255 Mask:255.255.255.0
는 방화벽 문제 없을 것 같다 .
내가 Vagrant's port forwarding not working 를 읽고 시도 :
[email protected]:~$ curl 'http://localhost:80'
curl: (7) couldn't connect to host
또한
[email protected]:~$ curl 'http://localhost:8080'
curl: (7) couldn't connect to host
그래서, 작동하지 않는 포트 기대처럼 보이는 ...
을 당신은 내가 할 수있는 알고있는 경우 호스트 브라우저에서 내 vbox에 액세스 할 수 있도록 도와 주시겠습니까? 그냥이 Vagrantfile
와 방랑 상자를 시작한 경우 사전
지금 다운로드 webapplications [puphpet] (HTTPS의 – user2033464