On Fri, Oct 10, 2014 at 10:16 AM, Travis Parker <[email protected]> wrote:
> config.vm.network "public_network" it should work. just check there is no firewall and apparmor or selinux is not playing here. # iptables -L #getenforce from the guest you can do check the service is listening on port 5000 for everything and not binded just to localhost #netstat -anp |grep ':5000' and from the guest you could test #telnet localhost:5000 #telnet ip_of_lan:5000 other than that it should work -- 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.
