Skip to content

Wireguard does not work after upgrade to 3227.2.0 #808

@zhanbalam

Description

@zhanbalam

Wireguard interface stopped getting ip address. Showing link status: link/none.

Minimal WG config to reproduce:

  1. Create file at /etc/wireguard/wg0.conf with the contents:
[Interface]
PrivateKey = GGBq7heupvx84YpvsffxbAJlLYGIwhl5YqJaBbif+UE=
ListenPort = 5555
Address = 10.0.0.1/32
  1. Run wg-quick wg0 up
  2. 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
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/networkIssues related to network.kind/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions