-
Notifications
You must be signed in to change notification settings - Fork 49
Wireguard does not work after upgrade to 3227.2.0 #808
Copy link
Copy link
Closed
flatcar-archive/coreos-overlay
#2061Labels
area/networkIssues related to network.Issues related to network.kind/bugSomething isn't workingSomething isn't working
Description
Wireguard interface stopped getting ip address. Showing link status: link/none.
Minimal WG config to reproduce:
- Create file at /etc/wireguard/wg0.conf with the contents:
[Interface]
PrivateKey = GGBq7heupvx84YpvsffxbAJlLYGIwhl5YqJaBbif+UE=
ListenPort = 5555
Address = 10.0.0.1/32
- Run
wg-quick wg0 up - Run
ip a
The output on flatcar v. 3227.2.0:
...
wg0: <POINTOPOINT,NOARP,UP,LOWER_UP> mtu 1420 qdisc noqueue state UNKNOWN group default qlen 1000
link/none
...
The output on flatcar v. 3139.2.3:
...
wg0: <POINTOPOINT,NOARP,UP,LOWER_UP> mtu 1420 qdisc noqueue state UNKNOWN group default qlen 1000
link/none
inet 10.0.0.1/32 scope global wg0
valid_lft forever preferred_lft forever
...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/networkIssues related to network.Issues related to network.kind/bugSomething isn't workingSomething isn't working