iOS client eventually stops working when connected to a specific network only

John graysky at archlinux.us
Sun Jan 12 13:33:29 CET 2020


I have been using the iOS app on several late model iPhones without
issue with the exception of one WiFi network.  The problem I
experience (iPhone 7 and iPhone X) is a functional flow of encrypted
data via WireGuard upon an initial connection, but eventually, data
stops flowing/no apps on the phone work (Safari, Facebook, etc.).  I
have to disconnect from the WiFi and reconnect to resume encryption
but this cycle repeats.

I see lines in the log on the client that look like the excerpt below
(complete log is attached).  Since it's happening only on one specific
WiFi network, I'm thinking the problem might reside in the
configuration of that WiFi router somehow (I do not have admin access
to it).  I am interested in your thoughts.

[NET] peer(UDe2…Jcno) - Retrying handshake because we stopped hearing
back after 15 seconds
[NET] peer(UDe2…Jcno) - Sending handshake initiation
[NET] peer(UDe2…Jcno) - Handshake did not complete after 5 seconds,
retrying (try 2)
[NET] peer(UDe2…Jcno) - Sending handshake initiation
[NET] Network change detected with unsatisfied route and interface
order [en0, utun2, pdp_ip0]
[NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
[NET] UAPI: Transition to peer configuration
[NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
[NET] Routine: receive incoming IPv4 - stopped
[NET] Routine: receive incoming IPv6 - stopped
[NET] Routine: receive incoming IPv4 - started
[NET] Routine: receive incoming IPv6 - started
[NET] UDP bind has been updated
[NET] peer(UDe2…Jcno) - Sending keepalive packet
NET] peer(UDe2…Jcno) - Failed to send data packet write udp4
0.0.0.0:49729->75.xxx.xxx.xxx:51820: sendto: network is unreachable
-------------- next part --------------
2020-01-11 09:21:20.049162: [APP] App version: 0.0.20191015 (15); Go backend version: 0.0.20190909
2020-01-11 09:21:21.596787: [APP] startActivation: Entering (tunnel: home-ondemand)
2020-01-11 09:21:21.597208: [APP] startActivation: Tunnel is disabled. Re-enabling and saving
2020-01-11 09:21:21.640380: [APP] startActivation: Tunnel saved after re-enabling, invoking startActivation
2020-01-11 09:21:21.641732: [APP] startActivation: Entering (tunnel: home-ondemand)
2020-01-11 09:21:21.642135: [APP] startActivation: Starting tunnel
2020-01-11 09:21:21.644621: [APP] startActivation: Success
2020-01-11 09:21:21.670151: [APP] Tunnel 'home-ondemand' connection status changed to 'connecting'
2020-01-11 09:21:21.745615: [NET] App version: 0.0.20191015 (15); Go backend version: 0.0.20190909
2020-01-11 09:21:21.745745: [NET] Starting tunnel from the app
2020-01-11 09:21:22.092842: [NET] Tunnel interface is utun2
2020-01-11 09:21:22.093745: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 09:21:22.094338: [NET] Attaching to interface
2020-01-11 09:21:22.096571: [NET] Routine: decryption worker - started
2020-01-11 09:21:22.096645: [NET] Routine: event worker - started
2020-01-11 09:21:22.097921: [NET] Routine: handshake worker - started
2020-01-11 09:21:22.099889: [NET] Routine: encryption worker - started
2020-01-11 09:21:22.101885: [NET] Routine: decryption worker - started
2020-01-11 09:21:22.102410: [NET] Routine: handshake worker - started
2020-01-11 09:21:22.103925: [NET] Routine: TUN reader - started
2020-01-11 09:21:22.106042: [NET] Routine: encryption worker - started
2020-01-11 09:21:22.107917: [NET] UAPI: Updating private key
2020-01-11 09:21:22.108724: [NET] UAPI: Removing all peers
2020-01-11 09:21:22.109883: [NET] UAPI: Transition to peer configuration
2020-01-11 09:21:22.112244: [NET] peer(UDe2…Jcno) - UAPI: Created
2020-01-11 09:21:22.114034: [NET] peer(UDe2…Jcno) - UAPI: Updating preshared key
2020-01-11 09:21:22.114480: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 09:21:22.115946: [NET] peer(UDe2…Jcno) - UAPI: Updating persistent keepalive interval
2020-01-11 09:21:22.117896: [NET] peer(UDe2…Jcno) - UAPI: Removing all allowedips
2020-01-11 09:21:22.119899: [NET] peer(UDe2…Jcno) - UAPI: Adding allowedip
2020-01-11 09:21:22.120670: [NET] Routine: receive incoming IPv6 - started
2020-01-11 09:21:22.121946: [NET] Routine: receive incoming IPv4 - started
2020-01-11 09:21:22.123909: [NET] UDP bind has been updated
2020-01-11 09:21:22.125967: [NET] peer(UDe2…Jcno) - Starting...
2020-01-11 09:21:22.126539: [NET] peer(UDe2…Jcno) - Routine: nonce worker - started
2020-01-11 09:21:22.127915: [NET] peer(UDe2…Jcno) - Routine: sequential receiver - started
2020-01-11 09:21:22.129945: [NET] peer(UDe2…Jcno) - Routine: sequential sender - started
2020-01-11 09:21:22.131977: [NET] Device started
2020-01-11 09:21:22.133546: [APP] Tunnel 'home-ondemand' connection status changed to 'connected'
2020-01-11 09:21:22.688852: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 09:21:22.693843: [NET] peer(UDe2…Jcno) - Awaiting keypair
2020-01-11 09:21:22.736936: [NET] peer(UDe2…Jcno) - Received handshake response
2020-01-11 09:21:22.737023: [NET] peer(UDe2…Jcno) - Obtained awaited keypair
2020-01-11 09:21:32.900270: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:21:42.904040: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:22:09.214352: [NET] Network change detected with satisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 09:22:09.223043: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 09:22:09.224706: [NET] UAPI: Transition to peer configuration
2020-01-11 09:22:09.225437: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 09:22:09.229024: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 09:22:09.229452: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 09:22:09.230570: [NET] Routine: receive incoming IPv4 - started
2020-01-11 09:22:09.231110: [NET] Routine: receive incoming IPv6 - started
2020-01-11 09:22:09.233194: [NET] UDP bind has been updated
2020-01-11 09:22:09.235688: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:22:24.959654: [NET] Network change detected with satisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 09:22:24.962658: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 09:22:24.963203: [NET] UAPI: Transition to peer configuration
2020-01-11 09:22:24.982308: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 09:22:24.984667: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 09:22:24.992204: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 09:22:24.993552: [NET] Routine: receive incoming IPv6 - started
2020-01-11 09:22:24.997516: [NET] Routine: receive incoming IPv4 - started
2020-01-11 09:22:24.998242: [NET] UDP bind has been updated
2020-01-11 09:22:25.000350: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:22:39.921996: [NET] peer(UDe2…Jcno) - Receiving keepalive packet
2020-01-11 09:22:49.645761: [NET] Network change detected with satisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 09:22:49.648653: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 09:22:49.649171: [NET] UAPI: Transition to peer configuration
2020-01-11 09:22:49.650895: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 09:22:49.662653: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 09:22:49.664358: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 09:22:49.676303: [NET] Routine: receive incoming IPv4 - started
2020-01-11 09:22:49.677274: [NET] Routine: receive incoming IPv6 - started
2020-01-11 09:22:49.678292: [NET] UDP bind has been updated
2020-01-11 09:22:49.682386: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:22:59.740402: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:24:00.523016: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:24:00.523205: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 09:24:00.546689: [NET] peer(UDe2…Jcno) - Received handshake response
2020-01-11 09:24:00.546789: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:24:00.848734: [NET] Network change detected with satisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 09:24:00.849430: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 09:24:00.850687: [NET] UAPI: Transition to peer configuration
2020-01-11 09:24:00.853112: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 09:24:00.855427: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 09:24:00.857087: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 09:24:00.857705: [NET] Routine: receive incoming IPv4 - started
2020-01-11 09:24:00.859069: [NET] Routine: receive incoming IPv6 - started
2020-01-11 09:24:00.861133: [NET] UDP bind has been updated
2020-01-11 09:24:00.863093: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:24:58.287023: [NET] peer(UDe2…Jcno) - Received handshake initiation
2020-01-11 09:24:58.288532: [NET] peer(UDe2…Jcno) - Sending handshake response
2020-01-11 09:24:58.310496: [NET] peer(UDe2…Jcno) - Receiving keepalive packet
2020-01-11 09:25:28.190881: [NET] Network change detected with satisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 09:25:28.198018: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 09:25:28.198797: [NET] UAPI: Transition to peer configuration
2020-01-11 09:25:28.199216: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 09:25:28.202595: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 09:25:28.202710: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 09:25:28.205423: [NET] Routine: receive incoming IPv4 - started
2020-01-11 09:25:28.208266: [NET] Routine: receive incoming IPv6 - started
2020-01-11 09:25:28.209625: [NET] UDP bind has been updated
2020-01-11 09:25:28.209732: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:25:47.988333: [NET] Network change detected with satisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 09:25:47.990061: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 09:25:47.993321: [NET] UAPI: Transition to peer configuration
2020-01-11 09:25:47.994985: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 09:25:48.006867: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 09:25:48.007344: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 09:25:48.009911: [NET] Routine: receive incoming IPv4 - started
2020-01-11 09:25:48.011198: [NET] Routine: receive incoming IPv6 - started
2020-01-11 09:25:48.015133: [NET] UDP bind has been updated
2020-01-11 09:25:48.015323: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:25:58.097476: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:26:09.975956: [NET] peer(UDe2…Jcno) - Receiving keepalive packet
2020-01-11 09:26:20.104724: [NET] Network change detected with satisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 09:26:20.106032: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 09:26:20.107707: [NET] UAPI: Transition to peer configuration
2020-01-11 09:26:20.109215: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 09:26:20.116064: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 09:26:20.124392: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 09:26:20.125352: [NET] Routine: receive incoming IPv4 - started
2020-01-11 09:26:20.126284: [NET] Routine: receive incoming IPv6 - started
2020-01-11 09:26:20.126803: [NET] UDP bind has been updated
2020-01-11 09:26:20.128284: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:26:30.196156: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:26:59.230822: [NET] peer(UDe2…Jcno) - Receiving keepalive packet
2020-01-11 09:26:59.233880: [NET] peer(UDe2…Jcno) - Received handshake initiation
2020-01-11 09:26:59.234220: [NET] peer(UDe2…Jcno) - Sending handshake response
2020-01-11 09:26:59.265192: [NET] peer(UDe2…Jcno) - Receiving keepalive packet
2020-01-11 09:27:09.446801: [NET] Network change detected with satisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 09:27:09.449499: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 09:27:09.450211: [NET] UAPI: Transition to peer configuration
2020-01-11 09:27:09.451642: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 09:27:09.462755: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 09:27:09.464832: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 09:27:09.466538: [NET] Routine: receive incoming IPv4 - started
2020-01-11 09:27:09.466902: [NET] Routine: receive incoming IPv6 - started
2020-01-11 09:27:09.469031: [NET] UDP bind has been updated
2020-01-11 09:27:09.469403: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:27:19.667853: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:27:52.298229: [NET] Network change detected with satisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 09:27:52.299325: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 09:27:52.299885: [NET] UAPI: Transition to peer configuration
2020-01-11 09:27:52.300851: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 09:27:52.302881: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 09:27:52.304783: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 09:27:52.306931: [NET] Routine: receive incoming IPv4 - started
2020-01-11 09:27:52.307084: [NET] Routine: receive incoming IPv6 - started
2020-01-11 09:27:52.308874: [NET] UDP bind has been updated
2020-01-11 09:27:52.310898: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:28:57.026172: [NET] peer(UDe2…Jcno) - Receiving keepalive packet
2020-01-11 09:29:10.319570: [NET] peer(UDe2…Jcno) - Received handshake initiation
2020-01-11 09:29:10.320045: [NET] peer(UDe2…Jcno) - Sending handshake response
2020-01-11 09:29:10.350128: [NET] peer(UDe2…Jcno) - Receiving keepalive packet
2020-01-11 09:31:10.492146: [NET] peer(UDe2…Jcno) - Received handshake initiation
2020-01-11 09:31:10.493991: [NET] peer(UDe2…Jcno) - Sending handshake response
2020-01-11 09:31:10.569343: [NET] peer(UDe2…Jcno) - Receiving keepalive packet
2020-01-11 09:31:34.606408: [NET] Network change detected with satisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 09:31:34.609857: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 09:31:34.610300: [NET] UAPI: Transition to peer configuration
2020-01-11 09:31:34.610391: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 09:31:34.612899: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 09:31:34.614143: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 09:31:34.616289: [NET] Routine: receive incoming IPv6 - started
2020-01-11 09:31:34.616701: [NET] Routine: receive incoming IPv4 - started
2020-01-11 09:31:34.618180: [NET] UDP bind has been updated
2020-01-11 09:31:34.620177: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:32:05.556644: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:32:16.676215: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:32:54.546100: [NET] Network change detected with satisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 09:32:54.546502: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 09:32:54.546594: [NET] UAPI: Transition to peer configuration
2020-01-11 09:32:54.548499: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 09:32:54.548969: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 09:32:54.550937: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 09:32:54.555070: [NET] Routine: receive incoming IPv4 - started
2020-01-11 09:32:54.555157: [NET] Routine: receive incoming IPv6 - started
2020-01-11 09:32:54.557207: [NET] UDP bind has been updated
2020-01-11 09:32:54.557453: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:33:04.597662: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:33:20.551335: [NET] peer(UDe2…Jcno) - Received handshake initiation
2020-01-11 09:33:20.551494: [NET] peer(UDe2…Jcno) - Sending handshake response
2020-01-11 09:33:20.579327: [NET] peer(UDe2…Jcno) - Receiving keepalive packet
2020-01-11 09:33:33.506885: [NET] peer(UDe2…Jcno) - Receiving keepalive packet
2020-01-11 09:33:39.358965: [NET] Network change detected with satisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 09:33:39.378384: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 09:33:39.379110: [NET] UAPI: Transition to peer configuration
2020-01-11 09:33:39.379481: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 09:33:39.381787: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 09:33:39.387063: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 09:33:39.388236: [NET] Routine: receive incoming IPv4 - started
2020-01-11 09:33:39.388787: [NET] Routine: receive incoming IPv6 - started
2020-01-11 09:33:39.390767: [NET] UDP bind has been updated
2020-01-11 09:33:39.392622: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:33:49.450004: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:33:59.455092: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:34:47.306735: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:34:57.312451: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:35:30.317595: [NET] peer(UDe2…Jcno) - Retrying handshake because we stopped hearing back after 15 seconds
2020-01-11 09:35:30.317917: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 09:35:30.348685: [NET] peer(UDe2…Jcno) - Received handshake response
2020-01-11 09:35:30.349001: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 09:40:52.944924: [NET] Network change detected with satisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 09:40:52.958340: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 09:40:52.958742: [NET] UAPI: Transition to peer configuration
2020-01-11 09:40:52.961126: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 09:40:52.965248: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 09:40:52.965704: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 09:40:52.966079: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 09:40:52.967909: [NET] Routine: receive incoming IPv4 - started
2020-01-11 09:40:52.969481: [NET] Routine: receive incoming IPv6 - started
2020-01-11 09:40:52.971508: [NET] UDP bind has been updated
2020-01-11 09:40:52.972297: [NET] peer(UDe2…Jcno) - Awaiting keypair
2020-01-11 09:41:59.179985: [NET] peer(UDe2…Jcno) - Handshake did not complete after 5 seconds, retrying (try 2)
2020-01-11 09:41:59.180140: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 09:42:04.394547: [NET] peer(UDe2…Jcno) - Handshake did not complete after 5 seconds, retrying (try 2)
2020-01-11 09:42:04.396784: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 09:42:09.656361: [NET] peer(UDe2…Jcno) - Handshake did not complete after 5 seconds, retrying (try 2)
2020-01-11 09:42:09.656821: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 09:42:14.791975: [NET] peer(UDe2…Jcno) - Handshake did not complete after 5 seconds, retrying (try 2)
2020-01-11 09:42:14.792441: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 09:42:19.842667: [NET] peer(UDe2…Jcno) - Handshake did not complete after 5 seconds, retrying (try 2)
2020-01-11 09:42:19.843066: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 09:42:20.809356: [NET] Network change detected with unsatisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 09:42:20.811812: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 09:42:20.812302: [NET] UAPI: Transition to peer configuration
2020-01-11 09:42:20.814025: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 09:42:20.849470: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 09:42:20.850253: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 09:42:20.852737: [NET] Routine: receive incoming IPv4 - started
2020-01-11 09:42:20.853053: [NET] Routine: receive incoming IPv6 - started
2020-01-11 09:42:20.855713: [NET] UDP bind has been updated
2020-01-11 09:42:21.293923: [NET] Stopping tunnel
2020-01-11 09:42:21.294346: [NET] Device closing
2020-01-11 09:42:21.295128: [NET] Routine: TUN reader - stopped
2020-01-11 09:42:21.299242: [NET] Routine: event worker - stopped
2020-01-11 09:42:21.299853: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 09:42:21.301232: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 09:42:21.302100: [NET] peer(UDe2…Jcno) - Stopping...
2020-01-11 09:42:21.303524: [NET] peer(UDe2…Jcno) - Routine: nonce worker - stopped
2020-01-11 09:42:21.305314: [NET] peer(UDe2…Jcno) - Routine: sequential receiver - stopped
2020-01-11 09:42:21.307207: [NET] Routine: handshake worker - stopped
2020-01-11 09:42:21.307691: [NET] Routine: encryption worker - stopped
2020-01-11 09:42:21.309191: [NET] Routine: decryption worker - stopped
2020-01-11 09:42:21.311169: [NET] Routine: decryption worker - stopped
2020-01-11 09:42:21.313189: [NET] Routine: handshake worker - stopped
2020-01-11 09:42:21.314722: [NET] peer(UDe2…Jcno) - Routine: sequential sender - stopped
2020-01-11 09:42:21.315968: [NET] Routine: encryption worker - stopped
2020-01-11 09:42:21.317334: [NET] Interface closed
2020-01-11 16:28:25.871503: [NET] App version: 0.0.20191015 (15); Go backend version: 0.0.20190909
2020-01-11 16:28:25.875485: [NET] Starting tunnel from the OS directly, rather than the app
2020-01-11 16:28:26.062978: [NET] Tunnel interface is utun2
2020-01-11 16:28:26.064049: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 16:28:26.064486: [NET] Attaching to interface
2020-01-11 16:28:26.066028: [NET] Routine: decryption worker - started
2020-01-11 16:28:26.067515: [NET] Routine: event worker - started
2020-01-11 16:28:26.069389: [NET] Routine: handshake worker - started
2020-01-11 16:28:26.069909: [NET] Routine: encryption worker - started
2020-01-11 16:28:26.071412: [NET] Routine: decryption worker - started
2020-01-11 16:28:26.073665: [NET] Routine: handshake worker - started
2020-01-11 16:28:26.075421: [NET] Routine: TUN reader - started
2020-01-11 16:28:26.076188: [NET] Routine: encryption worker - started
2020-01-11 16:28:26.077518: [NET] UAPI: Updating private key
2020-01-11 16:28:26.079681: [NET] UAPI: Removing all peers
2020-01-11 16:28:26.081399: [NET] UAPI: Transition to peer configuration
2020-01-11 16:28:26.082257: [NET] peer(UDe2…Jcno) - UAPI: Created
2020-01-11 16:28:26.083427: [NET] peer(UDe2…Jcno) - UAPI: Updating preshared key
2020-01-11 16:28:26.085390: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 16:28:26.087478: [NET] peer(UDe2…Jcno) - UAPI: Updating persistent keepalive interval
2020-01-11 16:28:26.087921: [NET] peer(UDe2…Jcno) - UAPI: Removing all allowedips
2020-01-11 16:28:26.089523: [NET] peer(UDe2…Jcno) - UAPI: Adding allowedip
2020-01-11 16:28:26.092020: [NET] Routine: receive incoming IPv6 - started
2020-01-11 16:28:26.093558: [NET] Routine: receive incoming IPv4 - started
2020-01-11 16:28:26.093917: [NET] UDP bind has been updated
2020-01-11 16:28:26.095391: [NET] peer(UDe2…Jcno) - Starting...
2020-01-11 16:28:26.097511: [NET] peer(UDe2…Jcno) - Routine: nonce worker - started
2020-01-11 16:28:26.099460: [NET] peer(UDe2…Jcno) - Routine: sequential receiver - started
2020-01-11 16:28:26.099908: [NET] peer(UDe2…Jcno) - Routine: sequential sender - started
2020-01-11 16:28:26.101420: [NET] Device started
2020-01-11 16:28:26.625427: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 16:28:26.629685: [NET] peer(UDe2…Jcno) - Failed to send handshake initiation write udp4 0.0.0.0:50955->75.xxx.xxx.xxx:51820: sendto: network is unreachable
2020-01-11 16:28:26.629873: [NET] peer(UDe2…Jcno) - Awaiting keypair
2020-01-11 16:28:27.373040: [NET] Network change detected with satisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 16:28:27.374365: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 16:28:27.374706: [NET] UAPI: Transition to peer configuration
2020-01-11 16:28:27.376929: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 16:28:27.387452: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 16:28:27.387578: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 16:28:27.390573: [NET] Routine: receive incoming IPv4 - started
2020-01-11 16:28:27.390749: [NET] Routine: receive incoming IPv6 - started
2020-01-11 16:28:27.392910: [NET] UDP bind has been updated
2020-01-11 16:28:31.768719: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 16:28:32.010842: [NET] peer(UDe2…Jcno) - Received handshake response
2020-01-11 16:28:32.011271: [NET] peer(UDe2…Jcno) - Obtained awaited keypair
2020-01-11 16:28:42.910082: [NET] Network change detected with satisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 16:28:42.912026: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 16:28:42.913216: [NET] UAPI: Transition to peer configuration
2020-01-11 16:28:42.914681: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 16:28:42.915205: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 16:28:42.916580: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 16:28:42.918882: [NET] Routine: receive incoming IPv4 - started
2020-01-11 16:28:42.920600: [NET] Routine: receive incoming IPv6 - started
2020-01-11 16:28:42.921174: [NET] UDP bind has been updated
2020-01-11 16:28:42.922674: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 16:28:51.382141: [NET] Network change detected with satisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 16:28:51.383337: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 16:28:51.383590: [NET] UAPI: Transition to peer configuration
2020-01-11 16:28:51.385393: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 16:28:51.385916: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 16:28:51.387329: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 16:28:51.389888: [NET] Routine: receive incoming IPv4 - started
2020-01-11 16:28:51.391391: [NET] Routine: receive incoming IPv6 - started
2020-01-11 16:28:51.391870: [NET] UDP bind has been updated
2020-01-11 16:28:51.393396: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 16:29:34.897526: [NET] Network change detected with unsatisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 16:29:34.898278: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 16:29:34.899242: [NET] peer(UDe2…Jcno) - Failed to send data packet write udp4 0.0.0.0:50955->75.xxx.xxx.xxx:51820: sendto: network is unreachable
2020-01-11 16:29:34.899608: [NET] UAPI: Transition to peer configuration
2020-01-11 16:29:34.901028: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 16:29:34.901084: [NET] peer(UDe2…Jcno) - Failed to send data packet write udp4 0.0.0.0:50955->75.xxx.xxx.xxx:51820: sendto: network is unreachable
2020-01-11 16:29:34.901688: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 16:29:34.903023: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 16:29:34.905254: [NET] Routine: receive incoming IPv6 - started
2020-01-11 16:29:34.907059: [NET] Routine: receive incoming IPv4 - started
2020-01-11 16:29:34.907798: [NET] UDP bind has been updated
2020-01-11 16:29:34.909024: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 16:29:34.909129: [NET] peer(UDe2…Jcno) - Failed to send data packet write udp4 0.0.0.0:50955->75.xxx.xxx.xxx:51820: sendto: network is unreachable
2020-01-11 16:29:35.332759: [NET] Stopping tunnel
2020-01-11 16:29:35.333343: [NET] Device closing
2020-01-11 16:29:35.336892: [NET] Routine: event worker - stopped
2020-01-11 16:29:35.339241: [NET] Routine: TUN reader - stopped
2020-01-11 16:29:35.340228: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 16:29:35.345420: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 16:29:35.346628: [NET] peer(UDe2…Jcno) - Stopping...
2020-01-11 16:29:35.347721: [NET] peer(UDe2…Jcno) - Routine: sequential sender - stopped
2020-01-11 16:29:35.349372: [NET] peer(UDe2…Jcno) - Routine: sequential receiver - stopped
2020-01-11 16:29:35.360054: [NET] Routine: encryption worker - stopped
2020-01-11 16:29:35.360269: [NET] Routine: encryption worker - stopped
2020-01-11 16:29:35.362611: [NET] Routine: decryption worker - stopped
2020-01-11 16:29:35.364339: [NET] Routine: handshake worker - stopped
2020-01-11 16:29:35.366330: [NET] Routine: handshake worker - stopped
2020-01-11 16:29:35.366846: [NET] peer(UDe2…Jcno) - Routine: nonce worker - stopped
2020-01-11 16:29:35.368319: [NET] Routine: decryption worker - stopped
2020-01-11 16:29:35.370380: [NET] Interface closed
2020-01-11 16:45:20.141813: [NET] App version: 0.0.20191015 (15); Go backend version: 0.0.20190909
2020-01-11 16:45:20.144354: [NET] Starting tunnel from the OS directly, rather than the app
2020-01-11 16:45:20.513276: [NET] Tunnel interface is utun2
2020-01-11 16:45:20.518402: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 16:45:20.521049: [NET] Attaching to interface
2020-01-11 16:45:20.529076: [NET] Routine: encryption worker - started
2020-01-11 16:45:20.529395: [NET] Routine: encryption worker - started
2020-01-11 16:45:20.531270: [NET] Routine: event worker - started
2020-01-11 16:45:20.531622: [NET] Routine: decryption worker - started
2020-01-11 16:45:20.532996: [NET] Routine: handshake worker - started
2020-01-11 16:45:20.535170: [NET] Routine: TUN reader - started
2020-01-11 16:45:20.537477: [NET] Routine: decryption worker - started
2020-01-11 16:45:20.537751: [NET] Routine: handshake worker - started
2020-01-11 16:45:20.539162: [NET] UAPI: Updating private key
2020-01-11 16:45:20.544316: [NET] UAPI: Removing all peers
2020-01-11 16:45:20.544591: [NET] UAPI: Transition to peer configuration
2020-01-11 16:45:20.552002: [NET] peer(UDe2…Jcno) - UAPI: Created
2020-01-11 16:45:20.552390: [NET] peer(UDe2…Jcno) - UAPI: Updating preshared key
2020-01-11 16:45:20.555026: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 16:45:20.556401: [NET] peer(UDe2…Jcno) - UAPI: Updating persistent keepalive interval
2020-01-11 16:45:20.556736: [NET] peer(UDe2…Jcno) - UAPI: Removing all allowedips
2020-01-11 16:45:20.558063: [NET] peer(UDe2…Jcno) - UAPI: Adding allowedip
2020-01-11 16:45:20.561516: [NET] Routine: receive incoming IPv4 - started
2020-01-11 16:45:20.562358: [NET] Routine: receive incoming IPv6 - started
2020-01-11 16:45:20.562826: [NET] UDP bind has been updated
2020-01-11 16:45:20.564080: [NET] peer(UDe2…Jcno) - Starting...
2020-01-11 16:45:20.566691: [NET] peer(UDe2…Jcno) - Routine: nonce worker - started
2020-01-11 16:45:20.568118: [NET] peer(UDe2…Jcno) - Routine: sequential receiver - started
2020-01-11 16:45:20.568607: [NET] peer(UDe2…Jcno) - Routine: sequential sender - started
2020-01-11 16:45:20.570203: [NET] Device started
2020-01-11 16:45:21.128589: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 16:45:21.136901: [NET] peer(UDe2…Jcno) - Awaiting keypair
2020-01-11 16:45:21.180543: [NET] peer(UDe2…Jcno) - Received handshake response
2020-01-11 16:45:21.181737: [NET] peer(UDe2…Jcno) - Obtained awaited keypair
2020-01-11 16:46:27.222237: [NET] peer(UDe2…Jcno) - Receiving keepalive packet
2020-01-11 16:47:39.933617: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 16:47:39.979819: [NET] peer(UDe2…Jcno) - Received handshake response
2020-01-11 16:47:39.980028: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 16:48:24.680175: [NET] peer(UDe2…Jcno) - Retrying handshake because we stopped hearing back after 15 seconds
2020-01-11 16:48:24.680860: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 16:48:24.724994: [NET] peer(UDe2…Jcno) - Received handshake response
2020-01-11 16:48:24.725452: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 16:48:43.427122: [NET] peer(UDe2…Jcno) - Receiving keepalive packet
2020-01-11 16:50:32.958372: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 16:50:33.337208: [NET] peer(UDe2…Jcno) - Failed to send data packet write udp4 0.0.0.0:61782->75.xxx.xxx.xxx:51820: sendto: network is unreachable
2020-01-11 16:50:33.532172: [NET] peer(UDe2…Jcno) - Failed to send data packet write udp4 0.0.0.0:61782->75.xxx.xxx.xxx:51820: sendto: network is unreachable
2020-01-11 16:50:33.532306: [NET] Network change detected with unsatisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 16:50:33.533076: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 16:50:33.535126: [NET] UAPI: Transition to peer configuration
2020-01-11 16:50:33.535810: [NET] peer(UDe2…Jcno) - Failed to send data packet write udp4 0.0.0.0:61782->75.xxx.xxx.xxx:51820: sendto: network is unreachable
2020-01-11 16:50:33.536604: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 16:50:33.539235: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 16:50:33.539325: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 16:50:33.540768: [NET] Routine: receive incoming IPv4 - started
2020-01-11 16:50:33.542598: [NET] Routine: receive incoming IPv6 - started
2020-01-11 16:50:33.544568: [NET] UDP bind has been updated
2020-01-11 16:50:33.545551: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 16:50:33.545701: [NET] peer(UDe2…Jcno) - Failed to send data packet write udp4 0.0.0.0:61782->75.xxx.xxx.xxx:51820: sendto: network is unreachable
2020-01-11 16:50:33.859045: [NET] Stopping tunnel
2020-01-11 16:50:33.859636: [NET] Device closing
2020-01-11 16:50:33.863344: [NET] Routine: event worker - stopped
2020-01-11 16:50:33.864979: [NET] Routine: TUN reader - stopped
2020-01-11 16:50:33.866749: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 16:50:33.868755: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 16:50:33.871244: [NET] peer(UDe2…Jcno) - Stopping...
2020-01-11 16:50:33.871759: [NET] peer(UDe2…Jcno) - Routine: sequential sender - stopped
2020-01-11 16:50:33.872840: [NET] peer(UDe2…Jcno) - Routine: sequential receiver - stopped
2020-01-11 16:50:33.874758: [NET] Routine: encryption worker - stopped
2020-01-11 16:50:33.876740: [NET] Routine: encryption worker - stopped
2020-01-11 16:50:33.877319: [NET] Routine: decryption worker - stopped
2020-01-11 16:50:33.878740: [NET] Routine: handshake worker - stopped
2020-01-11 16:50:33.880758: [NET] Routine: handshake worker - stopped
2020-01-11 16:50:33.882832: [NET] peer(UDe2…Jcno) - Routine: nonce worker - stopped
2020-01-11 16:50:33.883671: [NET] Routine: decryption worker - stopped
2020-01-11 16:50:33.885627: [NET] Interface closed
2020-01-11 16:57:08.366519: [NET] App version: 0.0.20191015 (15); Go backend version: 0.0.20190909
2020-01-11 16:57:08.368520: [NET] Starting tunnel from the OS directly, rather than the app
2020-01-11 16:57:08.811745: [NET] Tunnel interface is utun2
2020-01-11 16:57:08.817896: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 16:57:08.820555: [NET] Attaching to interface
2020-01-11 16:57:08.826055: [NET] Routine: encryption worker - started
2020-01-11 16:57:08.826346: [NET] Routine: event worker - started
2020-01-11 16:57:08.828315: [NET] Routine: decryption worker - started
2020-01-11 16:57:08.830292: [NET] Routine: handshake worker - started
2020-01-11 16:57:08.832332: [NET] Routine: TUN reader - started
2020-01-11 16:57:08.832942: [NET] Routine: decryption worker - started
2020-01-11 16:57:08.834258: [NET] Routine: encryption worker - started
2020-01-11 16:57:08.836290: [NET] Routine: handshake worker - started
2020-01-11 16:57:08.838518: [NET] UAPI: Updating private key
2020-01-11 16:57:08.841074: [NET] UAPI: Removing all peers
2020-01-11 16:57:08.841318: [NET] UAPI: Transition to peer configuration
2020-01-11 16:57:08.846274: [NET] peer(UDe2…Jcno) - UAPI: Created
2020-01-11 16:57:08.847246: [NET] peer(UDe2…Jcno) - UAPI: Updating preshared key
2020-01-11 16:57:08.847680: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 16:57:08.849471: [NET] peer(UDe2…Jcno) - UAPI: Updating persistent keepalive interval
2020-01-11 16:57:08.851361: [NET] peer(UDe2…Jcno) - UAPI: Removing all allowedips
2020-01-11 16:57:08.853345: [NET] peer(UDe2…Jcno) - UAPI: Adding allowedip
2020-01-11 16:57:08.855528: [NET] Routine: receive incoming IPv4 - started
2020-01-11 16:57:08.855909: [NET] Routine: receive incoming IPv6 - started
2020-01-11 16:57:08.857412: [NET] UDP bind has been updated
2020-01-11 16:57:08.859360: [NET] peer(UDe2…Jcno) - Starting...
2020-01-11 16:57:08.860177: [NET] peer(UDe2…Jcno) - Routine: nonce worker - started
2020-01-11 16:57:08.861356: [NET] peer(UDe2…Jcno) - Routine: sequential receiver - started
2020-01-11 16:57:08.863371: [NET] peer(UDe2…Jcno) - Routine: sequential sender - started
2020-01-11 16:57:08.865426: [NET] Device started
2020-01-11 16:57:09.366653: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 16:57:09.378584: [NET] peer(UDe2…Jcno) - Awaiting keypair
2020-01-11 16:57:09.476164: [NET] peer(UDe2…Jcno) - Received handshake response
2020-01-11 16:57:09.476764: [NET] peer(UDe2…Jcno) - Obtained awaited keypair
2020-01-11 16:57:11.271679: [NET] Network change detected with satisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 16:57:11.275271: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 16:57:11.275804: [NET] UAPI: Transition to peer configuration
2020-01-11 16:57:11.276922: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 16:57:11.277725: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 16:57:11.278841: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 16:57:11.281820: [NET] Routine: receive incoming IPv4 - started
2020-01-11 16:57:11.282919: [NET] Routine: receive incoming IPv6 - started
2020-01-11 16:57:11.283484: [NET] UDP bind has been updated
2020-01-11 16:57:11.285142: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 16:57:11.991499: [NET] Network change detected with satisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 16:57:12.001138: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 16:57:12.001771: [NET] UAPI: Transition to peer configuration
2020-01-11 16:57:12.003432: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 16:57:12.004583: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 16:57:12.005968: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 16:57:12.008526: [NET] Routine: receive incoming IPv4 - started
2020-01-11 16:57:12.009624: [NET] Routine: receive incoming IPv6 - started
2020-01-11 16:57:12.010051: [NET] UDP bind has been updated
2020-01-11 16:57:12.011418: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 16:57:41.194597: [NET] peer(UDe2…Jcno) - Failed to send data packet write udp4 0.0.0.0:60130->75.xxx.xxx.xxx:51820: sendto: network is unreachable
2020-01-11 16:57:41.194758: [NET] peer(UDe2…Jcno) - Failed to send data packet write udp4 0.0.0.0:60130->75.xxx.xxx.xxx:51820: sendto: network is unreachable
2020-01-11 16:57:41.565372: [NET] Network change detected with unsatisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 16:57:41.567310: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 16:57:41.583345: [NET] UAPI: Transition to peer configuration
2020-01-11 16:57:41.583681: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 16:57:41.586845: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 16:57:41.587685: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 16:57:41.591823: [NET] Routine: receive incoming IPv4 - started
2020-01-11 16:57:41.592089: [NET] Routine: receive incoming IPv6 - started
2020-01-11 16:57:41.593182: [NET] UDP bind has been updated
2020-01-11 16:57:41.595172: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 16:57:41.595373: [NET] peer(UDe2…Jcno) - Failed to send data packet write udp4 0.0.0.0:60130->75.xxx.xxx.xxx:51820: sendto: network is unreachable
2020-01-11 16:57:41.597816: [NET] peer(UDe2…Jcno) - Failed to send data packet write udp4 0.0.0.0:60130->75.xxx.xxx.xxx:51820: sendto: network is unreachable
2020-01-11 16:57:41.598135: [NET] peer(UDe2…Jcno) - Failed to send data packet write udp4 0.0.0.0:60130->75.xxx.xxx.xxx:51820: sendto: network is unreachable
2020-01-11 16:57:41.821869: [NET] Network change detected with unsatisfied route and interface order [pdp_ip0]
2020-01-11 16:57:41.822809: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 16:57:41.823947: [NET] UAPI: Transition to peer configuration
2020-01-11 16:57:41.824711: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 16:57:41.827526: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 16:57:41.828559: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 16:57:41.831481: [NET] Routine: receive incoming IPv4 - started
2020-01-11 16:57:41.832610: [NET] Routine: receive incoming IPv6 - started
2020-01-11 16:57:41.834614: [NET] UDP bind has been updated
2020-01-11 16:57:41.836615: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 16:57:41.836959: [NET] peer(UDe2…Jcno) - Failed to send data packet write udp4 0.0.0.0:60130->75.xxx.xxx.xxx:51820: sendto: no route to host
2020-01-11 16:57:41.933476: [NET] Stopping tunnel
2020-01-11 16:57:41.933743: [NET] Device closing
2020-01-11 16:57:41.936682: [NET] Routine: event worker - stopped
2020-01-11 16:57:41.937436: [NET] Routine: TUN reader - stopped
2020-01-11 16:57:41.938921: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 16:57:41.940935: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 16:57:41.943429: [NET] peer(UDe2…Jcno) - Stopping...
2020-01-11 16:57:41.943613: [NET] Routine: decryption worker - stopped
2020-01-11 16:57:41.945304: [NET] peer(UDe2…Jcno) - Routine: sequential receiver - stopped
2020-01-11 16:57:41.946939: [NET] Routine: handshake worker - stopped
2020-01-11 16:57:41.948971: [NET] Routine: handshake worker - stopped
2020-01-11 16:57:41.949414: [NET] peer(UDe2…Jcno) - Routine: sequential sender - stopped
2020-01-11 16:57:41.950948: [NET] peer(UDe2…Jcno) - Routine: nonce worker - stopped
2020-01-11 16:57:41.952940: [NET] Routine: encryption worker - stopped
2020-01-11 16:57:41.954901: [NET] Routine: encryption worker - stopped
2020-01-11 16:57:41.955349: [NET] Routine: decryption worker - stopped
2020-01-11 16:57:41.956973: [NET] Interface closed
2020-01-11 17:05:21.587212: [NET] App version: 0.0.20191015 (15); Go backend version: 0.0.20190909
2020-01-11 17:05:21.588076: [NET] Starting tunnel from the OS directly, rather than the app
2020-01-11 17:05:22.189772: [NET] Tunnel interface is utun2
2020-01-11 17:05:22.198976: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 17:05:22.203151: [NET] Attaching to interface
2020-01-11 17:05:22.208995: [NET] Routine: encryption worker - started
2020-01-11 17:05:22.209259: [NET] Routine: encryption worker - started
2020-01-11 17:05:22.211098: [NET] Routine: event worker - started
2020-01-11 17:05:22.211478: [NET] Routine: decryption worker - started
2020-01-11 17:05:22.212953: [NET] Routine: handshake worker - started
2020-01-11 17:05:22.214974: [NET] Routine: TUN reader - started
2020-01-11 17:05:22.217432: [NET] Routine: decryption worker - started
2020-01-11 17:05:22.217691: [NET] Routine: handshake worker - started
2020-01-11 17:05:22.219133: [NET] UAPI: Updating private key
2020-01-11 17:05:22.223414: [NET] UAPI: Removing all peers
2020-01-11 17:05:22.224228: [NET] UAPI: Transition to peer configuration
2020-01-11 17:05:22.227515: [NET] peer(UDe2…Jcno) - UAPI: Created
2020-01-11 17:05:22.227840: [NET] peer(UDe2…Jcno) - UAPI: Updating preshared key
2020-01-11 17:05:22.229054: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 17:05:22.231263: [NET] peer(UDe2…Jcno) - UAPI: Updating persistent keepalive interval
2020-01-11 17:05:22.231589: [NET] peer(UDe2…Jcno) - UAPI: Removing all allowedips
2020-01-11 17:05:22.233048: [NET] peer(UDe2…Jcno) - UAPI: Adding allowedip
2020-01-11 17:05:22.236305: [NET] Routine: receive incoming IPv4 - started
2020-01-11 17:05:22.237364: [NET] Routine: receive incoming IPv6 - started
2020-01-11 17:05:22.237722: [NET] UDP bind has been updated
2020-01-11 17:05:22.239019: [NET] peer(UDe2…Jcno) - Starting...
2020-01-11 17:05:22.241527: [NET] peer(UDe2…Jcno) - Routine: nonce worker - started
2020-01-11 17:05:22.243165: [NET] peer(UDe2…Jcno) - Routine: sequential receiver - started
2020-01-11 17:05:22.243501: [NET] peer(UDe2…Jcno) - Routine: sequential sender - started
2020-01-11 17:05:22.245074: [NET] Device started
2020-01-11 17:05:22.855028: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 17:05:22.864654: [NET] peer(UDe2…Jcno) - Awaiting keypair
2020-01-11 17:05:23.009923: [NET] peer(UDe2…Jcno) - Received handshake response
2020-01-11 17:05:23.010529: [NET] peer(UDe2…Jcno) - Obtained awaited keypair
2020-01-11 17:06:11.011350: [NET] peer(UDe2…Jcno) - Received handshake initiation
2020-01-11 17:06:11.011814: [NET] peer(UDe2…Jcno) - Sending handshake response
2020-01-11 17:06:11.053194: [NET] peer(UDe2…Jcno) - Receiving keepalive packet
2020-01-11 17:08:13.751844: [NET] peer(UDe2…Jcno) - Received handshake initiation
2020-01-11 17:08:13.751968: [NET] peer(UDe2…Jcno) - Sending handshake response
2020-01-11 17:08:13.918499: [NET] peer(UDe2…Jcno) - Receiving keepalive packet
2020-01-11 17:09:06.701030: [NET] peer(UDe2…Jcno) - Retrying handshake because we stopped hearing back after 15 seconds
2020-01-11 17:09:06.701183: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 17:09:11.954342: [NET] peer(UDe2…Jcno) - Handshake did not complete after 5 seconds, retrying (try 2)
2020-01-11 17:09:11.956652: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 17:09:12.474817: [NET] Network change detected with unsatisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 17:09:12.476413: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 17:09:12.477613: [NET] UAPI: Transition to peer configuration
2020-01-11 17:09:12.481052: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 17:09:12.481274: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 17:09:12.481544: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 17:09:12.483686: [NET] Routine: receive incoming IPv4 - started
2020-01-11 17:09:12.486219: [NET] Routine: receive incoming IPv6 - started
2020-01-11 17:09:12.487356: [NET] UDP bind has been updated
2020-01-11 17:09:12.487565: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 17:09:12.487779: [NET] peer(UDe2…Jcno) - Failed to send data packet write udp4 0.0.0.0:49729->75.xxx.xxx.xxx:51820: sendto: network is unreachable
2020-01-11 17:09:12.495173: [NET] peer(UDe2…Jcno) - Failed to send data packet write udp4 0.0.0.0:49729->75.xxx.xxx.xxx:51820: sendto: network is unreachable
2020-01-11 17:09:12.495394: [NET] peer(UDe2…Jcno) - Failed to send data packet write udp4 0.0.0.0:49729->75.xxx.xxx.xxx:51820: sendto: network is unreachable
2020-01-11 17:09:12.695764: [NET] Network change detected with unsatisfied route and interface order [pdp_ip0]
2020-01-11 17:09:12.696227: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 17:09:12.697778: [NET] UAPI: Transition to peer configuration
2020-01-11 17:09:12.699734: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 17:09:12.702227: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 17:09:12.702531: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 17:09:12.704099: [NET] Routine: receive incoming IPv4 - started
2020-01-11 17:09:12.709530: [NET] Routine: receive incoming IPv6 - started
2020-01-11 17:09:12.709668: [NET] UDP bind has been updated
2020-01-11 17:09:12.709904: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 17:09:12.710626: [NET] peer(UDe2…Jcno) - Failed to send data packet write udp4 0.0.0.0:49729->75.xxx.xxx.xxx:51820: sendto: no route to host
2020-01-11 17:09:12.766074: [NET] Stopping tunnel
2020-01-11 17:09:12.766189: [NET] Device closing
2020-01-11 17:09:12.766504: [NET] Routine: event worker - stopped
2020-01-11 17:09:12.767747: [NET] Routine: TUN reader - stopped
2020-01-11 17:09:12.771378: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 17:09:12.771737: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 17:09:12.773381: [NET] peer(UDe2…Jcno) - Stopping...
2020-01-11 17:09:12.773886: [NET] Routine: decryption worker - stopped
2020-01-11 17:09:12.775811: [NET] peer(UDe2…Jcno) - Routine: sequential receiver - stopped
2020-01-11 17:09:12.777751: [NET] Routine: handshake worker - stopped
2020-01-11 17:09:12.778327: [NET] Routine: handshake worker - stopped
2020-01-11 17:09:12.779748: [NET] peer(UDe2…Jcno) - Routine: sequential sender - stopped
2020-01-11 17:09:12.781760: [NET] peer(UDe2…Jcno) - Routine: nonce worker - stopped
2020-01-11 17:09:12.783760: [NET] Routine: encryption worker - stopped
2020-01-11 17:09:12.784245: [NET] Routine: encryption worker - stopped
2020-01-11 17:09:12.785785: [NET] Routine: decryption worker - stopped
2020-01-11 17:09:12.787833: [NET] Interface closed
2020-01-11 17:10:49.543291: [NET] App version: 0.0.20191015 (15); Go backend version: 0.0.20190909
2020-01-11 17:10:49.543765: [NET] Starting tunnel from the OS directly, rather than the app
2020-01-11 17:10:57.653578: [NET] DNS resolution failed for the following hostnames: myvpn.ddns.net
2020-01-11 17:10:57.814320: [NET] App version: 0.0.20191015 (15); Go backend version: 0.0.20190909
2020-01-11 17:10:57.814630: [NET] Starting tunnel from the OS directly, rather than the app
2020-01-11 17:10:57.820448: [NET] DNS resolution failed for the following hostnames: myvpn.ddns.net
2020-01-11 17:23:41.532782: [NET] App version: 0.0.20191015 (15); Go backend version: 0.0.20190909
2020-01-11 17:23:41.533909: [NET] Starting tunnel from the OS directly, rather than the app
2020-01-11 17:23:41.774762: [NET] Tunnel interface is utun2
2020-01-11 17:23:41.775686: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 17:23:41.777069: [NET] Attaching to interface
2020-01-11 17:23:41.779376: [NET] Routine: handshake worker - started
2020-01-11 17:23:41.779683: [NET] Routine: event worker - started
2020-01-11 17:23:41.780260: [NET] Routine: encryption worker - started
2020-01-11 17:23:41.781763: [NET] Routine: decryption worker - started
2020-01-11 17:23:41.783696: [NET] Routine: handshake worker - started
2020-01-11 17:23:41.785692: [NET] Routine: TUN reader - started
2020-01-11 17:23:41.786296: [NET] Routine: encryption worker - started
2020-01-11 17:23:41.787694: [NET] Routine: decryption worker - started
2020-01-11 17:23:41.789731: [NET] UAPI: Updating private key
2020-01-11 17:23:41.791990: [NET] UAPI: Removing all peers
2020-01-11 17:23:41.792211: [NET] UAPI: Transition to peer configuration
2020-01-11 17:23:41.794065: [NET] peer(UDe2…Jcno) - UAPI: Created
2020-01-11 17:23:41.796187: [NET] peer(UDe2…Jcno) - UAPI: Updating preshared key
2020-01-11 17:23:41.797702: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 17:23:41.799310: [NET] peer(UDe2…Jcno) - UAPI: Updating persistent keepalive interval
2020-01-11 17:23:41.799709: [NET] peer(UDe2…Jcno) - UAPI: Removing all allowedips
2020-01-11 17:23:41.801706: [NET] peer(UDe2…Jcno) - UAPI: Adding allowedip
2020-01-11 17:23:41.804717: [NET] Routine: receive incoming IPv4 - started
2020-01-11 17:23:41.804770: [NET] Routine: receive incoming IPv6 - started
2020-01-11 17:23:41.805696: [NET] UDP bind has been updated
2020-01-11 17:23:41.807695: [NET] peer(UDe2…Jcno) - Starting...
2020-01-11 17:23:41.810336: [NET] peer(UDe2…Jcno) - Routine: nonce worker - started
2020-01-11 17:23:41.810396: [NET] peer(UDe2…Jcno) - Routine: sequential receiver - started
2020-01-11 17:23:41.811813: [NET] peer(UDe2…Jcno) - Routine: sequential sender - started
2020-01-11 17:23:41.813787: [NET] Device started
2020-01-11 17:23:42.358361: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 17:23:42.360780: [NET] peer(UDe2…Jcno) - Awaiting keypair
2020-01-11 17:23:47.434091: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 17:23:52.485837: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 17:23:57.775427: [NET] peer(UDe2…Jcno) - Handshake did not complete after 5 seconds, retrying (try 2)
2020-01-11 17:23:57.775673: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 17:23:58.057457: [NET] peer(UDe2…Jcno) - Received handshake response
2020-01-11 17:23:58.057834: [NET] peer(UDe2…Jcno) - Obtained awaited keypair
2020-01-11 17:24:05.278120: [NET] Network change detected with satisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 17:24:05.301683: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 17:24:05.302146: [NET] UAPI: Transition to peer configuration
2020-01-11 17:24:05.303809: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 17:24:05.304497: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 17:24:05.305913: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 17:24:05.308147: [NET] Routine: receive incoming IPv6 - started
2020-01-11 17:24:05.309884: [NET] Routine: receive incoming IPv4 - started
2020-01-11 17:24:05.310241: [NET] UDP bind has been updated
2020-01-11 17:24:05.311823: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 17:24:07.671138: [NET] Network change detected with satisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 17:24:07.672432: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 17:24:07.685863: [NET] UAPI: Transition to peer configuration
2020-01-11 17:24:07.686202: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 17:24:07.688940: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 17:24:07.690021: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 17:24:07.692051: [NET] Routine: receive incoming IPv4 - started
2020-01-11 17:24:07.692849: [NET] Routine: receive incoming IPv6 - started
2020-01-11 17:24:07.694819: [NET] UDP bind has been updated
2020-01-11 17:24:07.695219: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 17:24:14.554686: [NET] peer(UDe2…Jcno) - Failed to send data packet write udp4 0.0.0.0:64718->75.xxx.xxx.xxx:51820: sendto: network is unreachable
2020-01-11 17:24:14.604961: [NET] Network change detected with unsatisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 17:24:14.606892: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 17:24:14.607382: [NET] UAPI: Transition to peer configuration
2020-01-11 17:24:14.608928: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 17:24:14.635047: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 17:24:14.639768: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 17:24:14.645883: [NET] Routine: receive incoming IPv4 - started
2020-01-11 17:24:14.646319: [NET] Routine: receive incoming IPv6 - started
2020-01-11 17:24:14.648354: [NET] UDP bind has been updated
2020-01-11 17:24:14.648739: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 17:24:14.649475: [NET] peer(UDe2…Jcno) - Failed to send data packet write udp4 0.0.0.0:64718->75.xxx.xxx.xxx:51820: sendto: network is unreachable
2020-01-11 17:24:14.653845: [NET] peer(UDe2…Jcno) - Failed to send data packet write udp4 0.0.0.0:64718->75.xxx.xxx.xxx:51820: sendto: network is unreachable
2020-01-11 17:24:14.656014: [NET] peer(UDe2…Jcno) - Failed to send data packet write udp4 0.0.0.0:64718->75.xxx.xxx.xxx:51820: sendto: network is unreachable
2020-01-11 17:24:14.713348: [NET] peer(UDe2…Jcno) - Failed to send data packet write udp4 0.0.0.0:64718->75.xxx.xxx.xxx:51820: sendto: network is unreachable
2020-01-11 17:24:14.786997: [NET] peer(UDe2…Jcno) - Failed to send data packet write udp4 0.0.0.0:64718->75.xxx.xxx.xxx:51820: sendto: network is unreachable
2020-01-11 17:24:15.273385: [NET] Stopping tunnel
2020-01-11 17:24:15.274006: [NET] Device closing
2020-01-11 17:24:15.277375: [NET] Routine: TUN reader - stopped
2020-01-11 17:24:15.278215: [NET] Routine: event worker - stopped
2020-01-11 17:24:15.280299: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 17:24:15.281941: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 17:24:15.283562: [NET] peer(UDe2…Jcno) - Stopping...
2020-01-11 17:24:15.284597: [NET] peer(UDe2…Jcno) - Routine: sequential sender - stopped
2020-01-11 17:24:15.286165: [NET] peer(UDe2…Jcno) - Routine: sequential receiver - stopped
2020-01-11 17:24:15.288127: [NET] Routine: encryption worker - stopped
2020-01-11 17:24:15.290129: [NET] Routine: encryption worker - stopped
2020-01-11 17:24:15.292123: [NET] Routine: decryption worker - stopped
2020-01-11 17:24:15.294102: [NET] Routine: handshake worker - stopped
2020-01-11 17:24:15.296097: [NET] Routine: handshake worker - stopped
2020-01-11 17:24:15.298140: [NET] peer(UDe2…Jcno) - Routine: nonce worker - stopped
2020-01-11 17:24:15.298824: [NET] Routine: decryption worker - stopped
2020-01-11 17:24:15.300859: [NET] Interface closed
2020-01-11 17:24:20.637426: [NET] App version: 0.0.20191015 (15); Go backend version: 0.0.20190909
2020-01-11 17:24:20.638223: [NET] Starting tunnel from the OS directly, rather than the app
2020-01-11 17:24:21.060818: [NET] Tunnel interface is utun2
2020-01-11 17:24:21.065273: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 17:24:21.067849: [NET] Attaching to interface
2020-01-11 17:24:21.073581: [NET] Routine: encryption worker - started
2020-01-11 17:24:21.073882: [NET] Routine: event worker - started
2020-01-11 17:24:21.075466: [NET] Routine: decryption worker - started
2020-01-11 17:24:21.077463: [NET] Routine: handshake worker - started
2020-01-11 17:24:21.079551: [NET] Routine: TUN reader - started
2020-01-11 17:24:21.080187: [NET] Routine: decryption worker - started
2020-01-11 17:24:21.081505: [NET] Routine: encryption worker - started
2020-01-11 17:24:21.083502: [NET] Routine: handshake worker - started
2020-01-11 17:24:21.086315: [NET] UAPI: Updating private key
2020-01-11 17:24:21.088855: [NET] UAPI: Removing all peers
2020-01-11 17:24:21.089102: [NET] UAPI: Transition to peer configuration
2020-01-11 17:24:21.092963: [NET] peer(UDe2…Jcno) - UAPI: Created
2020-01-11 17:24:21.093355: [NET] peer(UDe2…Jcno) - UAPI: Updating preshared key
2020-01-11 17:24:21.093745: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 17:24:21.095748: [NET] peer(UDe2…Jcno) - UAPI: Updating persistent keepalive interval
2020-01-11 17:24:21.097557: [NET] peer(UDe2…Jcno) - UAPI: Removing all allowedips
2020-01-11 17:24:21.099507: [NET] peer(UDe2…Jcno) - UAPI: Adding allowedip
2020-01-11 17:24:21.102066: [NET] Routine: receive incoming IPv4 - started
2020-01-11 17:24:21.103804: [NET] Routine: receive incoming IPv6 - started
2020-01-11 17:24:21.104623: [NET] UDP bind has been updated
2020-01-11 17:24:21.106537: [NET] peer(UDe2…Jcno) - Starting...
2020-01-11 17:24:21.107513: [NET] peer(UDe2…Jcno) - Routine: nonce worker - started
2020-01-11 17:24:21.108568: [NET] peer(UDe2…Jcno) - Routine: sequential receiver - started
2020-01-11 17:24:21.110563: [NET] peer(UDe2…Jcno) - Routine: sequential sender - started
2020-01-11 17:24:21.112622: [NET] Device started
2020-01-11 17:24:21.690189: [NET] peer(UDe2…Jcno) - Sending handshake initiation
2020-01-11 17:24:21.696438: [NET] peer(UDe2…Jcno) - Awaiting keypair
2020-01-11 17:24:21.900430: [NET] peer(UDe2…Jcno) - Received handshake response
2020-01-11 17:24:21.901163: [NET] peer(UDe2…Jcno) - Obtained awaited keypair
2020-01-11 17:25:40.873458: [NET] Network change detected with satisfied route and interface order [en0, utun2, pdp_ip0]
2020-01-11 17:25:40.887898: [NET] DNS64: mapped 75.xxx.xxx.xxx to itself.
2020-01-11 17:25:40.888216: [NET] UAPI: Transition to peer configuration
2020-01-11 17:25:40.889615: [NET] peer(UDe2…Jcno) - UAPI: Updating endpoint
2020-01-11 17:25:40.892154: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 17:25:40.892986: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 17:25:40.915857: [NET] Routine: receive incoming IPv4 - started
2020-01-11 17:25:40.916056: [NET] Routine: receive incoming IPv6 - started
2020-01-11 17:25:40.917585: [NET] UDP bind has been updated
2020-01-11 17:25:40.919539: [NET] peer(UDe2…Jcno) - Sending keepalive packet
2020-01-11 17:25:41.439791: [NET] Stopping tunnel
2020-01-11 17:25:41.440057: [NET] Device closing
2020-01-11 17:25:41.441872: [NET] Routine: event worker - stopped
2020-01-11 17:25:41.443515: [NET] Routine: TUN reader - stopped
2020-01-11 17:25:41.444046: [NET] Routine: receive incoming IPv4 - stopped
2020-01-11 17:25:41.445664: [NET] Routine: receive incoming IPv6 - stopped
2020-01-11 17:25:41.447618: [NET] peer(UDe2…Jcno) - Stopping...
2020-01-11 17:25:41.449732: [NET] peer(UDe2…Jcno) - Routine: sequential sender - stopped
2020-01-11 17:25:41.449985: [NET] Routine: decryption worker - stopped
2020-01-11 17:25:41.451723: [NET] Routine: encryption worker - stopped
2020-01-11 17:25:41.453505: [NET] Routine: encryption worker - stopped
2020-01-11 17:25:41.455513: [NET] Routine: decryption worker - stopped
2020-01-11 17:25:41.455967: [NET] Routine: handshake worker - stopped
2020-01-11 17:25:41.457545: [NET] Routine: handshake worker - stopped
2020-01-11 17:25:41.459545: [NET] peer(UDe2…Jcno) - Routine: sequential receiver - stopped
2020-01-11 17:25:41.461650: [NET] peer(UDe2…Jcno) - Routine: nonce worker - stopped
2020-01-11 17:25:41.462100: [NET] Interface closed
2020-01-12 07:14:08.631470: [APP] App version: 0.0.20191015 (15); Go backend version: 0.0.20190909


More information about the WireGuard mailing list