We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello. Im trying to add a node on a docker. I get this error message
root@a12244938e16:/etc/freelan# freelan -f -c ./my.conf 2021-10-08T16:26:30.391059 [INFORMATION] Reading configuration file at: "/etc/freelan/./my.conf" 2021-10-08T16:26:30.391641 [INFORMATION] Setting core logging level to: information. 2021-10-08T16:26:30.391658 [WARNING] No user certificate/private key or pre-shared key set. Generating a temporary certificate/private key pair... 2021-10-08T16:26:30.644559 [WARNING] Using a generated temporary certificate (CN=a12244938e16) prevents reliable authentication ! Generate and specify a static certificate/key pair for use in production. 2021-10-08T16:26:30.644575 [INFORMATION] Starting FSCP server... 2021-10-08T16:26:30.654049 [IMPORTANT] Core set to listen on: 0.0.0.0:12000 2021-10-08T16:26:30.654063 [INFORMATION] Building CA store... 2021-10-08T16:26:30.654094 [INFORMATION] Discovering UPnP IGD gateways. 2021-10-08T16:26:38.662953 [ERROR] UPnP discovery/port mapping failed: Success 2021-10-08T16:26:38.663032 [INFORMATION] FSCP server started. 2021-10-08T16:26:38.663440 [ERROR] Operation not permitted root@a12244938e16:/etc/freelan#
they only lines on my config file are:
[server] [client] public_endpoint=0.0.0.0 [fscp] [tap_adapter] enabled=yes name=tapfreelan ipv4_address_prefix_length=9.0.0.2/24 ipv4_dhcp=false ipv6_address_prefix_length=2aa1::1/8 [switch] [router] [security]
The text was updated successfully, but these errors were encountered:
No user certificate/private key or pre-shared key set you didn't made any authentication settings. this error is correct.
No user certificate/private key or pre-shared key set
Sorry, something went wrong.
you need to specify passphrase= or signature_certificate_file= signature_private_key_file=
passphrase=
signature_certificate_file=
signature_private_key_file=
No branches or pull requests
Hello. Im trying to add a node on a docker. I get this error message
they only lines on my config file are:
The text was updated successfully, but these errors were encountered: