slackhq / nebula

A scalable overlay networking tool with a focus on performance, simplicity and security

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ› BUG: No normal communication between the two machines

QZAiXH opened this issue Β· comments

What version of nebula are you using?

50d6a1e

What operating system are you using?

Linux, Windows

Describe the Bug

I have two computer devices, one serving as a server running on a Linux system, and the other as a client (J1exwzkmO3) running on a Windows system. Although both the server and client can successfully ping the lighthouse IP, the two nodes are unable to ping each other.

Logs from affected hosts

No response

Config files from affected hosts

server config

pki:
    ca: |
        -----BEGIN NEBULA CERTIFICATE-----
        Cj8KDUZsYXNoTkFTLCBJbmMo77msqgYw767RqgY6IGmVp2PSlZueWAdFX4bF/cmR
        bBoaomJwGjQxVygplsZqQAESQEwmSzPNMn7N3/6zNO5mRBT4KpbGjc9ckJ6GJyBN
        ZU+LFtrRW+tMhLDv5ZBBZQzcgdnJGkh/7/ikiDp580g3yA0=
        -----END NEBULA CERTIFICATE-----
    cert: |
        -----BEGIN NEBULA CERTIFICATE-----
        CmgKCjIyZURpY2hNazUSCvmExOAKgID8/w8o7cOxqgYw7ea2qgY6IEBGabnXjAZQ
        T+IKfcmNYKo4DBezDOuuE/htL0616d82SiAjnIJwIkcO+SQ3PYa1ueK/OdqseNaY
        pQlRtPjBxKh8ohJALkFmsku5+5V2/6kvO7sn1OTp8xxIWGNS3QeMt+vrTq6wMJyh
        onb2oFRLW1LGjMwSAwepNraQSphoA0S3uBQmCA==
        -----END NEBULA CERTIFICATE-----
    key: |
        <EDIT - removed>
    blocklist: []
    disconnect_invalid: true
static_host_map:
    172.17.0.1:
        - xx.xx.xx.xx:4242
lighthouse:
    am_lighthouse: false
    interval: 60
    hosts:
        - 172.17.0.1
listen:
    host: 0.0.0.0
    port: 0
routines: 4
punchy:
    punch: true
    respond: true
    delay: 1s
    respond_delay: 5s
cipher: aes
relay:
    relays:
        - 172.17.0.1
    am_relay: false
    use_relays: true
tun:
    disabled: false
    dev: fsnb0
    drop_local_broadcast: false
    drop_multicast: false
    tx_queue: 500
    mtu: 1300
    routes: []
    unsafe_routes: []
logging:
    level: info
    format: text
firewall:
    outbound_action: reject
    inbound_action: reject
    conntrack:
        tcp_timeout: 12m
        udp_timeout: 3m
        default_timeout: 10m
    outbound:
        - port: any
          proto: any
          host: any
    inbound:
        - port: any
          proto: any
          host: QJQ9Y27L3Q
        - port: any
          proto: any
          host: KHb9UiFXhO
        - port: any
          proto: any
          host: PUHEnGWvse
        - port: any
          proto: any
          host: NHCNbOU5kS
        - port: any
          proto: any
          host: gNANVz7gEh
        - port: any
          proto: any
          host: J1exwzkmO3
        - port: any
          proto: any
          host: VY7AmqGc9C
        - port: any
          proto: any
          host: 1qLWmUAhwS
        - port: any
          proto: any
          host: AioSyObMTI
        - port: any
          proto: any
          host: t5ph5mcgrU
        - port: any
          proto: any
          host: VAV6PaP9xy
        - port: any
          proto: icmp
          host: any

client config

pki:
    ca: |
        -----BEGIN NEBULA CERTIFICATE-----
        Cj8KDUZsYXNoTkFTLCBJbmMo77msqgYw767RqgY6IGmVp2PSlZueWAdFX4bF/cmR
        bBoaomJwGjQxVygplsZqQAESQEwmSzPNMn7N3/6zNO5mRBT4KpbGjc9ckJ6GJyBN
        ZU+LFtrRW+tMhLDv5ZBBZQzcgdnJGkh/7/ikiDp580g3yA0=
        -----END NEBULA CERTIFICATE-----
    cert: |
        -----BEGIN NEBULA CERTIFICATE-----
        CmgKCkoxZXh3emttTzMSCpSGxOAKgID8/w8oqeuxqgYwqY63qgY6IC6HHxGoUPhe
        AoE5LLZuF3NebXY8cizTIUf2FYvncLZcSiAjnIJwIkcO+SQ3PYa1ueK/OdqseNaY
        pQlRtPjBxKh8ohJAsxf3ePMXewZE2VUjiD2DBCT5+b+B+ki/nkS6t0nsrwsGtdmz
        7GmHNYU4wwjl+avA56bGou0C7/nSZzQuxF3NDg==
        -----END NEBULA CERTIFICATE-----
    key: |
       < EDIT - removed >
    blocklist: []
    disconnect_invalid: true
static_host_map:
    172.17.0.1:
        - xx.xx.xx.xx:4242
lighthouse:
    am_lighthouse: false
    interval: 60
    hosts:
        - 172.17.0.1
listen:
    host: 0.0.0.0
    port: 0
routines: 1
punchy:
    punch: true
    respond: true
    delay: 1s
    respond_delay: 5s
cipher: aes
relay:
    relays:
        - 172.17.0.1
    am_relay: false
    use_relays: true
tun:
    disabled: false
    dev: fsnb0
    drop_local_broadcast: false
    drop_multicast: false
    tx_queue: 500
    mtu: 1300
    routes: []
    unsafe_routes: []
logging:
    level: info
    format: text
firewall:
    outbound_action: reject
    inbound_action: reject
    conntrack:
        tcp_timeout: 12m
        udp_timeout: 3m
        default_timeout: 10m
    outbound:
        - port: any
          proto: any
          host: any
    inbound:
        - port: any
          proto: icmp
          host: any

lighthouse config

pki:
    ca: |
        -----BEGIN NEBULA CERTIFICATE-----
        Cj8KDUZsYXNoTkFTLCBJbmMo77msqgYw767RqgY6IGmVp2PSlZueWAdFX4bF/cmR
        bBoaomJwGjQxVygplsZqQAESQEwmSzPNMn7N3/6zNO5mRBT4KpbGjc9ckJ6GJyBN
        ZU+LFtrRW+tMhLDv5ZBBZQzcgdnJGkh/7/ikiDp580g3yA0=
        -----END NEBULA CERTIFICATE-----
    cert: |
        -----BEGIN NEBULA CERTIFICATE-----
        CmgKCmdPUURBa1Q0WHcSCoGAxOAKgID8/w8oxMGxqgYwxOS2qgY6IGLMrwdaShU2
        j6gYiuSRPLqZ4Liqsx7xABURmutjIHtdSiAjnIJwIkcO+SQ3PYa1ueK/OdqseNaY
        pQlRtPjBxKh8ohJAv/++FkG+t/eNXQQhvh7KK2qK7uGkGW9d0hqi15/eotB8+A7F
        2IYsxsEE9BcUyUsngikKKqP37EWBNoXH7MRwCg==
        -----END NEBULA CERTIFICATE-----
    key: |
        < EDIT - removed>
    blocklist: []
    disconnect_invalid: true
static_host_map:
    172.17.0.1:
        - xx.xx.xx.xx:4242
lighthouse:
    am_lighthouse: true
    interval: 60
    hosts: []
listen:
    host: 0.0.0.0
    port: 4242
routines: 4
punchy:
    punch: true
    respond: true
    delay: 1s
    respond_delay: 5s
cipher: aes
relay:
    relays: []
    am_relay: true
    use_relays: false
tun:
    disabled: false
    dev: fsnb0
    drop_local_broadcast: false
    drop_multicast: false
    tx_queue: 500
    mtu: 1300
    routes: []
    unsafe_routes: []
logging:
    level: info
    format: text
firewall:
    outbound_action: reject
    inbound_action: reject
    conntrack:
        tcp_timeout: 12m
        udp_timeout: 3m
        default_timeout: 10m
    outbound:
        - port: any
          proto: any
          host: any
    inbound:
        - port: any
          proto: icmp
          host: any

server log

time="2023-11-09T10:32:01+08:00" level=info msg=handleCreateRelayRequest initiatorRelayIndex=3548815536 relayFrom=172.17.3.20 relayTo=172.17.2.121 vpnIp=172.17.0.1
time="2023-11-09T10:32:01+08:00" level=info msg="send CreateRelayResponse" initiatorRelayIndex=3548815536 relayFrom=172.17.3.20 relayTo=172.17.2.121 responderRelayIndex=639495824 vpnIp=172.17.0.1
time="2023-11-09T10:32:01+08:00" level=info msg="Handshake message received" certName=J1exwzkmO3 fingerprint=3f1a653995f81c6d6b132f27925fa891c1f51626bfa99fdefa09116648a68418 handshake="map[stage:1 style:ix_psk0]" initiatorIndex=1065120485 issuer=239c827022470ef924373d86b5b9e2bf39daac78d698a50951b4f8c1c4a87ca2 remoteIndex=0 responderIndex=0 udpAddr="<nil>" vpnIp=172.17.3.20
time="2023-11-09T10:32:01+08:00" level=info msg="Handshake message sent" certName=J1exwzkmO3 fingerprint=3f1a653995f81c6d6b132f27925fa891c1f51626bfa99fdefa09116648a68418 handshake="map[stage:2 style:ix_psk0]" initiatorIndex=1065120485 issuer=239c827022470ef924373d86b5b9e2bf39daac78d698a50951b4f8c1c4a87ca2 relay=172.17.0.1 remoteIndex=0 responderIndex=3088089801 sentCachedPackets=0 vpnIp=172.17.3.20
time="2023-11-09T10:33:27+08:00" level=error msg="Failed to write outgoing packet" certName=J1exwzkmO3 error="sendto: network is unreachable" localIndex=3088089801 remoteIndex=1065120485 udpAddr="[fd00:485f:824:52b::100c]:60054" vpnIp=172.17.3.20
time="2023-11-09T10:33:55+08:00" level=error msg="Failed to write outgoing packet" certName=J1exwzkmO3 error="sendto: network is unreachable" localIndex=3088089801 remoteIndex=1065120485 udpAddr="[fd00:485f:824:52b::100c]:60054" vpnIp=172.17.3.20
time="2023-11-09T10:34:35+08:00" level=error msg="Failed to write outgoing packet" certName=J1exwzkmO3 error="sendto: network is unreachable" localIndex=3088089801 remoteIndex=1065120485 udpAddr="[fd00:485f:824:52b::100c]:60054" vpnIp=172.17.3.20
time="2023-11-09T10:40:28+08:00" level=info msg="sendNoMetrics failed to find HostInfo" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3088089801 relay=172.17.0.1 remoteIndex=1065120485 vpnIp=172.17.3.20
time="2023-11-09T10:40:43+08:00" level=info msg="Tunnel status" certName=J1exwzkmO3 localIndex=3088089801 remoteIndex=1065120485 tunnelCheck="map[method:active state:dead]" vpnIp=172.17.3.20
time="2023-11-09T10:42:58+08:00" level=info msg=handleCreateRelayRequest initiatorRelayIndex=2554618497 relayFrom=172.17.3.20 relayTo=172.17.2.121 vpnIp=172.17.0.1
time="2023-11-09T10:42:58+08:00" level=info msg="send CreateRelayResponse" initiatorRelayIndex=2554618497 relayFrom=172.17.3.20 relayTo=172.17.2.121 responderRelayIndex=2052061326 vpnIp=172.17.0.1
time="2023-11-09T10:42:58+08:00" level=info msg="Handshake message received" certName=J1exwzkmO3 fingerprint=3f1a653995f81c6d6b132f27925fa891c1f51626bfa99fdefa09116648a68418 handshake="map[stage:1 style:ix_psk0]" initiatorIndex=1531084602 issuer=239c827022470ef924373d86b5b9e2bf39daac78d698a50951b4f8c1c4a87ca2 remoteIndex=0 responderIndex=0 udpAddr="<nil>" vpnIp=172.17.3.20
time="2023-11-09T10:42:58+08:00" level=info msg="Handshake message sent" certName=J1exwzkmO3 fingerprint=3f1a653995f81c6d6b132f27925fa891c1f51626bfa99fdefa09116648a68418 handshake="map[stage:2 style:ix_psk0]" initiatorIndex=1531084602 issuer=239c827022470ef924373d86b5b9e2bf39daac78d698a50951b4f8c1c4a87ca2 relay=172.17.0.1 remoteIndex=0 responderIndex=142454502 sentCachedPackets=0 vpnIp=172.17.3.20
time="2023-11-09T11:14:10+08:00" level=info msg="sendNoMetrics failed to find HostInfo" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=142454502 relay=172.17.0.1 remoteIndex=1531084602 vpnIp=172.17.3.20
time="2023-11-09T11:14:21+08:00" level=info msg="Tunnel status" certName=J1exwzkmO3 localIndex=142454502 remoteIndex=1531084602 tunnelCheck="map[method:active state:dead]" vpnIp=172.17.3.20
time="2023-11-09T11:14:29+08:00" level=error msg="Failed to send handshake message" error="sendto: network is unreachable" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=2096320848 localIndex=2096320848 remoteIndex=0 udpAddr="[fd00:485f:824:537::100c]:64392" vpnIp=172.17.3.20
time="2023-11-09T11:14:29+08:00" level=info msg="Handshake message sent" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=2096320848 localIndex=2096320848 remoteIndex=0 udpAddrs="[183.236.13.195:2061 192.168.1.34:64392]" vpnIp=172.17.3.20
time="2023-11-09T11:14:29+08:00" level=info msg="Attempt to relay through hosts" localIndex=2096320848 relays="[172.17.0.1]" remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:14:29+08:00" level=info msg="send CreateRelayRequest" initiatorRelayIndex=1874929261 relay=172.17.0.1 relayFrom=172.17.2.121 relayTo=172.17.3.20
time="2023-11-09T11:14:29+08:00" level=error msg="Failed to send handshake message" error="sendto: network is unreachable" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=2096320848 localIndex=2096320848 remoteIndex=0 udpAddr="[fd00:485f:824:537::100c]:64392" vpnIp=172.17.3.20
time="2023-11-09T11:14:29+08:00" level=info msg="Attempt to relay through hosts" localIndex=2096320848 relays="[172.17.0.1]" remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:14:29+08:00" level=info msg="Re-send CreateRelay request" localIndex=2096320848 relay=172.17.0.1 remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:14:29+08:00" level=info msg="send CreateRelayRequest" initiatorRelayIndex=1874929261 relay=172.17.0.1 relayFrom=172.17.2.121 relayTo=172.17.3.20
time="2023-11-09T11:14:29+08:00" level=info msg=handleCreateRelayResponse initiatorRelayIndex=1874929261 relayFrom=172.17.2.121 relayTo=172.17.3.20 responderRelayIndex=3499752144 vpnIp=172.17.0.1
time="2023-11-09T11:14:29+08:00" level=error msg="Failed to send handshake message" error="sendto: network is unreachable" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=2096320848 localIndex=2096320848 remoteIndex=0 udpAddr="[fd00:485f:824:537::100c]:64392" vpnIp=172.17.3.20
time="2023-11-09T11:14:29+08:00" level=info msg="Attempt to relay through hosts" localIndex=2096320848 relays="[172.17.0.1]" remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:14:29+08:00" level=info msg="Send handshake via relay" localIndex=2096320848 relay=172.17.0.1 remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:14:29+08:00" level=info msg="Handshake message received" certName=J1exwzkmO3 durationNs=336897370 fingerprint=3f1a653995f81c6d6b132f27925fa891c1f51626bfa99fdefa09116648a68418 handshake="map[stage:2 style:ix_psk0]" initiatorIndex=2096320848 issuer=239c827022470ef924373d86b5b9e2bf39daac78d698a50951b4f8c1c4a87ca2 remoteIndex=2096320848 responderIndex=2444852981 sentCachedPackets=1 udpAddr="<nil>" vpnIp=172.17.3.20
time="2023-11-09T11:14:29+08:00" level=info msg="Handshake message received" certName=J1exwzkmO3 fingerprint=3f1a653995f81c6d6b132f27925fa891c1f51626bfa99fdefa09116648a68418 handshake="map[stage:1 style:ix_psk0]" initiatorIndex=2132273531 issuer=239c827022470ef924373d86b5b9e2bf39daac78d698a50951b4f8c1c4a87ca2 remoteIndex=0 responderIndex=0 udpAddr="<nil>" vpnIp=172.17.3.20
time="2023-11-09T11:14:29+08:00" level=info msg="Taking new handshake" certName=J1exwzkmO3 localIndex=2096320848 remoteIndex=2444852981 vpnIp=172.17.3.20
time="2023-11-09T11:14:29+08:00" level=info msg="Handshake message sent" certName=J1exwzkmO3 fingerprint=3f1a653995f81c6d6b132f27925fa891c1f51626bfa99fdefa09116648a68418 handshake="map[stage:2 style:ix_psk0]" initiatorIndex=2132273531 issuer=239c827022470ef924373d86b5b9e2bf39daac78d698a50951b4f8c1c4a87ca2 relay=172.17.0.1 remoteIndex=0 responderIndex=1223561816 sentCachedPackets=0 vpnIp=172.17.3.20
time="2023-11-09T11:14:51+08:00" level=info msg="Tunnel status" certName=J1exwzkmO3 localIndex=2096320848 remoteIndex=2444852981 tunnelCheck="map[method:active state:dead]" vpnIp=172.17.3.20
time="2023-11-09T11:15:24+08:00" level=error msg="Failed to write outgoing packet" certName=J1exwzkmO3 error="sendto: network is unreachable" localIndex=1223561816 remoteIndex=2132273531 udpAddr="[fd00:485f:824:537::100c]:64392" vpnIp=172.17.3.20
time="2023-11-09T11:28:51+08:00" level=info msg="sendNoMetrics failed to find HostInfo" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1223561816 relay=172.17.0.1 remoteIndex=2132273531 vpnIp=172.17.3.20
time="2023-11-09T11:29:06+08:00" level=info msg="Tunnel status" certName=J1exwzkmO3 localIndex=1223561816 remoteIndex=2132273531 tunnelCheck="map[method:active state:dead]" vpnIp=172.17.3.20
time="2023-11-09T11:29:13+08:00" level=error msg="Failed to send handshake message" error="sendto: network is unreachable" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=4224352770 localIndex=4224352770 remoteIndex=0 udpAddr="[fd00:485f:824:537::100c]:64392" vpnIp=172.17.3.20
time="2023-11-09T11:29:13+08:00" level=info msg="Handshake message sent" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=4224352770 localIndex=4224352770 remoteIndex=0 udpAddrs="[183.236.13.195:2061 192.168.1.34:64392]" vpnIp=172.17.3.20
time="2023-11-09T11:29:13+08:00" level=info msg="Attempt to relay through hosts" localIndex=4224352770 relays="[172.17.0.1]" remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:29:13+08:00" level=info msg="send CreateRelayRequest" initiatorRelayIndex=3686989765 relay=172.17.0.1 relayFrom=172.17.2.121 relayTo=172.17.3.20
time="2023-11-09T11:29:13+08:00" level=error msg="Failed to send handshake message" error="sendto: network is unreachable" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=4224352770 localIndex=4224352770 remoteIndex=0 udpAddr="[fd00:485f:824:537::100c]:64392" vpnIp=172.17.3.20
time="2023-11-09T11:29:13+08:00" level=info msg="Attempt to relay through hosts" localIndex=4224352770 relays="[172.17.0.1]" remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:29:13+08:00" level=info msg="Re-send CreateRelay request" localIndex=4224352770 relay=172.17.0.1 remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:29:13+08:00" level=info msg="send CreateRelayRequest" initiatorRelayIndex=3686989765 relay=172.17.0.1 relayFrom=172.17.2.121 relayTo=172.17.3.20
time="2023-11-09T11:29:13+08:00" level=info msg=handleCreateRelayResponse initiatorRelayIndex=3686989765 relayFrom=172.17.2.121 relayTo=172.17.3.20 responderRelayIndex=4244998167 vpnIp=172.17.0.1
time="2023-11-09T11:29:13+08:00" level=info msg="Handshake message received" certName=J1exwzkmO3 fingerprint=3f1a653995f81c6d6b132f27925fa891c1f51626bfa99fdefa09116648a68418 handshake="map[stage:1 style:ix_psk0]" initiatorIndex=1996107880 issuer=239c827022470ef924373d86b5b9e2bf39daac78d698a50951b4f8c1c4a87ca2 remoteIndex=0 responderIndex=0 udpAddr="<nil>" vpnIp=172.17.3.20
time="2023-11-09T11:29:13+08:00" level=info msg="Handshake message sent" certName=J1exwzkmO3 fingerprint=3f1a653995f81c6d6b132f27925fa891c1f51626bfa99fdefa09116648a68418 handshake="map[stage:2 style:ix_psk0]" initiatorIndex=1996107880 issuer=239c827022470ef924373d86b5b9e2bf39daac78d698a50951b4f8c1c4a87ca2 relay=172.17.0.1 remoteIndex=0 responderIndex=4044441580 sentCachedPackets=0 vpnIp=172.17.3.20
time="2023-11-09T11:29:13+08:00" level=error msg="Failed to send handshake message" error="sendto: network is unreachable" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=4224352770 localIndex=4224352770 remoteIndex=0 udpAddr="[fd00:485f:824:537::100c]:64392" vpnIp=172.17.3.20
time="2023-11-09T11:29:13+08:00" level=info msg="Attempt to relay through hosts" localIndex=4224352770 relays="[172.17.0.1]" remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:29:13+08:00" level=info msg="Send handshake via relay" localIndex=4224352770 relay=172.17.0.1 remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:29:13+08:00" level=info msg="Handshake message received" certName=J1exwzkmO3 durationNs=585881673 fingerprint=3f1a653995f81c6d6b132f27925fa891c1f51626bfa99fdefa09116648a68418 handshake="map[stage:2 style:ix_psk0]" initiatorIndex=4224352770 issuer=239c827022470ef924373d86b5b9e2bf39daac78d698a50951b4f8c1c4a87ca2 remoteIndex=4224352770 responderIndex=479531539 sentCachedPackets=1 udpAddr="<nil>" vpnIp=172.17.3.20
time="2023-11-09T11:29:34+08:00" level=info msg="Tunnel status" certName=J1exwzkmO3 localIndex=4044441580 remoteIndex=1996107880 tunnelCheck="map[method:active state:dead]" vpnIp=172.17.3.20
time="2023-11-09T11:45:11+08:00" level=info msg="sendNoMetrics failed to find HostInfo" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=4224352770 relay=172.17.0.1 remoteIndex=479531539 vpnIp=172.17.3.20
time="2023-11-09T11:45:27+08:00" level=info msg="Tunnel status" certName=J1exwzkmO3 localIndex=4224352770 remoteIndex=479531539 tunnelCheck="map[method:active state:dead]" vpnIp=172.17.3.20
time="2023-11-09T11:45:33+08:00" level=error msg="Failed to send handshake message" error="sendto: network is unreachable" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=290587676 localIndex=290587676 remoteIndex=0 udpAddr="[fd00:485f:824:537::100c]:64392" vpnIp=172.17.3.20
time="2023-11-09T11:45:33+08:00" level=info msg="Handshake message sent" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=290587676 localIndex=290587676 remoteIndex=0 udpAddrs="[183.236.13.195:2061 192.168.1.34:64392]" vpnIp=172.17.3.20
time="2023-11-09T11:45:33+08:00" level=info msg="Attempt to relay through hosts" localIndex=290587676 relays="[172.17.0.1]" remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:45:33+08:00" level=info msg="send CreateRelayRequest" initiatorRelayIndex=2899286505 relay=172.17.0.1 relayFrom=172.17.2.121 relayTo=172.17.3.20
time="2023-11-09T11:45:33+08:00" level=error msg="Failed to send handshake message" error="sendto: network is unreachable" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=290587676 localIndex=290587676 remoteIndex=0 udpAddr="[fd00:485f:824:537::100c]:64392" vpnIp=172.17.3.20
time="2023-11-09T11:45:33+08:00" level=info msg="Attempt to relay through hosts" localIndex=290587676 relays="[172.17.0.1]" remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:45:33+08:00" level=info msg="Re-send CreateRelay request" localIndex=290587676 relay=172.17.0.1 remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:45:33+08:00" level=info msg="send CreateRelayRequest" initiatorRelayIndex=2899286505 relay=172.17.0.1 relayFrom=172.17.2.121 relayTo=172.17.3.20
time="2023-11-09T11:45:33+08:00" level=info msg=handleCreateRelayResponse initiatorRelayIndex=2899286505 relayFrom=172.17.2.121 relayTo=172.17.3.20 responderRelayIndex=420979915 vpnIp=172.17.0.1
time="2023-11-09T11:45:34+08:00" level=error msg="Failed to send handshake message" error="sendto: network is unreachable" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=290587676 localIndex=290587676 remoteIndex=0 udpAddr="[fd00:485f:824:537::100c]:64392" vpnIp=172.17.3.20
time="2023-11-09T11:45:34+08:00" level=info msg="Attempt to relay through hosts" localIndex=290587676 relays="[172.17.0.1]" remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:45:34+08:00" level=info msg="Send handshake via relay" localIndex=290587676 relay=172.17.0.1 remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:45:34+08:00" level=error msg="Failed to send handshake message" error="sendto: network is unreachable" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=290587676 localIndex=290587676 remoteIndex=0 udpAddr="[fd00:485f:824:537::100c]:64392" vpnIp=172.17.3.20
time="2023-11-09T11:45:34+08:00" level=info msg="Attempt to relay through hosts" localIndex=290587676 relays="[172.17.0.1]" remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:45:34+08:00" level=info msg="Send handshake via relay" localIndex=290587676 relay=172.17.0.1 remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:45:35+08:00" level=error msg="Failed to send handshake message" error="sendto: network is unreachable" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=290587676 localIndex=290587676 remoteIndex=0 udpAddr="[fd00:485f:824:537::100c]:64392" vpnIp=172.17.3.20
time="2023-11-09T11:45:35+08:00" level=info msg="Attempt to relay through hosts" localIndex=290587676 relays="[172.17.0.1]" remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:45:35+08:00" level=info msg="Send handshake via relay" localIndex=290587676 relay=172.17.0.1 remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:45:35+08:00" level=error msg="Failed to send handshake message" error="sendto: network is unreachable" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=290587676 localIndex=290587676 remoteIndex=0 udpAddr="[fd00:485f:824:537::100c]:64392" vpnIp=172.17.3.20
time="2023-11-09T11:45:35+08:00" level=info msg="Attempt to relay through hosts" localIndex=290587676 relays="[172.17.0.1]" remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:45:35+08:00" level=info msg="Send handshake via relay" localIndex=290587676 relay=172.17.0.1 remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:45:36+08:00" level=error msg="Failed to send handshake message" error="sendto: network is unreachable" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=290587676 localIndex=290587676 remoteIndex=0 udpAddr="[fd00:485f:824:537::100c]:64392" vpnIp=172.17.3.20
time="2023-11-09T11:45:36+08:00" level=info msg="Attempt to relay through hosts" localIndex=290587676 relays="[172.17.0.1]" remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:45:36+08:00" level=info msg="Send handshake via relay" localIndex=290587676 relay=172.17.0.1 remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:45:37+08:00" level=error msg="Failed to send handshake message" error="sendto: network is unreachable" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=290587676 localIndex=290587676 remoteIndex=0 udpAddr="[fd00:485f:824:537::100c]:64392" vpnIp=172.17.3.20
time="2023-11-09T11:45:37+08:00" level=info msg="Attempt to relay through hosts" localIndex=290587676 relays="[172.17.0.1]" remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:45:37+08:00" level=info msg="Send handshake via relay" localIndex=290587676 relay=172.17.0.1 remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:45:38+08:00" level=error msg="Failed to send handshake message" error="sendto: network is unreachable" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=290587676 localIndex=290587676 remoteIndex=0 udpAddr="[fd00:485f:824:537::100c]:64392" vpnIp=172.17.3.20
time="2023-11-09T11:45:38+08:00" level=info msg="Attempt to relay through hosts" localIndex=290587676 relays="[172.17.0.1]" remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:45:38+08:00" level=info msg="Send handshake via relay" localIndex=290587676 relay=172.17.0.1 remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:45:39+08:00" level=error msg="Failed to send handshake message" error="sendto: network is unreachable" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=290587676 localIndex=290587676 remoteIndex=0 udpAddr="[fd00:485f:824:537::100c]:64392" vpnIp=172.17.3.20
time="2023-11-09T11:45:39+08:00" level=info msg="Attempt to relay through hosts" localIndex=290587676 relays="[172.17.0.1]" remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:45:39+08:00" level=info msg="Send handshake via relay" localIndex=290587676 relay=172.17.0.1 remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T11:45:40+08:00" level=info msg="Handshake timed out" durationNs=6628687176 handshake="map[stage:1 style:ix_psk0]" initiatorIndex=290587676 localIndex=290587676 remoteIndex=0 udpAddrs="[[fd00:485f:824:537::100c]:64392 183.236.13.195:2061 192.168.1.34:64392]" vpnIp=172.17.3.20
time="2023-11-09T12:36:41+08:00" level=info msg=handleCreateRelayRequest initiatorRelayIndex=2142391991 relayFrom=172.17.3.20 relayTo=172.17.2.121 vpnIp=172.17.0.1
time="2023-11-09T12:36:41+08:00" level=info msg="send CreateRelayResponse" initiatorRelayIndex=2142391991 relayFrom=172.17.3.20 relayTo=172.17.2.121 responderRelayIndex=1048884278 vpnIp=172.17.0.1
time="2023-11-09T12:36:42+08:00" level=info msg="Handshake message received" certName=J1exwzkmO3 fingerprint=3f1a653995f81c6d6b132f27925fa891c1f51626bfa99fdefa09116648a68418 handshake="map[stage:1 style:ix_psk0]" initiatorIndex=3103191231 issuer=239c827022470ef924373d86b5b9e2bf39daac78d698a50951b4f8c1c4a87ca2 remoteIndex=0 responderIndex=0 udpAddr="<nil>" vpnIp=172.17.3.20
time="2023-11-09T12:36:42+08:00" level=info msg="Handshake message sent" certName=J1exwzkmO3 fingerprint=3f1a653995f81c6d6b132f27925fa891c1f51626bfa99fdefa09116648a68418 handshake="map[stage:2 style:ix_psk0]" initiatorIndex=3103191231 issuer=239c827022470ef924373d86b5b9e2bf39daac78d698a50951b4f8c1c4a87ca2 relay=172.17.0.1 remoteIndex=0 responderIndex=2087020551 sentCachedPackets=0 vpnIp=172.17.3.20
time="2023-11-09T12:37:09+08:00" level=info msg="Re-handshaking with remote" reason="local certificate is not current" vpnIp=172.17.3.20
time="2023-11-09T12:37:09+08:00" level=error msg="Failed to send handshake message" error="sendto: network is unreachable" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=1158322800 localIndex=1158322800 remoteIndex=0 udpAddr="[fd00:485f:824:537::100c]:57135" vpnIp=172.17.3.20
time="2023-11-09T12:37:09+08:00" level=info msg="Handshake message sent" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=1158322800 localIndex=1158322800 remoteIndex=0 udpAddrs="[183.236.13.195:2062 192.168.1.34:57135]" vpnIp=172.17.3.20
time="2023-11-09T12:37:09+08:00" level=info msg="Attempt to relay through hosts" localIndex=1158322800 relays="[172.17.0.1]" remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T12:37:09+08:00" level=info msg="Send handshake via relay" localIndex=1158322800 relay=172.17.0.1 remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T12:37:09+08:00" level=info msg="Handshake message received" certName=J1exwzkmO3 durationNs=42113386 fingerprint=3f1a653995f81c6d6b132f27925fa891c1f51626bfa99fdefa09116648a68418 handshake="map[stage:2 style:ix_psk0]" initiatorIndex=1158322800 issuer=239c827022470ef924373d86b5b9e2bf39daac78d698a50951b4f8c1c4a87ca2 remoteIndex=1158322800 responderIndex=3515802611 sentCachedPackets=0 udpAddr="<nil>" vpnIp=172.17.3.20
time="2023-11-09T12:37:15+08:00" level=info msg="send CreateRelayRequest" initiatorRelayIndex=1199309344 relayFrom=172.17.2.121 relayTo=172.17.3.20 responderRelayIndex=0 vpnIp=172.17.0.1
time="2023-11-09T12:37:25+08:00" level=info msg="Tunnel status" certName=J1exwzkmO3 localIndex=2087020551 remoteIndex=3103191231 tunnelCheck="map[method:active state:dead]" vpnIp=172.17.3.20
time="2023-11-09T12:37:31+08:00" level=info msg="send CreateRelayRequest" initiatorRelayIndex=1199309344 relayFrom=172.17.2.121 relayTo=172.17.3.20 responderRelayIndex=0 vpnIp=172.17.0.1
time="2023-11-09T12:37:31+08:00" level=info msg=handleCreateRelayResponse initiatorRelayIndex=1199309344 relayFrom=172.17.2.121 relayTo=172.17.3.20 responderRelayIndex=3318933642 vpnIp=172.17.0.1
time="2023-11-09T12:45:56+08:00" level=error msg="Failed to write outgoing packet" certName=J1exwzkmO3 error="sendto: network is unreachable" localIndex=1158322800 remoteIndex=3515802611 udpAddr="[fd00:485f:824:537::100c]:57135" vpnIp=172.17.3.20
time="2023-11-09T12:48:32+08:00" level=info msg="sendNoMetrics failed to find HostInfo" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1158322800 relay=172.17.0.1 remoteIndex=3515802611 vpnIp=172.17.3.20
time="2023-11-09T12:48:48+08:00" level=info msg="Tunnel status" certName=J1exwzkmO3 localIndex=1158322800 remoteIndex=3515802611 tunnelCheck="map[method:active state:dead]" vpnIp=172.17.3.20
time="2023-11-09T12:48:51+08:00" level=error msg="Failed to send handshake message" error="sendto: network is unreachable" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=2334692164 localIndex=2334692164 remoteIndex=0 udpAddr="[fd00:485f:824:537::100c]:57135" vpnIp=172.17.3.20
time="2023-11-09T12:48:51+08:00" level=info msg="Handshake message sent" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=2334692164 localIndex=2334692164 remoteIndex=0 udpAddrs="[183.236.13.195:2062 192.168.1.34:57135]" vpnIp=172.17.3.20
time="2023-11-09T12:48:51+08:00" level=info msg="Attempt to relay through hosts" localIndex=2334692164 relays="[172.17.0.1]" remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T12:48:51+08:00" level=info msg="send CreateRelayRequest" initiatorRelayIndex=3030438727 relay=172.17.0.1 relayFrom=172.17.2.121 relayTo=172.17.3.20
time="2023-11-09T12:48:51+08:00" level=error msg="Failed to send handshake message" error="sendto: network is unreachable" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=2334692164 localIndex=2334692164 remoteIndex=0 udpAddr="[fd00:485f:824:537::100c]:57135" vpnIp=172.17.3.20
time="2023-11-09T12:48:51+08:00" level=info msg="Attempt to relay through hosts" localIndex=2334692164 relays="[172.17.0.1]" remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T12:48:51+08:00" level=info msg="Re-send CreateRelay request" localIndex=2334692164 relay=172.17.0.1 remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T12:48:51+08:00" level=info msg="send CreateRelayRequest" initiatorRelayIndex=3030438727 relay=172.17.0.1 relayFrom=172.17.2.121 relayTo=172.17.3.20
time="2023-11-09T12:48:51+08:00" level=info msg=handleCreateRelayResponse initiatorRelayIndex=3030438727 relayFrom=172.17.2.121 relayTo=172.17.3.20 responderRelayIndex=3232650163 vpnIp=172.17.0.1
time="2023-11-09T12:48:52+08:00" level=info msg="Handshake message received" certName=J1exwzkmO3 fingerprint=3f1a653995f81c6d6b132f27925fa891c1f51626bfa99fdefa09116648a68418 handshake="map[stage:1 style:ix_psk0]" initiatorIndex=281636521 issuer=239c827022470ef924373d86b5b9e2bf39daac78d698a50951b4f8c1c4a87ca2 remoteIndex=0 responderIndex=0 udpAddr="<nil>" vpnIp=172.17.3.20
time="2023-11-09T12:48:52+08:00" level=info msg="Handshake message sent" certName=J1exwzkmO3 fingerprint=3f1a653995f81c6d6b132f27925fa891c1f51626bfa99fdefa09116648a68418 handshake="map[stage:2 style:ix_psk0]" initiatorIndex=281636521 issuer=239c827022470ef924373d86b5b9e2bf39daac78d698a50951b4f8c1c4a87ca2 relay=172.17.0.1 remoteIndex=0 responderIndex=1282945749 sentCachedPackets=0 vpnIp=172.17.3.20
time="2023-11-09T12:48:52+08:00" level=error msg="Failed to send handshake message" error="sendto: network is unreachable" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=2334692164 localIndex=2334692164 remoteIndex=0 udpAddr="[fd00:485f:824:537::100c]:57135" vpnIp=172.17.3.20
time="2023-11-09T12:48:52+08:00" level=info msg="Attempt to relay through hosts" localIndex=2334692164 relays="[172.17.0.1]" remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T12:48:52+08:00" level=info msg="Send handshake via relay" localIndex=2334692164 relay=172.17.0.1 remoteIndex=0 vpnIp=172.17.3.20
time="2023-11-09T12:48:52+08:00" level=info msg="Handshake message received" certName=J1exwzkmO3 durationNs=604112257 fingerprint=3f1a653995f81c6d6b132f27925fa891c1f51626bfa99fdefa09116648a68418 handshake="map[stage:2 style:ix_psk0]" initiatorIndex=2334692164 issuer=239c827022470ef924373d86b5b9e2bf39daac78d698a50951b4f8c1c4a87ca2 remoteIndex=2334692164 responderIndex=1500525464 sentCachedPackets=1 udpAddr="<nil>" vpnIp=172.17.3.20
time="2023-11-09T12:49:13+08:00" level=info msg="Tunnel status" certName=J1exwzkmO3 localIndex=1282945749 remoteIndex=281636521 tunnelCheck="map[method:active state:dead]" vpnIp=172.17.3.20
time="2023-11-09T12:49:41+08:00" level=info msg="sendNoMetrics failed to find HostInfo" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=2334692164 relay=172.17.0.1 remoteIndex=1500525464 vpnIp=172.17.3.20
time="2023-11-09T12:49:52+08:00" level=info msg="Tunnel status" certName=J1exwzkmO3 localIndex=2334692164 remoteIndex=1500525464 tunnelCheck="map[method:active state:dead]" vpnIp=172.17.3.20
time="2023-11-09T12:49:59+08:00" level=info msg="Handshake timed out" durationNs=6498415069 handshake="map[stage:1 style:ix_psk0]" initiatorIndex=1452627495 localIndex=1452627495 remoteIndex=0 udpAddrs="[]" vpnIp=172.17.3.20

client log

time="2023-11-09T14:31:55+08:00" level=info msg="Firewall rule added" firewallRule="map[caName: caSha: direction:outgoing endPort:0 groups:[] host:any ip: localIp: proto:0 startPort:0]"
time="2023-11-09T14:31:55+08:00" level=info msg="Firewall rule added" firewallRule="map[caName: caSha: direction:incoming endPort:0 groups:[] host:any ip: localIp: proto:1 startPort:0]"
time="2023-11-09T14:31:55+08:00" level=info msg="Firewall started" firewallHash=807243764ac783d089ea5ae93e0ed7fc0a1da4756ca7cb7ae553e128a2b3eb65
2023/11/09 14:31:55 Using existing driver 0.14
2023/11/09 14:31:55 Creating adapter
time="2023-11-09T14:31:55+08:00" level=info msg="Main HostMap created" network=172.17.3.20/16 preferredRanges="[]"
time="2023-11-09T14:31:55+08:00" level=info msg="punchy enabled"
time="2023-11-09T14:31:55+08:00" level=info msg="Read relay from config" relay=172.17.0.1
time="2023-11-09T14:31:55+08:00" level=info msg="Loaded send_recv_error config" sendRecvError=always
time="2023-11-09T14:31:55+08:00" level=info msg="Nebula interface is active" boringcrypto=false build=-flashnas- interface=fsnb0 network=172.17.3.20/16 udpAddr="0.0.0.0:49631"
time="2023-11-09T14:31:55+08:00" level=info msg="Handshake message sent" handshake="map[stage:1 style:ix_psk0]" initiatorIndex=3356907724 localIndex=3356907724 remoteIndex=0 udpAddrs="[120.196.113.50:4242]" vpnIp=172.17.0.1
time="2023-11-09T14:31:55+08:00" level=info msg="Handshake message received" certName=gOQDAkT4Xw durationNs=43491100 fingerprint=5e7b722fcbcaac4c085520867be20f72d0788f604f18e7fa014d81424f20a76e handshake="map[stage:2 style:ix_psk0]" initiatorIndex=3356907724 issuer=239c827022470ef924373d86b5b9e2bf39daac78d698a50951b4f8c1c4a87ca2 remoteIndex=3356907724 responderIndex=3249403401 sentCachedPackets=1 udpAddr="120.196.113.50:4242" vpnIp=172.17.0.1
time="2023-11-09T14:32:02+08:00" level=info msg="Handshake timed out" durationNs=6598839100 handshake="map[stage:1 style:ix_psk0]" initiatorIndex=1609540723 localIndex=1609540723 remoteIndex=0 udpAddrs="[]" vpnIp=172.17.255.255
time="2023-11-09T14:32:28+08:00" level=info msg="Handshake timed out" durationNs=6902842700 handshake="map[stage:1 style:ix_psk0]" initiatorIndex=1404798825 localIndex=1404798825 remoteIndex=0 udpAddrs="[]" vpnIp=172.17.2.121
time="2023-11-09T14:32:38+08:00" level=info msg="Handshake timed out" durationNs=6713351300 handshake="map[stage:1 style:ix_psk0]" initiatorIndex=3398043102 localIndex=3398043102 remoteIndex=0 udpAddrs="[]" vpnIp=172.17.2.121
time="2023-11-09T14:32:56+08:00" level=info msg="Caught signal, shutting down" signal=interrupt
time="2023-11-09T14:32:56+08:00" level=info msg=Goodbye

lighthouse log

Nov  9 10:32:01 zh02 nebula[3293214]: time="2023-11-09T10:32:01+08:00" level=info msg=handleCreateRelayRequest initiatorRelayIndex=3259623216 relayFrom=172.17.3.20 relayTo=172.17.2.121 vpnIp=172.17.3.20
Nov  9 10:32:01 zh02 nebula[3293214]: time="2023-11-09T10:32:01+08:00" level=info msg="send CreateRelayRequest" initiatorRelayIndex=3548815536 relayFrom=172.17.3.20 relayTo=172.17.2.121 responderRelayIndex=0 vpnIp=172.17.2.121
Nov  9 10:32:01 zh02 nebula[3293214]: time="2023-11-09T10:32:01+08:00" level=info msg=handleCreateRelayResponse initiatorRelayIndex=3548815536 relayFrom=172.17.3.20 relayTo=172.17.2.121 responderRelayIndex=639495824 vpnIp=172.17.2.121
Nov  9 10:32:01 zh02 nebula[3293214]: time="2023-11-09T10:32:01+08:00" level=info msg="send CreateRelayResponse" initiatorRelayIndex=3259623216 relayFrom=172.17.3.20 relayTo=172.17.2.121 responderRelayIndex=3096267585 vpnIp=172.17.3.20
Nov  9 10:38:15 zh02 nebula[3293214]: time="2023-11-09T10:38:15+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:38:16 zh02 nebula[3293214]: time="2023-11-09T10:38:16+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:38:17 zh02 nebula[3293214]: time="2023-11-09T10:38:17+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:38:18 zh02 nebula[3293214]: time="2023-11-09T10:38:18+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:38:19 zh02 nebula[3293214]: time="2023-11-09T10:38:19+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:38:19 zh02 nebula[3293214]: time="2023-11-09T10:38:19+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:38:20 zh02 nebula[3293214]: time="2023-11-09T10:38:20+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:38:21 zh02 nebula[3293214]: time="2023-11-09T10:38:21+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:38:22 zh02 nebula[3293214]: time="2023-11-09T10:38:22+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:38:23 zh02 nebula[3293214]: time="2023-11-09T10:38:23+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:38:24 zh02 nebula[3293214]: time="2023-11-09T10:38:24+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:38:25 zh02 nebula[3293214]: time="2023-11-09T10:38:25+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:38:25 zh02 nebula[3293214]: time="2023-11-09T10:38:25+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:38:26 zh02 nebula[3293214]: time="2023-11-09T10:38:26+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:38:26 zh02 nebula[3293214]: time="2023-11-09T10:38:26+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:38:27 zh02 nebula[3293214]: time="2023-11-09T10:38:27+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:38:28 zh02 nebula[3293214]: time="2023-11-09T10:38:28+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:38:29 zh02 nebula[3293214]: time="2023-11-09T10:38:29+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:23 zh02 nebula[3293214]: time="2023-11-09T10:40:23+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:23 zh02 nebula[3293214]: time="2023-11-09T10:40:23+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:24 zh02 nebula[3293214]: time="2023-11-09T10:40:24+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:24 zh02 nebula[3293214]: time="2023-11-09T10:40:24+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:24 zh02 nebula[3293214]: time="2023-11-09T10:40:24+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:25 zh02 nebula[3293214]: time="2023-11-09T10:40:25+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:26 zh02 nebula[3293214]: time="2023-11-09T10:40:26+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:27 zh02 nebula[3293214]: time="2023-11-09T10:40:27+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:27 zh02 nebula[3293214]: time="2023-11-09T10:40:27+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:28 zh02 nebula[3293214]: time="2023-11-09T10:40:28+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:30 zh02 nebula[3293214]: time="2023-11-09T10:40:30+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:30 zh02 nebula[3293214]: time="2023-11-09T10:40:30+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:31 zh02 nebula[3293214]: time="2023-11-09T10:40:31+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:31 zh02 nebula[3293214]: time="2023-11-09T10:40:31+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:31 zh02 nebula[3293214]: time="2023-11-09T10:40:31+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:32 zh02 nebula[3293214]: time="2023-11-09T10:40:32+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:33 zh02 nebula[3293214]: time="2023-11-09T10:40:33+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:34 zh02 nebula[3293214]: time="2023-11-09T10:40:34+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:35 zh02 nebula[3293214]: time="2023-11-09T10:40:35+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:38 zh02 nebula[3293214]: time="2023-11-09T10:40:38+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:38 zh02 nebula[3293214]: time="2023-11-09T10:40:38+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:39 zh02 nebula[3293214]: time="2023-11-09T10:40:39+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:39 zh02 nebula[3293214]: time="2023-11-09T10:40:39+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:40 zh02 nebula[3293214]: time="2023-11-09T10:40:40+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:40 zh02 nebula[3293214]: time="2023-11-09T10:40:40+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:41 zh02 nebula[3293214]: time="2023-11-09T10:40:41+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:42 zh02 nebula[3293214]: time="2023-11-09T10:40:42+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:43 zh02 nebula[3293214]: time="2023-11-09T10:40:43+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:40:44 zh02 nebula[3293214]: time="2023-11-09T10:40:44+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3129134880 relayTo=172.17.2.121 remoteIndex=469067102 vpnIp=172.17.3.20
Nov  9 10:42:58 zh02 nebula[3293214]: time="2023-11-09T10:42:58+08:00" level=info msg=handleCreateRelayRequest initiatorRelayIndex=2898288965 relayFrom=172.17.3.20 relayTo=172.17.2.121 vpnIp=172.17.3.20
Nov  9 10:42:58 zh02 nebula[3293214]: time="2023-11-09T10:42:58+08:00" level=info msg="send CreateRelayRequest" initiatorRelayIndex=2554618497 relayFrom=172.17.3.20 relayTo=172.17.2.121 responderRelayIndex=0 vpnIp=172.17.2.121
Nov  9 10:42:58 zh02 nebula[3293214]: time="2023-11-09T10:42:58+08:00" level=info msg=handleCreateRelayResponse initiatorRelayIndex=2554618497 relayFrom=172.17.3.20 relayTo=172.17.2.121 responderRelayIndex=2052061326 vpnIp=172.17.2.121
Nov  9 10:42:58 zh02 nebula[3293214]: time="2023-11-09T10:42:58+08:00" level=info msg="send CreateRelayResponse" initiatorRelayIndex=2898288965 relayFrom=172.17.3.20 relayTo=172.17.2.121 responderRelayIndex=1302706531 vpnIp=172.17.3.20
Nov  9 11:13:29 zh02 nebula[3293214]: time="2023-11-09T11:13:29+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:13:29 zh02 nebula[3293214]: time="2023-11-09T11:13:29+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:13:29 zh02 nebula[3293214]: time="2023-11-09T11:13:29+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:13:30 zh02 nebula[3293214]: time="2023-11-09T11:13:30+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:13:31 zh02 nebula[3293214]: time="2023-11-09T11:13:31+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:13:34 zh02 nebula[3293214]: time="2023-11-09T11:13:34+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:13:38 zh02 nebula[3293214]: time="2023-11-09T11:13:38+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:05 zh02 nebula[3293214]: time="2023-11-09T11:14:05+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:06 zh02 nebula[3293214]: time="2023-11-09T11:14:06+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:08 zh02 nebula[3293214]: time="2023-11-09T11:14:08+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:09 zh02 nebula[3293214]: time="2023-11-09T11:14:09+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:09 zh02 nebula[3293214]: time="2023-11-09T11:14:09+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:09 zh02 nebula[3293214]: time="2023-11-09T11:14:09+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:10 zh02 nebula[3293214]: time="2023-11-09T11:14:10+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:10 zh02 nebula[3293214]: time="2023-11-09T11:14:10+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:11 zh02 nebula[3293214]: time="2023-11-09T11:14:11+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:12 zh02 nebula[3293214]: time="2023-11-09T11:14:12+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:13 zh02 nebula[3293214]: time="2023-11-09T11:14:13+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:14 zh02 nebula[3293214]: time="2023-11-09T11:14:14+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:16 zh02 nebula[3293214]: time="2023-11-09T11:14:16+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:16 zh02 nebula[3293214]: time="2023-11-09T11:14:16+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:17 zh02 nebula[3293214]: time="2023-11-09T11:14:17+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:17 zh02 nebula[3293214]: time="2023-11-09T11:14:17+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:18 zh02 nebula[3293214]: time="2023-11-09T11:14:18+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:19 zh02 nebula[3293214]: time="2023-11-09T11:14:19+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:20 zh02 nebula[3293214]: time="2023-11-09T11:14:20+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:21 zh02 nebula[3293214]: time="2023-11-09T11:14:21+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:24 zh02 nebula[3293214]: time="2023-11-09T11:14:24+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:25 zh02 nebula[3293214]: time="2023-11-09T11:14:25+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:25 zh02 nebula[3293214]: time="2023-11-09T11:14:25+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:26 zh02 nebula[3293214]: time="2023-11-09T11:14:26+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:26 zh02 nebula[3293214]: time="2023-11-09T11:14:26+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:27 zh02 nebula[3293214]: time="2023-11-09T11:14:27+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:28 zh02 nebula[3293214]: time="2023-11-09T11:14:28+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:29 zh02 nebula[3293214]: time="2023-11-09T11:14:29+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:14:29 zh02 nebula[3293214]: time="2023-11-09T11:14:29+08:00" level=info msg=handleCreateRelayRequest initiatorRelayIndex=1874929261 relayFrom=172.17.2.121 relayTo=172.17.3.20 vpnIp=172.17.2.121
Nov  9 11:14:29 zh02 nebula[3293214]: time="2023-11-09T11:14:29+08:00" level=info msg=handleCreateRelayRequest initiatorRelayIndex=1874929261 relayFrom=172.17.2.121 relayTo=172.17.3.20 vpnIp=172.17.2.121
Nov  9 11:14:29 zh02 nebula[3293214]: time="2023-11-09T11:14:29+08:00" level=info msg="send CreateRelayResponse" initiatorRelayIndex=1874929261 relayFrom=172.17.2.121 relayTo=172.17.3.20 responderRelayIndex=3499752144 vpnIp=172.17.2.121
Nov  9 11:24:31 zh02 nebula[3293214]: time="2023-11-09T11:24:31+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:24:31 zh02 nebula[3293214]: time="2023-11-09T11:24:31+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:24:32 zh02 nebula[3293214]: time="2023-11-09T11:24:32+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:24:33 zh02 nebula[3293214]: time="2023-11-09T11:24:33+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:24:34 zh02 nebula[3293214]: time="2023-11-09T11:24:34+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:24:35 zh02 nebula[3293214]: time="2023-11-09T11:24:35+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:24:36 zh02 nebula[3293214]: time="2023-11-09T11:24:36+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:24:37 zh02 nebula[3293214]: time="2023-11-09T11:24:37+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:24:38 zh02 nebula[3293214]: time="2023-11-09T11:24:38+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:24:39 zh02 nebula[3293214]: time="2023-11-09T11:24:39+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:24:40 zh02 nebula[3293214]: time="2023-11-09T11:24:40+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:24:41 zh02 nebula[3293214]: time="2023-11-09T11:24:41+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:28:46 zh02 nebula[3293214]: time="2023-11-09T11:28:46+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:28:46 zh02 nebula[3293214]: time="2023-11-09T11:28:46+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:28:46 zh02 nebula[3293214]: time="2023-11-09T11:28:46+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:28:47 zh02 nebula[3293214]: time="2023-11-09T11:28:47+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:28:47 zh02 nebula[3293214]: time="2023-11-09T11:28:47+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:28:48 zh02 nebula[3293214]: time="2023-11-09T11:28:48+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:28:48 zh02 nebula[3293214]: time="2023-11-09T11:28:48+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:28:49 zh02 nebula[3293214]: time="2023-11-09T11:28:49+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:28:50 zh02 nebula[3293214]: time="2023-11-09T11:28:50+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:28:51 zh02 nebula[3293214]: time="2023-11-09T11:28:51+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:28:53 zh02 nebula[3293214]: time="2023-11-09T11:28:53+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:28:53 zh02 nebula[3293214]: time="2023-11-09T11:28:53+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:28:53 zh02 nebula[3293214]: time="2023-11-09T11:28:53+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:28:54 zh02 nebula[3293214]: time="2023-11-09T11:28:54+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:28:54 zh02 nebula[3293214]: time="2023-11-09T11:28:54+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:28:55 zh02 nebula[3293214]: time="2023-11-09T11:28:55+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:28:55 zh02 nebula[3293214]: time="2023-11-09T11:28:55+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:28:56 zh02 nebula[3293214]: time="2023-11-09T11:28:56+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:28:57 zh02 nebula[3293214]: time="2023-11-09T11:28:57+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:28:58 zh02 nebula[3293214]: time="2023-11-09T11:28:58+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:29:01 zh02 nebula[3293214]: time="2023-11-09T11:29:01+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:29:01 zh02 nebula[3293214]: time="2023-11-09T11:29:01+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:29:02 zh02 nebula[3293214]: time="2023-11-09T11:29:02+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:29:02 zh02 nebula[3293214]: time="2023-11-09T11:29:02+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:29:03 zh02 nebula[3293214]: time="2023-11-09T11:29:03+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:29:03 zh02 nebula[3293214]: time="2023-11-09T11:29:03+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:29:04 zh02 nebula[3293214]: time="2023-11-09T11:29:04+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:29:05 zh02 nebula[3293214]: time="2023-11-09T11:29:05+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:29:06 zh02 nebula[3293214]: time="2023-11-09T11:29:06+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:29:08 zh02 nebula[3293214]: time="2023-11-09T11:29:08+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:29:08 zh02 nebula[3293214]: time="2023-11-09T11:29:08+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:29:08 zh02 nebula[3293214]: time="2023-11-09T11:29:08+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:29:09 zh02 nebula[3293214]: time="2023-11-09T11:29:09+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:29:09 zh02 nebula[3293214]: time="2023-11-09T11:29:09+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:29:10 zh02 nebula[3293214]: time="2023-11-09T11:29:10+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:29:10 zh02 nebula[3293214]: time="2023-11-09T11:29:10+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:29:11 zh02 nebula[3293214]: time="2023-11-09T11:29:11+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:29:12 zh02 nebula[3293214]: time="2023-11-09T11:29:12+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:29:13 zh02 nebula[3293214]: time="2023-11-09T11:29:13+08:00" level=info msg=handleCreateRelayRequest initiatorRelayIndex=3686989765 relayFrom=172.17.2.121 relayTo=172.17.3.20 vpnIp=172.17.2.121
Nov  9 11:29:13 zh02 nebula[3293214]: time="2023-11-09T11:29:13+08:00" level=info msg=handleCreateRelayRequest initiatorRelayIndex=3686989765 relayFrom=172.17.2.121 relayTo=172.17.3.20 vpnIp=172.17.2.121
Nov  9 11:29:13 zh02 nebula[3293214]: time="2023-11-09T11:29:13+08:00" level=info msg="send CreateRelayResponse" initiatorRelayIndex=3686989765 relayFrom=172.17.2.121 relayTo=172.17.3.20 responderRelayIndex=4244998167 vpnIp=172.17.2.121
Nov  9 11:45:06 zh02 nebula[3293214]: time="2023-11-09T11:45:06+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:06 zh02 nebula[3293214]: time="2023-11-09T11:45:06+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:06 zh02 nebula[3293214]: time="2023-11-09T11:45:06+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:07 zh02 nebula[3293214]: time="2023-11-09T11:45:07+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:07 zh02 nebula[3293214]: time="2023-11-09T11:45:07+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:08 zh02 nebula[3293214]: time="2023-11-09T11:45:08+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:09 zh02 nebula[3293214]: time="2023-11-09T11:45:09+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:09 zh02 nebula[3293214]: time="2023-11-09T11:45:09+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:10 zh02 nebula[3293214]: time="2023-11-09T11:45:10+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:11 zh02 nebula[3293214]: time="2023-11-09T11:45:11+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:13 zh02 nebula[3293214]: time="2023-11-09T11:45:13+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:13 zh02 nebula[3293214]: time="2023-11-09T11:45:13+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:13 zh02 nebula[3293214]: time="2023-11-09T11:45:13+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:14 zh02 nebula[3293214]: time="2023-11-09T11:45:14+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:14 zh02 nebula[3293214]: time="2023-11-09T11:45:14+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:15 zh02 nebula[3293214]: time="2023-11-09T11:45:15+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:16 zh02 nebula[3293214]: time="2023-11-09T11:45:16+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:16 zh02 nebula[3293214]: time="2023-11-09T11:45:16+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:17 zh02 nebula[3293214]: time="2023-11-09T11:45:17+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:18 zh02 nebula[3293214]: time="2023-11-09T11:45:18+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:21 zh02 nebula[3293214]: time="2023-11-09T11:45:21+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:21 zh02 nebula[3293214]: time="2023-11-09T11:45:21+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:21 zh02 nebula[3293214]: time="2023-11-09T11:45:21+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:22 zh02 nebula[3293214]: time="2023-11-09T11:45:22+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:22 zh02 nebula[3293214]: time="2023-11-09T11:45:22+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:23 zh02 nebula[3293214]: time="2023-11-09T11:45:23+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:24 zh02 nebula[3293214]: time="2023-11-09T11:45:24+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:24 zh02 nebula[3293214]: time="2023-11-09T11:45:24+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:25 zh02 nebula[3293214]: time="2023-11-09T11:45:25+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:26 zh02 nebula[3293214]: time="2023-11-09T11:45:26+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:28 zh02 nebula[3293214]: time="2023-11-09T11:45:28+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:28 zh02 nebula[3293214]: time="2023-11-09T11:45:28+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:29 zh02 nebula[3293214]: time="2023-11-09T11:45:29+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:29 zh02 nebula[3293214]: time="2023-11-09T11:45:29+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:30 zh02 nebula[3293214]: time="2023-11-09T11:45:30+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:30 zh02 nebula[3293214]: time="2023-11-09T11:45:30+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=1100365417 relayTo=172.17.2.121 remoteIndex=2004736263 vpnIp=172.17.3.20
Nov  9 11:45:33 zh02 nebula[3293214]: time="2023-11-09T11:45:33+08:00" level=info msg=handleCreateRelayRequest initiatorRelayIndex=2899286505 relayFrom=172.17.2.121 relayTo=172.17.3.20 vpnIp=172.17.2.121
Nov  9 11:45:33 zh02 nebula[3293214]: time="2023-11-09T11:45:33+08:00" level=info msg=handleCreateRelayRequest initiatorRelayIndex=2899286505 relayFrom=172.17.2.121 relayTo=172.17.3.20 vpnIp=172.17.2.121
Nov  9 11:45:33 zh02 nebula[3293214]: time="2023-11-09T11:45:33+08:00" level=info msg="send CreateRelayResponse" initiatorRelayIndex=2899286505 relayFrom=172.17.2.121 relayTo=172.17.3.20 responderRelayIndex=420979915 vpnIp=172.17.2.121
Nov  9 12:36:41 zh02 nebula[3293214]: time="2023-11-09T12:36:41+08:00" level=info msg=handleCreateRelayRequest initiatorRelayIndex=850119514 relayFrom=172.17.3.20 relayTo=172.17.2.121 vpnIp=172.17.3.20
Nov  9 12:36:41 zh02 nebula[3293214]: time="2023-11-09T12:36:41+08:00" level=info msg="send CreateRelayRequest" initiatorRelayIndex=2142391991 relayFrom=172.17.3.20 relayTo=172.17.2.121 responderRelayIndex=0 vpnIp=172.17.2.121
Nov  9 12:36:41 zh02 nebula[3293214]: time="2023-11-09T12:36:41+08:00" level=info msg=handleCreateRelayResponse initiatorRelayIndex=2142391991 relayFrom=172.17.3.20 relayTo=172.17.2.121 responderRelayIndex=1048884278 vpnIp=172.17.2.121
Nov  9 12:36:41 zh02 nebula[3293214]: time="2023-11-09T12:36:41+08:00" level=info msg="send CreateRelayResponse" initiatorRelayIndex=850119514 relayFrom=172.17.3.20 relayTo=172.17.2.121 responderRelayIndex=3074929451 vpnIp=172.17.3.20
Nov  9 12:37:15 zh02 nebula[3293214]: time="2023-11-09T12:37:15+08:00" level=info msg=handleCreateRelayRequest initiatorRelayIndex=1199309344 relayFrom=172.17.2.121 relayTo=172.17.3.20 vpnIp=172.17.2.121
Nov  9 12:37:31 zh02 nebula[3293214]: time="2023-11-09T12:37:31+08:00" level=info msg=handleCreateRelayRequest initiatorRelayIndex=1199309344 relayFrom=172.17.2.121 relayTo=172.17.3.20 vpnIp=172.17.2.121
Nov  9 12:37:31 zh02 nebula[3293214]: time="2023-11-09T12:37:31+08:00" level=info msg="send CreateRelayResponse" initiatorRelayIndex=1199309344 relayFrom=172.17.2.121 relayTo=172.17.3.20 responderRelayIndex=3318933642 vpnIp=172.17.2.121
Nov  9 12:48:23 zh02 nebula[3293214]: time="2023-11-09T12:48:23+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:24 zh02 nebula[3293214]: time="2023-11-09T12:48:24+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:24 zh02 nebula[3293214]: time="2023-11-09T12:48:24+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:25 zh02 nebula[3293214]: time="2023-11-09T12:48:25+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:25 zh02 nebula[3293214]: time="2023-11-09T12:48:25+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:26 zh02 nebula[3293214]: time="2023-11-09T12:48:26+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:27 zh02 nebula[3293214]: time="2023-11-09T12:48:27+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:27 zh02 nebula[3293214]: time="2023-11-09T12:48:27+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:28 zh02 nebula[3293214]: time="2023-11-09T12:48:28+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:28 zh02 nebula[3293214]: time="2023-11-09T12:48:28+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:29 zh02 nebula[3293214]: time="2023-11-09T12:48:29+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:29 zh02 nebula[3293214]: time="2023-11-09T12:48:29+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:30 zh02 nebula[3293214]: time="2023-11-09T12:48:30+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:31 zh02 nebula[3293214]: time="2023-11-09T12:48:31+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:32 zh02 nebula[3293214]: time="2023-11-09T12:48:32+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:33 zh02 nebula[3293214]: time="2023-11-09T12:48:33+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:39 zh02 nebula[3293214]: time="2023-11-09T12:48:39+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:39 zh02 nebula[3293214]: time="2023-11-09T12:48:39+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:40 zh02 nebula[3293214]: time="2023-11-09T12:48:40+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:40 zh02 nebula[3293214]: time="2023-11-09T12:48:40+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:41 zh02 nebula[3293214]: time="2023-11-09T12:48:41+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:41 zh02 nebula[3293214]: time="2023-11-09T12:48:41+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:42 zh02 nebula[3293214]: time="2023-11-09T12:48:42+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:43 zh02 nebula[3293214]: time="2023-11-09T12:48:43+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:44 zh02 nebula[3293214]: time="2023-11-09T12:48:44+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:45 zh02 nebula[3293214]: time="2023-11-09T12:48:45+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:46 zh02 nebula[3293214]: time="2023-11-09T12:48:46+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:46 zh02 nebula[3293214]: time="2023-11-09T12:48:46+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:47 zh02 nebula[3293214]: time="2023-11-09T12:48:47+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:47 zh02 nebula[3293214]: time="2023-11-09T12:48:47+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:48 zh02 nebula[3293214]: time="2023-11-09T12:48:48+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:48 zh02 nebula[3293214]: time="2023-11-09T12:48:48+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:49 zh02 nebula[3293214]: time="2023-11-09T12:48:49+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:50 zh02 nebula[3293214]: time="2023-11-09T12:48:50+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:51 zh02 nebula[3293214]: time="2023-11-09T12:48:51+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:48:51 zh02 nebula[3293214]: time="2023-11-09T12:48:51+08:00" level=info msg=handleCreateRelayRequest initiatorRelayIndex=3030438727 relayFrom=172.17.2.121 relayTo=172.17.3.20 vpnIp=172.17.2.121
Nov  9 12:48:51 zh02 nebula[3293214]: time="2023-11-09T12:48:51+08:00" level=info msg=handleCreateRelayRequest initiatorRelayIndex=3030438727 relayFrom=172.17.2.121 relayTo=172.17.3.20 vpnIp=172.17.2.121
Nov  9 12:48:51 zh02 nebula[3293214]: time="2023-11-09T12:48:51+08:00" level=info msg="send CreateRelayResponse" initiatorRelayIndex=3030438727 relayFrom=172.17.2.121 relayTo=172.17.3.20 responderRelayIndex=3232650163 vpnIp=172.17.2.121
Nov  9 12:49:22 zh02 nebula[3293214]: time="2023-11-09T12:49:22+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:49:23 zh02 nebula[3293214]: time="2023-11-09T12:49:23+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:49:24 zh02 nebula[3293214]: time="2023-11-09T12:49:24+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:49:25 zh02 nebula[3293214]: time="2023-11-09T12:49:25+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:49:25 zh02 nebula[3293214]: time="2023-11-09T12:49:25+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:49:26 zh02 nebula[3293214]: time="2023-11-09T12:49:26+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:49:27 zh02 nebula[3293214]: time="2023-11-09T12:49:27+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:49:28 zh02 nebula[3293214]: time="2023-11-09T12:49:28+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:49:29 zh02 nebula[3293214]: time="2023-11-09T12:49:29+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:49:30 zh02 nebula[3293214]: time="2023-11-09T12:49:30+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:49:31 zh02 nebula[3293214]: time="2023-11-09T12:49:31+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:49:32 zh02 nebula[3293214]: time="2023-11-09T12:49:32+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:49:32 zh02 nebula[3293214]: time="2023-11-09T12:49:32+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:49:33 zh02 nebula[3293214]: time="2023-11-09T12:49:33+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:49:34 zh02 nebula[3293214]: time="2023-11-09T12:49:34+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20
Nov  9 12:49:35 zh02 nebula[3293214]: time="2023-11-09T12:49:35+08:00" level=info msg="Failed to find target host info by ip" certName=J1exwzkmO3 error="unable to find host with relay" localIndex=3783430809 relayTo=172.17.2.121 remoteIndex=3300651546 vpnIp=172.17.3.20

After restarting the server, the client and server can communicate normally.

I have the same issue.

When my laptop switches networks, there is a chance that this will happen, but it is not a guaranteed problem.

@QZAiXH you have inadvertently exposed your machine keys in this ticket. You should place those certs into a revocation list on your network until the certs expire.

pki:
  blocklist:
    - 0fbfba349646ff65698b3d3c6b1d30dc72f607633f2d93cfe0bdffc002e3329e
    - 5010a3e9fb8146f582571f1b79e060f78826e6506e8c6337fa65571c983a5d7d

@brad-defined Thanks for the reminder, I have disabled both certificates.
I have a doubt. I have removed the IP address of the lighthouse. Can others still access my machine with the certificate?

As long as you have placed the fingerprints in the Blocklist, then those certs can not be used. The certs are short lived, and both will expire by tomorrow.

Hi @Virus-V and @QZAiXH -

I am wondering if this is related to the bug fixed in #964. If you are able to reproduce this (semi-)reliably, could you try giving a nightly build found here a shot? https://github.com/NebulaOSS/nebula-nightly/releases

Thanks!

Sorry, I found that the version of lighthouse is different from linux and windows