Jump to content

v 5.73 & wireguard handshakes


lampra

Recommended Posts

Just updated to v5.73 and no handshakes are reported from wireguard though the connections are up and running.

 

Does anyone else experiences the same issue?

root@cubietruck:~# systemctl status wg-quick@wg0
● wg-quick@wg0.service - WireGuard via wg-quick(8) for wg0
   Loaded: loaded (/lib/systemd/system/wg-quick@.service; enabled; vendor preset: enabled)
   Active: active (exited) since Wed 2019-01-30 00:34:12 EET; 1h 34min ago
     Docs: man:wg-quick(8)
           man:wg(8)
           https://www.wireguard.com/
           https://www.wireguard.com/quickstart/
           https://git.zx2c4.com/WireGuard/about/src/tools/man/wg-quick.8
           https://git.zx2c4.com/WireGuard/about/src/tools/man/wg.8
  Process: 1034 ExecStart=/usr/bin/wg-quick up wg0 (code=exited, status=0/SUCCESS)
 Main PID: 1034 (code=exited, status=0/SUCCESS)

Jan 30 00:34:05 cubietruck systemd[1]: Starting WireGuard via wg-quick(8) for wg0...
Jan 30 00:34:09 cubietruck wg-quick[1034]: [#] ip link add wg0 type wireguard
Jan 30 00:34:09 cubietruck wg-quick[1034]: [#] wg setconf wg0 /dev/fd/63
Jan 30 00:34:09 cubietruck wg-quick[1034]: [#] ip address add 10.200.200.1/24 dev wg0
Jan 30 00:34:10 cubietruck wg-quick[1034]: [#] ip link set mtu 1420 up dev wg0
Jan 30 00:34:12 cubietruck systemd[1]: Started WireGuard via wg-quick(8) for wg0.


root@cubietruck:~# wg
interface: wg0
  public key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX=
  private key: (hidden)
  listening port: XXXXXX

peer: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX=
  endpoint: XXX.XXX.XXX.XXX:XXXXXX
  allowed ips: 10.200.200.11/32
  transfer: 10.84 KiB received, 10.79 KiB sent
  persistent keepalive: every 24 seconds

peer: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX=
  endpoint: XXX.XXX.XXX.XXX:XXXXXX
  allowed ips: 10.200.200.4/32
  transfer: 2.23 KiB received, 804 B sent
  persistent keepalive: every 24 seconds

peer: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX=
  endpoint: XXX.XXX.XXX.XXX:XXXXXX
  allowed ips: 10.200.200.3/32
  transfer: 1.19 KiB received, 3.20 KiB sent
  persistent keepalive: every 24 seconds


root@cubietruck:~# wg show wg0 latest-handshakes
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX=	0
YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY=	0
ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ=	0

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines