-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems has some bug after use customized network name #9
Comments
Also it seems the variable "name" with command |
"name" restriction came from tinc. Only [a-zA-Z0-9]+ symbols are allowed. |
Okay, i know, but the first problem about "network" do existed. |
Yes, I believe. Will check it soon. |
Also, i found another problem, seems when you setup an bootnode using |
When use customized network name like "snet" rather than the default "dnet", it can create successfully with the standalone mode, but when try to add other node to it via command
tinc-boot gen --network="snet" --token xxxxxx
, it will failed with error "http://example.com:8665 can't open /etc/tinc/dnet/hosts/xxxx: no such file or directory". Seems the variable "network" didn't work properly.The text was updated successfully, but these errors were encountered: