Not working after upgrade. #279
Unanswered
dgleeson1000
asked this question in
Q&A
Replies: 1 comment
-
|
Hi David, I am not sure what version you are referring to. According to my memory, the Changelog, and the Releases I never released a version 1.1.4. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I upgraded my vpncloud installation on debian using the vpncloud repo. It does not work after upgrade and the version 1.1.4 has been removed from the repo so I can'd downgrade.
I am getting the following errors in the logs:
2022-01-04 18:27:55 - INFO - Reading config file '/etc/vpncloud/hubcontrols.net'
2022-01-04 18:27:55 - ERROR - Failed to read config file: unknown field
port, expected one ofdevice,ip,ifup,ifdown,crypto,listen,peers,peer-timeout,keepalive,beacon,mode,swit ch-timeout,claims,auto-claim,port-forwarding,pid-file,stats-file,statsd,user,groupat line 12 column 12022-01-04 18:27:55 - INFO - Trying to convert from old config format
2022-01-04 18:27:55 - WARN - The default device type changed from TAP to TUN
2022-01-04 18:27:55 - INFO - There is a new option --ip that can handle most use cases of --ifup
2022-01-04 18:27:55 - INFO - The converted config enables all available encryption algorithms
2022-01-04 18:27:55 - WARN - The magic header functionality is no longer supported
2022-01-04 18:27:55 - INFO - The default peer timeout changed from 10 minutes to 5 minutes
2022-01-04 18:27:55 - WARN - Even with a converted config file version 2 nodes can not communicate with version 1 nodes
2022-01-04 18:27:55 - INFO - Successfully converted from old format, please migrate your config using migrate-config
2022-01-04 18:27:55 - INFO - Opened device vpn0
2022-01-04 18:27:55 - INFO - Setting MTU 1427 on device vpn0
2022-01-04 18:28:06 - INFO - Port-forwarding: no router found
2022-01-04 18:28:06 - INFO - Auto-claiming 10.9.1.1/32 due to interface address
2022-01-04 18:28:06 - INFO - Trusted keys not set, trusting only own public key
2022-01-04 18:28:06 - INFO - Crypto speeds: AES128: 3620.6 MiB/s, AES256: 2967.0 MiB/s, CHACHA20: 1603.2 MiB/s
Any advice would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions