gravitl / netmaker

Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
https://netmaker.io
Other
9.4k stars 547 forks source link

Multiple Clients on Server #415

Closed mattkasun closed 2 years ago

mattkasun commented 2 years ago

Multiple clients are created on the server (v0.8.5) Screenshot_2021-10-30_10-48-37

mattkasun commented 2 years ago

Believe this was caused as the result of bringing the container up and down multiple times and for some reason the container picked up a new macaddress.

Can be completely prevented by specifying a NODE_ID env variable in the netmaker portion of the docker-compose file.

Closing.