Joel Merrick
Joel Merrick
I can confirm that monkeypatching the ~/.vagrant.d/gems/gems/landrush-0.14.1/lib/landrush/config.rb with out internal DNS servers makes it work fine
I have tried various permutations of config.landrush.upstream '{internal dns ip}', 53, :udp config.landrush.upstream '{internal dns ip}', 53, tcp config.landrush.upstream '{internal dns ip}' etc.. I'm wondering if the UDP and or...
I can't see where the upstream config is actually instantiated, it looks like the DEFAULT block is what's called from finalize! Is this config actually still relevant? Seems a bit...
No problem, give me a poke if you need any testing doing my side. Could be slight subtleties in DNS topology but I'm pretty certain it's just falling back to...
Ok, I will. I'm using this in a multi-vm environment. I've got the upstream set within the top (global?) level of the do config block, so afaik that should be...
Yes, that config works, so it has to be a permutation of the multi-VM and private network additions I've got in my manifest. Thanks again, I'll report back when I...
Seems to be working great with a good bunch of restart, I owe you a beverage!
Hmm, this seems to be rearing it's head again on the linux clients. I've purge landrush, removed config, restarted etc... etc.. etc... No changes to the working Vagrantfile (fine on...
Here's my Vagrantfile for completion... https://gist.github.com/joelio/85a3dbb5eb9f337de296
+1 for this! Any movement so far? Thanks