Hello, not sure telnet 0.0.0.0 will work you can provide this?
1. zip of where you are.. or github/gist. 2. iptables -L just in case, validate there is no firewall causing issues 3. netstat -anp | egrep '5672|8080' This will show if there is anything listening to what ip if there is :8080 or 0.0.0.0:8080 that means any ip using ipv4 so telnet 127.0.0.1 8080 should work Thanks Alvaro On Tue, Jun 9, 2015 at 11:56 PM, Jörg Diekmann <[email protected]> wrote: > Hi Alvaro, > > Thanks again for your help so far. > > I followed the various commands - and this is what it look like: > > Boot2Docker version 1.6.2, build master : 4534e65 - Wed May 13 21:24:28 UTC > 2015 > Docker version 1.6.2, build 7c8fca2 > docker@boot2docker:~$ sudo su > root@boot2docker:/home/docker# docker ps > CONTAINER ID IMAGE COMMAND CREATED > STATUS PORTS > NAMES > 8be5659e094d rabbitmq:3-management "/docker-entrypoint. 43 > minutes ago Up 43 minutes 0.0.0.0:5672->5672/tcp, 15672/tcp, > 0.0.0.0:15672->8080/tcp rabbitmq > root@boot2docker:/home/docker# telnet 0.0.0.0 8080 > telnet: can't connect to remote host (0.0.0.0): Connection refused > root@boot2docker:/home/docker# telnet 0.0.0.0 15672 > Connection closed by foreign host > root@boot2docker:/home/docker# telnet 0.0.0.0 5672 > Connection closed by foreign host > root@boot2docker:/home/docker# curl http://0.0.0.0:15672 > curl: (52) Empty reply from server > root@boot2docker:/home/docker# > > > Does this look wrong? Or the way it should do? Can’t figure out whether it > is my Mac host to VM mapping that isn’t working or whether docker inside the > VM isn’t mapping things correctly. > To me - it all seems/looks fine. > > > Jörg > > > On 09 Jun 2015, at 12:18 AM, Alvaro Miranda Aguilera <[email protected]> > wrote: > > On Tue, Jun 9, 2015 at 2:27 AM, Jörg Diekmann <[email protected]> > wrote: > > default: Port: 15672:8080 > > > sorry is taking this long. > > I would suggest go to the Vagranfile folder for the host machine and > do vagrant ssh > > once there > > sudo su - > > docker ps > > and telnet to the ports > > as Vagrant is in the middle, it may that some order of the ports is > being reversed > > default: Port: 15672:8080 > > on the dokcer host vm, you can run all the docker dommands and netstat > to help you > > -- > 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/GcbTei30yUM/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. -- 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.
