I will send you an emai, you send the email to the mailing list :D Alvaro
On Tue, Jun 10, 2014 at 8:47 PM, Almudena Soblechero Garcia < [email protected]> wrote: > Hola buenos dias Álvaro, muchas gracias por haberme contestado en el > google group!! > > Estoy intentando hacer una cofngiruación con vagrant, pero me temo, que > dicha configuración, no es posible, la quería hacer para presentarla en un > proyecto, pero mucho me temo que vagrant, no esta hecho para gestionar > arcquitecturas cliente servidor con puppet :(. > > Te he contestado en el grupo de google :) > > > salu2 > > Almudena. > > > 2014-06-09 22:45 GMT+02:00 Alvaro Miranda Aguilera <[email protected]>: > >> Hola! >> >> I do speak spanish , so if you think spanish will be quicker easier for >> you, feel free to send me an email >> >> What I do understand from your mail is, at the first boot after vagrant >> provision the box, a working resolv.conf is there, and all good. >> >> Then, after the reboot, this resolv.conf change and doesn't work anymore >> for you. >> >> I don't think is going to be any different from virtualbox to vmware on >> your desktop, but is hard to know if you are on >> virtualbox/vmware/aws/openstack/docker/lxc :D >> >> For desktop, like vmware/virtualbox the eth0 is NAT, and will use the >> networking of your laptop, so if the laptop can reach the servers by name, >> the vm should. >> If the laptop can't then, the vm won't. >> >> Dirt fix will be do something like this: >> >> cp /etc/resolv.conf /etc/resolv.conf.ok >> >> echo 'cat /etc/resolv.conf.ok > /etc/resolv.conf' >> /etc/rc.local >> >> but is a hard ugly hack. >> >> if you share more information, I can try to assist to get a better >> solution and understand the problem. >> >> Saludos! >> Alvaro. >> >> >> On Mon, Jun 9, 2014 at 11:08 PM, Almudena Soblechero Garcia < >> [email protected]> wrote: >> >>> Good morning every body! >>> >>> >>> Im spanish, but i'm goint to tried write in english. >>> >>> >>> I'm workingwith Vagrant, and, i want to set up a dns server, but, when >>> i restart my vm, the resol.conf changes, and my DNS configuration, fail.... >>> >>> >>> There any solution, for that problem? >>> >>> >>> >>> I would like to use vagrant with a DNS server to work properly puppet. >>> >>> >>> Is this feasible? >>> >>> >>> rewards >>> >>> -- >>> 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. >>> >> >> -- >> 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. >> > > -- > 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. > -- 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.
