well this is embarrassing. I had checked iptables before, but hadn't looked
at netstat to verify that it was listening correctly. It was listening on
an ephemeral port number, because the right invocation was to give the
bind-port to -p, rather than as a positional arg. It appears the relevant
difference with ubuntu was the netcat variant it ships with.

thanks Alvaro for the guidance.
--travis

On Thu, Oct 9, 2014 at 2:35 PM, Alvaro Miranda Aguilera <[email protected]>
wrote:

>
> 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 a topic in the
> Google Groups "Vagrant" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/vagrant-up/0xdeAhWEeFc/unsubscribe.
> To unsubscribe from this group and all its topics, 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.

Reply via email to