by default, when you vagrant up, vagrant opens a port on ipv4 loopback, and gives the machine an ip4 address with a process that nats to the internet.
Id like an v6 address on the inside so virtual machines can also reach the v6 internet. On Thursday, March 10, 2016 at 6:33:20 PM UTC-8, Alvaro Miranda Aguilera wrote: > > Hello, > > Can you elaborate a bit more? > > ::1 and 127.0.0.1 are ip for the loopback device lo > > not sure what will be the benefit of having loopback ip in other interface > > Thanks > Alvaro > > On Fri, Mar 11, 2016 at 10:19 AM, pixel fairy <[email protected] > <javascript:>> wrote: > >> when making multi machine vagrant files, your limited to ipv4 for >> connection to the outside without doing some fancy setups. >> >> this would be easier if vagrant attached eth0 to ::1 as well as 127.0.0.1 >> on the outside and an ipv6 ula address on the inside to go with the v4 one. >> since this is provider specific, can it start with virtualbox? >> >> till then, i just got this working using tayga on the router vm >> (ubuntu/trusty64) >> >> -- >> 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] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/vagrant-up/6e05a14c-6813-4f6e-af2e-5d1ea01e0a1a%40googlegroups.com >> >> <https://groups.google.com/d/msgid/vagrant-up/6e05a14c-6813-4f6e-af2e-5d1ea01e0a1a%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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/82572dc4-d2e0-4f4c-90f3-ad6b711e4ef6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
