hey guys, im just trying to setup a new weave network. Unfortunately weave complains for all connections that it wont connect to itself: "Info": "cannot connect to ourself, retry: never". Any hints?
There is some traffic on TCP Port 6783 between the hosts, so something is happening
Are the "Names" from weave status supposed to be the same on all machines?
OK, when i statically set Names, e.g. ::1 - it works. But im 100% sure it worked before without it.
leecalcote joined the channel
leecalcote has quit
leecalcote joined the channel
leecalcote has quit
martynas
hi, opthomasprime
"Names" shouldn't be the same on all machines, because it is a unique ID per machine
how do you start the weave network?
From the info msg it seems that you are passing hostname/ip of a machine as a peer parameter when launching weave
which won't work
leecalcote joined the channel
opthomasprime
yes, i do pass the hostnames of the peers at the launch command. like: Host A: weave launch host_a / Host B: weave launch host_b.
Do yoou know how the unique ID is/should be created?
martynas
opthomasprime: you should start weave on host A by "weave launch host_b" and on host B "weave launch host_a"
opthomasprime
oh darn - that was a typo
i do start weave like u just wrote
but they still get the same Names and wont connect to each other
when i define a name at the launch command it works