Currently using:
Windows 7 x64
Vagrant 1.7.4 (recently reinstalled following ports breaking)
Virtualbox 5.0.4 (recently reinstalled following ports breaking)
IIS/Windows Firewall are disabled
ddcpublicaffairs/ddclamp vagrant box 
<https://atlas.hashicorp.com/ddcpublicaffairs/boxes/ddclamp> 

I have the following port forward command:

*conf.vm.network 'forwarded_port', guest: 80, host: 8888, auto_correct: 
true*

I have confirmed via *vagrant ssh *that internally port 80 is still serving 
the proper website via 

*wget localhost:80 *

returns the correct index.html. However,

*wget localhost:8888*

Does not. Instead, I get Connection Refused. In a browser on the host I get 
ERR_CONNECTION_REFUSED

This was working yesterday so I am puzzled as to what might have broken. I 
have tried:
- Deleting the browser cache
- Executing the following Windows commands:
netsh winsock reset
netsh winsock reset catalog
netsh int ip reset reset.log
netsh int ipv4 reset reset.log
netsh int ipv6 reset reset.log
ipconfig /flushdns
then Reboot

- Reverting to known working source code
- Reinstalling the programs
- Disabling IIS and Windows Firewall

To name a few things. Anyone have any ideas?

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/c7362d4c-cec3-457e-b8cd-ec17a474b5b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to