Guest: Any Linux 32 or 64 bit
Problem:
Using curl does not work. Wget works, but curl does not.
Result of a basic curl command for google's home page.
Code: Select all
curl: (56) Recv failure: Connection reset by peer
Code: Select all
curl: (56) Recv failure: Connection reset by peer
I'm sorry, I couldn't post the curl command, it was complaining about not being able to post URLs due to the age of my account regardless of how much of the URL I stripped out.noteirak wrote:if wget works, it means that everything is working as it should. Most likely, your usage of the curl parameters is not good. But since you do not give the command you ran, there is no way to tell.
If you feel the issue is actually related to Virtualbox, please read the Minimum information needed for assistance post and attach as zip file the VM log file aswell as the vboxmanage output.
Code: Select all
curl -L -O URLCode: Select all
curl -L http://www.google.com -o file.html[/quote]noteirak wrote:if wget works, it means that everything is working as it should. Most likely, your usage of the curl parameters is not good. But since you do not give the command you ran, there is no way to tell.
If you feel the issue is actually related to Virtualbox, please read the Minimum information needed for assistance post and attach as zip file the VM log file aswell as the vboxmanage output.
Code: Select all
clear
ifconfig
clear
curl -L -O http://krahs-emag.com/testbed/xmlhttp.txtFirewall is disabled on the host and guest, and other linux machines (real) on the same network can use curl just fine.Perryg wrote:Firewall rules?
This is on all Linux VMs including a new test one.noteirak wrote:Did you already try to delete and recreate the VM?
I will set up a Linux guest at home over the weekend. I will turn the firewall off on my host machine, and I will have my router forward everything to the host.noteirak wrote:Then I am afraid I am totally out of ideas on this one, except that I still believe the issue lies somewhere in your network, but not in Virtualbox.