What version of Juju are you running? Is it possible the devices didn't
come up before Juju was up and running? Right now we are doing:
   endpoint := net.JoinHostPort("", strconv.Itoa(info.APIPort))
listener, err := net.Listen("tcp", endpoint)

Which means we listen to ":17070". That should listen on all IP addresses
for a machine.

John
=:->

On Sat, Nov 5, 2016 at 8:40 PM, Wayne Carty <wca...@gmail.com> wrote:

> Hi,
>
> I had our bootstrap node crash a few days ago and now the juju  api is
> not listening on all interfaces.
> Out boot strap nodes server two networks.
>
> 10.38.250.0/24 and 10.38.251.0/24.
>
> As of right now juju api is only listening on 10.38.250.251.0/24. Nodes
> that are on 10.38.250.0/24 are now in error state because they can't
> reach the api.  The boot strap node has 2 interfaces. I have google and
> have not found a way to fixed the issue.Any help that you guys can provide
> is appreciated.
>
> --
> Wayne Carty
>
> --
> Juju mailing list
> Juju@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/
> mailman/listinfo/juju
>
>
-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju

Reply via email to