I'm having some issues with network time outs between here and guthub 
getting random "Connection timed out" errors.

My host machine is running Ubuntu 14.04.1 LTS with Vagrant version 1.6.5 
(though I've also tried a 1.7 with the same result)
Here's how I'm creating the vagrant server:
config.vm.define "server" do |app|
    app.vm.hostname = "server"
    app.vm.box = "precise64"
    app.vm.box_url = 
"http://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-amd64-vagrant-disk1.box";
    app.vm.network :private_network, ip: "10.10.10.2"

It comes up fine, and I'm then running a bunch of ansible plays on that to 
download and install a bunch of things from github.

It'll grab a series of repos just fine, then suddenly:
"fatal: unable to access 'https://github.com/path/totherepo.git/': Failed 
connect to github.com:443; Connection timed out"

I rerun it, same thing, same error.
I then  "vagrant ssh server" and try running "git clone 
https://github.com/whatever"; from the server command line, sometimes I'll 
get "Connection timed out" again, sometimes it'll connect and clone the 
repo just fine.
So sometimes it's fine, then I try the same thing, and it fails.
Tried running "mtr github.com" a bunch of times, no trouble.

I'm not sure how to start troubleshooting what seems to be random 
connection time out errors.

Thanks for ANY ideas you might have on this.

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to