g0t4 / consul-getting-started

This is a sample repo of examples for getting started with Consul. It even includes a multi datacenter example with 14 VMs to allow you to simulate failures in a multi DC environment!
81 stars 71 forks source link

consul 0.7.2 #4

Closed jdkorigan closed 7 years ago

jdkorigan commented 7 years ago

Hello, Your course is great and everything works fine, but I wanted to change to a more recent version of Consul and connection (for your exercise 2) doesn't work between the server one and local node.

Do you have any idea, what I would have to change to make it work?

Thank you

Best regards,

g0t4 commented 7 years ago

Hrm, I just took 0.7.2 for a spin on the example in this repository and things seem ok. What error are you getting? Maybe that can help hunt down the issue.

g0t4 commented 7 years ago

FYI https://github.com/g0t4/consul-getting-started/commit/022bac05ea0f3e05470eaa835839a669eb010d85 is the latest test commit

g0t4 commented 7 years ago

You might also check vbox networking, see #5 for another example where vbox networking was likely the culprit for local (desktop) -> server connectivity. I'm going to close this for now, reopen if you still have issues.