-
Notifications
You must be signed in to change notification settings - Fork 33
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
Wireguard does not work after upgrade to 3227.2.0 #808
Wireguard does not work after upgrade to 3227.2.0 #808
Comments
Hi @zhanbalam, Sorry about that - we're currently investigating on some issues related to Could you please provide the output of:
|
|
Thanks @sms-system for providing the logs. If you have the hand on the instance, could you try to set the Or directly use this Ignition configuration: {
"ignition": {
"version": "3.3.0"
},
"storage": {
"files": [
{
"path": "/etc/systemd/networkd/zz-default.network.d/keep.conf",
"contents": {
"source": "data:,%5BNetwork%5D%0AKeepConfiguration%3Dyes%0A"
}
}
]
}
} |
@tormath1 Nope, it doesn't work
|
Sorry, the correct path should be: |
Oh, yes. Wireguard works with this drop-in now |
according to the documentation1:
I think we could default to Footnotes |
Wireguard interface stopped getting ip address. Showing link status:
link/none
.Minimal WG config to reproduce:
wg-quick wg0 up
ip a
The output on flatcar v. 3227.2.0:
The output on flatcar v. 3139.2.3:
The text was updated successfully, but these errors were encountered: