Re: cf api connection refused?
Kris Rice
curl doesn’t appear to be in there. Here’s the route table and a wget which is the same connection refused.
toggle quoted message
Show quoted text
vagrant(a)bosh-lite:~$ !wget wget https://api.10.244.0.134.xip.io/v2/info --2015-08-25 18:28:37-- https://api.10.244.0.134.xip.io/v2/info Resolving api.10.244.0.134.xip.io (api.10.244.0.134.xip.io)... 10.244.0.134, 10.244.0.134 Connecting to api.10.244.0.134.xip.io (api.10.244.0.134.xip.io)|10.244.0.134|:443... failed: Connection refused. Connecting to api.10.244.0.134.xip.io (api.10.244.0.134.xip.io)|10.244.0.134|:443... failed: Connection refused. vagrant(a)bosh-lite:~$ route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.0.2.2 0.0.0.0 UG 0 0 0 eth0 10.0.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 10.244.0.4 0.0.0.0 255.255.255.252 U 0 0 0 wvdupqknckcf-0 10.244.0.20 0.0.0.0 255.255.255.252 U 0 0 0 wvdupqknckcl-0 10.244.0.24 0.0.0.0 255.255.255.252 U 0 0 0 wvdupqknckck-0 10.244.0.28 0.0.0.0 255.255.255.252 U 0 0 0 wvdupqknckci-0 10.244.0.32 0.0.0.0 255.255.255.252 U 0 0 0 wvdupqknckch-0 10.244.0.40 0.0.0.0 255.255.255.252 U 0 0 0 wvdupqknckcb-0 10.244.0.128 0.0.0.0 255.255.255.252 U 0 0 0 wvdupqknckcc-0 10.244.0.132 0.0.0.0 255.255.255.252 U 0 0 0 wvdupqknckce-0 10.244.0.136 0.0.0.0 255.255.255.252 U 0 0 0 wvdupqknckcg-0 10.244.0.140 0.0.0.0 255.255.255.252 U 0 0 0 wvdupqknckcd-0 10.244.0.144 0.0.0.0 255.255.255.252 U 0 0 0 wvdupqknckcj-0 192.168.50.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1 and btw thanks for the help ! -kris On Aug 25, 2015, at 14:25, Dmitriy Kalinin <dkalinin(a)pivotal.io> wrote: |
|