[vagrant-up] Vagrant port forwarding question.

2015-12-18 Thread maggy . alvaz
I run Vagrant in my OSX which brings up a Ubuntu VM and a consul cluster on the Ubuntu VM. The firewall is turned off in the VM. If I create a tunnel using vagrant like "vagrant ssh demo-vm -- -L 8500:127.0.0.1:8500" I am able to view the consul UI on my Mac like "http://localhost:8500/ui;.

Re: [vagrant-up] Vagrant port forwarding question.

2015-12-18 Thread Alvaro Miranda Aguilera
Hello I use it in that way: config.vm.network "forwarded_port", guest: 8500, host: 8500 can you add "-client 0.0.0.0 " to the consul line you use? Thanks Alvaro. On Sat, Dec 19, 2015 at 9:22 AM, wrote: > I run Vagrant in my OSX which brings up a Ubuntu VM and a consul