Hello, I don't know that product, but i think a bridge interface will make everything easier?
look for public_network https://docs.vagrantup.com/v2/networking/public_network.html If you really want to use the Nat interface i think you need to forward all those ports if not done yet: https://docs.vagrantup.com/v2/networking/forwarded_ports.html config.vm.network "forwarded_port", guest: 80, host: 8080 On Wed, Jun 3, 2015 at 10:02 AM, Andrew Hummel <[email protected]> wrote: > Is anyone familiar with how to port forward your vagrant VM so that you > can successfully fire up OpenBazaar on it? > > I keep thinking I have it right but I keep getting these errors every time. > > > -- > 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.
