-
Notifications
You must be signed in to change notification settings - Fork 285
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
server can not exchange the server‘s host #454
Comments
i fount the reason , i was running this in the openwrt,but openwrt has a unique startup init file ,i put here, Copyright (C) 2011 OpenWrt.orgCopyright (C) 2011 Linus LüssingBased on Jo-Philipp Wich's OpenVPN init scriptThis is free software, licensed under the GNU General Public License v2.See /LICENSE for more information.START=42 SERVICE_USE_PID=1 BIN=/usr/sbin/tincd LIST_SEP=" append_param() { append_conf_bools() { append_params() { append_conf_params() {
} section_enabled() { prepare_host() {
} check_gen_own_key() {
} prepare_net() {
} start_instance() {
} stop_instance() {
} reload_instance() {
} start() {
} stop() { reload() { up() { down() { when the tinc started,the conf dir is put /tmp/tinc , so the file is in /tmp/tinc/netname/hosts/ , but it not syncing to /etc/tinc/netname/hosts, |
When I use tinc join, the invited node can get the server's host configuration information, but the server can't get the invited node's node information through invitations, is this a configuration problem somewhere?
The text was updated successfully, but these errors were encountered: