rust-libp2p: Can't get hole-punching tutorial to work reliably

Can’t get hole-punching tutorial to work reliably

I am currently trying to get the hole-punching tutorial to work across a network of identical ubuntu-server 21.10 nodes (6 Mac Minis 8GB of RAM from late 2012 solely running ubuntu-server, behind different home networks in the same city). The main variable across the nodes is thus different ISPs / routers / home network setups.

I have one relay set up, let’s call it R, a listening client A and 4 other nodes that are clients attempting to dial A, let’s call them {B,C,D,E}.

B and C are able to establish a direct connection to A via R reliably (the opposite also holds true - when B and C are the listeners, A this time as a dialing client is able to establish a direct connection to B and C).

Issues appear for nodes D and E. Both are able to establish an outbound circuit with the relay and the listening client is able to initiate a direct connection request for the relayed connection. Issues then appear when trying to establish this direction connection (see below).

I’ve also double checked that none of the machines are behind difficult NATs (i.e whether the NAT varies the machine’s IP depending on destination) and that they don’t require hair-pinning for NAT traversal.

Node A listener logs when Node D and E are dialing

The A-D (and A-E) connection fails on the listener side, whereby a strangely formed Multiaddr eventually causes an error (see last line). Node D eventually just issues a timeout message.

[2022-04-05T11:54:15Z INFO  client] Local peer id: PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X")
[2022-04-05T11:54:15Z DEBUG libp2p_tcp] listening on 0.0.0.0:0
[2022-04-05T11:54:15Z DEBUG netlink_proto::handle] handle: forwarding new request to connection
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] handling messages (request id = RequestId { sequence_number: 1, port: 0 })
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] done handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] handling messages (request id = RequestId { sequence_number: 1, port: 0 })
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] done handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] handling messages (request id = RequestId { sequence_number: 1, port: 0 })
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] done handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] handling messages (request id = RequestId { sequence_number: 1, port: 0 })
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] done handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] handling messages (request id = RequestId { sequence_number: 1, port: 0 })
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] done handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] handling messages (request id = RequestId { sequence_number: 1, port: 0 })
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] done handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] handling messages (request id = RequestId { sequence_number: 1, port: 0 })
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] done handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] handling messages (request id = RequestId { sequence_number: 1, port: 0 })
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-04-05T11:54:15Z DEBUG netlink_proto::protocol::protocol] done handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:15Z DEBUG libp2p_tcp] New listen address: /ip4/127.0.0.1/tcp/37249
[2022-04-05T11:54:15Z DEBUG libp2p_swarm] Listener ListenerId(1); New address: "/ip4/127.0.0.1/tcp/37249"
[2022-04-05T11:54:15Z INFO  client] Listening on "/ip4/127.0.0.1/tcp/37249"
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:15Z DEBUG libp2p_tcp] New listen address: /ip4/192.168.1.24/tcp/37249
[2022-04-05T11:54:15Z DEBUG libp2p_swarm] Listener ListenerId(1); New address: "/ip4/192.168.1.24/tcp/37249"
[2022-04-05T11:54:15Z INFO  client] Listening on "/ip4/192.168.1.24/tcp/37249"
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:15Z DEBUG libp2p_tcp] New listen address: /ip4/100.101.52.121/tcp/37249
[2022-04-05T11:54:15Z DEBUG libp2p_swarm] Listener ListenerId(1); New address: "/ip4/100.101.52.121/tcp/37249"
[2022-04-05T11:54:15Z INFO  client] Listening on "/ip4/100.101.52.121/tcp/37249"
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:15Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:15Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:16Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:16Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:16Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:16Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:16Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:16Z DEBUG trust_dns_proto::xfer::dns_handle] querying: myel.relay A
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:16Z DEBUG trust_dns_resolver::name_server::name_server_pool] sending request: [Query { name: Name("myel.relay"), query_type: A, query_class: IN }]
[2022-04-05T11:54:16Z DEBUG trust_dns_resolver::name_server::name_server] reconnecting: NameServerConfig { socket_addr: 127.0.0.53:53, protocol: Udp, tls_dns_name: None, trust_nx_responses: false, bind_addr: None }
[2022-04-05T11:54:16Z DEBUG trust_dns_proto::xfer] enqueueing message: [Query { name: Name("myel.relay"), query_type: A, query_class: IN }]
[2022-04-05T11:54:16Z DEBUG trust_dns_proto::udp::udp_stream] created socket successfully
[2022-04-05T11:54:16Z DEBUG trust_dns_proto::udp::udp_client_stream] received message id: 40728
[2022-04-05T11:54:16Z DEBUG trust_dns_resolver::error] Response:40728:RD,RA:NoError:1/0/0
[2022-04-05T11:54:16Z DEBUG trust_dns_resolver::error] Response:40728:RD,RA:NoError:1/0/0
[2022-04-05T11:54:16Z DEBUG libp2p_dns] Dialing /ip4/81.3.97.91/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN
[2022-04-05T11:54:16Z DEBUG libp2p_tcp] dialing 81.3.97.91:4001
[2022-04-05T11:54:16Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /noise
[2022-04-05T11:54:16Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /noise
[2022-04-05T11:54:16Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T11:54:16Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /yamux/1.0.0
[2022-04-05T11:54:16Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /yamux/1.0.0
[2022-04-05T11:54:16Z DEBUG yamux::connection] new connection: fc0da0c5 (Client)
[2022-04-05T11:54:16Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:16Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:16Z DEBUG libp2p_swarm] Connection established: PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN") Dialer { address: "/dns4/myel.relay/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN", role_override: Dialer }; Total (peer): 1. Total non-banned (peer): 1
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:16Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /ipfs/ping/1.0.0
[2022-04-05T11:54:16Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:16Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /ipfs/ping/1.0.0
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:16Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:16Z DEBUG libp2p_ping::protocol] Waiting for ping ...
[2022-04-05T11:54:16Z DEBUG yamux::connection] fc0da0c5: new outbound (Stream fc0da0c5/1) of (Connection fc0da0c5 Client (streams 1))
[2022-04-05T11:54:16Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /ipfs/ping/1.0.0
[2022-04-05T11:54:16Z DEBUG yamux::connection] fc0da0c5: new outbound (Stream fc0da0c5/3) of (Connection fc0da0c5 Client (streams 2))
[2022-04-05T11:54:16Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /libp2p/circuit/relay/0.2.0/hop
[2022-04-05T11:54:16Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /ipfs/ping/1.0.0
[2022-04-05T11:54:16Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T11:54:16Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /libp2p/circuit/relay/0.2.0/hop
[2022-04-05T11:54:16Z DEBUG libp2p_ping::protocol] Sending pong for [142, 90, 160, 219, 38, 47, 170, 144, 58, 195, 239, 153, 204, 39, 66, 197, 207, 174, 121, 29, 23, 233, 89, 17, 238, 140, 73, 19, 144, 202, 164, 38]
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:16Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:16Z DEBUG libp2p_ping::protocol] Waiting for ping ...
[2022-04-05T11:54:16Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:16Z DEBUG libp2p_ping::protocol] Preparing ping payload [167, 55, 239, 96, 158, 31, 101, 32, 61, 125, 60, 230, 77, 198, 157, 13, 168, 243, 71, 240, 22, 171, 33, 220, 169, 101, 61, 33, 164, 187, 9, 57]
[2022-04-05T11:54:16Z DEBUG libp2p_ping::protocol] Awaiting pong for [167, 55, 239, 96, 158, 31, 101, 32, 61, 125, 60, 230, 77, 198, 157, 13, 168, 243, 71, 240, 22, 171, 33, 220, 169, 101, 61, 33, 164, 187, 9, 57]
[2022-04-05T11:54:16Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:16Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:16Z DEBUG libp2p_swarm] Listener ListenerId(2); New address: "/dns4/myel.relay/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X"
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:16Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:16Z DEBUG libp2p_swarm] Listener ListenerId(2); New address: "/ip4/81.3.97.91/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X"
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:16Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:16Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:16Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:16Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:16Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:16Z DEBUG yamux::connection] fc0da0c5: new outbound (Stream fc0da0c5/5) of (Connection fc0da0c5 Client (streams 2))
[2022-04-05T11:54:16Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /ipfs/id/1.0.0
[2022-04-05T11:54:17Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /ipfs/id/1.0.0
[2022-04-05T11:54:17Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /ipfs/id/1.0.0
[2022-04-05T11:54:17Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T11:54:17Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /ipfs/id/1.0.0
[2022-04-05T11:54:17Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T11:54:17Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:17Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:17Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:17Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:17Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:17Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:17Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:17Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:17Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:17Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:17Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:17Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:17Z INFO  client] Observed address: "/ip4/87.74.68.137/tcp/37249"
[2022-04-05T11:54:17Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:17Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:17Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:17Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:17Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:17Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:17Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:17Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:17Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:17Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:17Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:17Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:21Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /libp2p/circuit/relay/0.2.0/stop
[2022-04-05T11:54:21Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /libp2p/circuit/relay/0.2.0/stop
[2022-04-05T11:54:22Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:22Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:22Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:22Z INFO  client] InboundCircuitEstablished { src_peer_id: PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN"), limit: Some(Limit { duration: Some(120s), data_in_bytes: Some(131072) }) }
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:22Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:22Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:22Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:22Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /noise
[2022-04-05T11:54:22Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /noise
[2022-04-05T11:54:22Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T11:54:22Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /yamux/1.0.0
[2022-04-05T11:54:22Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /yamux/1.0.0
[2022-04-05T11:54:22Z DEBUG yamux::connection] new connection: 931849ce (Server)
[2022-04-05T11:54:22Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:22Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:22Z DEBUG yamux::connection] 931849ce: new outbound (Stream 931849ce/2) of (Connection 931849ce Server (streams 0))
[2022-04-05T11:54:22Z DEBUG libp2p_swarm] Connection established: PeerId("12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3") Listener { local_addr: "/dns4/myel.relay/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit", send_back_addr: "/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN" }; Total (peer): 1. Total non-banned (peer): 1
[2022-04-05T11:54:22Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /ipfs/id/1.0.0
[2022-04-05T11:54:22Z DEBUG yamux::connection] 931849ce: new outbound (Stream 931849ce/4) of (Connection 931849ce Server (streams 1))
[2022-04-05T11:54:22Z INFO  client] Established connection to PeerId("12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3") via Listener { local_addr: "/dns4/myel.relay/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit", send_back_addr: "/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN" }
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:22Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:22Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /ipfs/ping/1.0.0
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:22Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:22Z DEBUG yamux::connection] 931849ce: new outbound (Stream 931849ce/6) of (Connection 931849ce Server (streams 2))
[2022-04-05T11:54:22Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /libp2p/dcutr
[2022-04-05T11:54:22Z INFO  client] InitiatedDirectConnectionUpgrade { remote_peer_id: PeerId("12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3"), local_relayed_addr: "/dns4/myel.relay/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit" }
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:22Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:22Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /ipfs/ping/1.0.0
[2022-04-05T11:54:22Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /ipfs/ping/1.0.0
[2022-04-05T11:54:22Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T11:54:22Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /ipfs/id/1.0.0
[2022-04-05T11:54:22Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T11:54:22Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /ipfs/ping/1.0.0
[2022-04-05T11:54:22Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T11:54:22Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /libp2p/dcutr
[2022-04-05T11:54:22Z DEBUG libp2p_ping::protocol] Waiting for ping ...
[2022-04-05T11:54:22Z DEBUG libp2p_ping::protocol] Preparing ping payload [203, 238, 8, 35, 46, 125, 21, 172, 76, 20, 141, 10, 134, 35, 254, 210, 11, 75, 34, 142, 222, 145, 75, 27, 238, 184, 4, 152, 196, 120, 188, 35]
[2022-04-05T11:54:22Z DEBUG libp2p_ping::protocol] Awaiting pong for [203, 238, 8, 35, 46, 125, 21, 172, 76, 20, 141, 10, 134, 35, 254, 210, 11, 75, 34, 142, 222, 145, 75, 27, 238, 184, 4, 152, 196, 120, 188, 35]
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:22Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:22Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /ipfs/id/1.0.0
[2022-04-05T11:54:22Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /ipfs/id/1.0.0
[2022-04-05T11:54:22Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T11:54:22Z INFO  client] Received { peer_id: PeerId("12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3"), info: IdentifyInfo { public_key: Ed25519(PublicKey(compressed): 6b79c57e6a95239282c4818e96112f3f3a401ba97a564c23852a3f1ea5fc), protocol_version: "/TODO/0.0.1", agent_version: "rust-libp2p/0.35.0", listen_addrs: ["/ip4/82.92.27.242/tcp/40491", "/ip4/127.0.0.1/tcp/40491", "/ip4/192.168.0.67/tcp/40491", "/ip4/100.121.184.41/tcp/40491"], protocols: ["/libp2p/circuit/relay/0.2.0/stop", "/ipfs/ping/1.0.0", "/ipfs/id/1.0.0", "/ipfs/id/push/1.0.0", "/libp2p/dcutr"], observed_addr: "/dns4/myel.relay/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X" } }
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:22Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:22Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:22Z INFO  client] Sent { peer_id: PeerId("12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3") }
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:22Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:22Z DEBUG libp2p_ping::protocol] Sending pong for [121, 66, 239, 67, 70, 106, 136, 173, 51, 195, 159, 84, 95, 245, 123, 159, 198, 153, 95, 185, 242, 166, 49, 173, 196, 217, 39, 237, 178, 141, 185, 203]
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:22Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:22Z DEBUG libp2p_ping::protocol] Waiting for ping ...
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:22Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:22Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:22Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:23Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T11:54:23Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:23Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:23Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:23Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:23Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:23Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:23Z DEBUG netlink_proto::connection] reading incoming messages
[2022-04-05T11:54:23Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-04-05T11:54:23Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-04-05T11:54:23Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-04-05T11:54:23Z DEBUG netlink_proto::connection] handling requests
[2022-04-05T11:54:23Z DEBUG netlink_proto::connection] sending messages
[2022-04-05T11:54:23Z DEBUG libp2p_dns] Dialing /ip4/82.92.27.242/tcp/40491/p2p/12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3
[2022-04-05T11:54:23Z DEBUG libp2p_tcp] dialing 82.92.27.242:40491
[2022-04-05T11:54:23Z DEBUG libp2p_dns] Dialing /p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p/12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3
[2022-04-05T11:54:23Z DEBUG libp2p_dns] Dial error: MultiaddrNotSupported("/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p/12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3").

Sanity Check: Laptop dialing node A – dialing logs

Issues also crop up on the dialer’s end when attempting to hole punch to Node A using my personal laptop. Though this could be because the laptop is behind a difficult NAT (i.e the machine’s IP depends on destination), I’ve had others replicate this issue (attempting to direct connect to A via R) on their personal laptops (on different home networks) but I can’t verify the properties of their NATs to confirm a pattern.

[2022-04-05T13:47:02Z INFO  client] Local peer id: PeerId("12D3KooWQYhTNQdmr3ArTeUHRYzFg94BKyTkoWBDWez9kSCVe2Xo")
[2022-04-05T13:47:02Z DEBUG libp2p_tcp] listening on 0.0.0.0:0
[2022-04-05T13:47:02Z DEBUG libp2p_tcp] New listen address: /ip4/127.0.0.1/tcp/50653
[2022-04-05T13:47:02Z DEBUG libp2p_swarm] Listener ListenerId(1); New address: "/ip4/127.0.0.1/tcp/50653"
[2022-04-05T13:47:02Z INFO  client] Listening on "/ip4/127.0.0.1/tcp/50653"
[2022-04-05T13:47:02Z DEBUG libp2p_tcp] New listen address: /ip4/172.17.135.106/tcp/50653
[2022-04-05T13:47:02Z DEBUG libp2p_swarm] Listener ListenerId(1); New address: "/ip4/172.17.135.106/tcp/50653"
[2022-04-05T13:47:02Z INFO  client] Listening on "/ip4/172.17.135.106/tcp/50653"
[2022-04-05T13:47:02Z DEBUG libp2p_tcp] New listen address: /ip4/192.168.2.1/tcp/50653
[2022-04-05T13:47:02Z DEBUG libp2p_swarm] Listener ListenerId(1); New address: "/ip4/192.168.2.1/tcp/50653"
[2022-04-05T13:47:02Z INFO  client] Listening on "/ip4/192.168.2.1/tcp/50653"
[2022-04-05T13:47:02Z DEBUG libp2p_tcp] New listen address: /ip4/100.115.97.25/tcp/50653
[2022-04-05T13:47:02Z DEBUG libp2p_swarm] Listener ListenerId(1); New address: "/ip4/100.115.97.25/tcp/50653"
[2022-04-05T13:47:02Z INFO  client] Listening on "/ip4/100.115.97.25/tcp/50653"
[2022-04-05T13:47:03Z DEBUG libp2p_dns] Dialing /ip4/81.2.94.98/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN
[2022-04-05T13:47:03Z DEBUG libp2p_tcp] dialing 81.2.94.98:4001
[2022-04-05T13:47:03Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /noise
[2022-04-05T13:47:03Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /noise
[2022-04-05T13:47:03Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T13:47:03Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /yamux/1.0.0
[2022-04-05T13:47:03Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /yamux/1.0.0
[2022-04-05T13:47:03Z DEBUG yamux::connection] new connection: 86795a90 (Client)
[2022-04-05T13:47:03Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T13:47:03Z DEBUG libp2p_swarm] Connection established: PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN") Dialer { address: "/ip4/81.2.94.98/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN", role_override: Dialer }; Total (peer): 1. Total non-banned (peer): 1
[2022-04-05T13:47:03Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /ipfs/ping/1.0.0
[2022-04-05T13:47:03Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /ipfs/ping/1.0.0
[2022-04-05T13:47:03Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T13:47:03Z DEBUG libp2p_ping::protocol] Waiting for ping ...
[2022-04-05T13:47:03Z DEBUG yamux::connection] 86795a90: new outbound (Stream 86795a90/1) of (Connection 86795a90 Client (streams 1))
[2022-04-05T13:47:03Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /ipfs/ping/1.0.0
[2022-04-05T13:47:03Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /ipfs/ping/1.0.0
[2022-04-05T13:47:03Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T13:47:03Z DEBUG libp2p_ping::protocol] Sending pong for [173, 102, 102, 142, 161, 26, 74, 103, 17, 31, 17, 207, 161, 201, 79, 28, 86, 247, 13, 42, 136, 186, 103, 104, 247, 4, 135, 253, 57, 164, 8, 14]
[2022-04-05T13:47:03Z DEBUG libp2p_ping::protocol] Waiting for ping ...
[2022-04-05T13:47:03Z DEBUG libp2p_ping::protocol] Preparing ping payload [176, 100, 87, 81, 216, 205, 222, 33, 152, 144, 128, 5, 106, 92, 29, 19, 125, 63, 96, 234, 147, 185, 67, 24, 173, 0, 131, 56, 2, 26, 136, 182]
[2022-04-05T13:47:03Z DEBUG libp2p_ping::protocol] Awaiting pong for [176, 100, 87, 81, 216, 205, 222, 33, 152, 144, 128, 5, 106, 92, 29, 19, 125, 63, 96, 234, 147, 185, 67, 24, 173, 0, 131, 56, 2, 26, 136, 182]
[2022-04-05T13:47:03Z DEBUG yamux::connection] 86795a90: new outbound (Stream 86795a90/3) of (Connection 86795a90 Client (streams 2))
[2022-04-05T13:47:03Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /ipfs/id/1.0.0
[2022-04-05T13:47:03Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /ipfs/id/1.0.0
[2022-04-05T13:47:03Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /ipfs/id/1.0.0
[2022-04-05T13:47:03Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T13:47:03Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /ipfs/id/1.0.0
[2022-04-05T13:47:03Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T13:47:03Z INFO  client] Observed address: "/ip4/5.148.155.9/tcp/22907"
[2022-04-05T13:47:03Z DEBUG yamux::connection] 86795a90: new outbound (Stream 86795a90/5) of (Connection 86795a90 Client (streams 2))
[2022-04-05T13:47:03Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /libp2p/circuit/relay/0.2.0/hop
[2022-04-05T13:47:03Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /libp2p/circuit/relay/0.2.0/hop
[2022-04-05T13:47:04Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T13:47:04Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /noise
[2022-04-05T13:47:04Z INFO  client] OutboundCircuitEstablished { relay_peer_id: PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN"), limit: None }
[2022-04-05T13:47:04Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /noise
[2022-04-05T13:47:04Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T13:47:04Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /yamux/1.0.0
[2022-04-05T13:47:04Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /yamux/1.0.0
[2022-04-05T13:47:04Z DEBUG yamux::connection] new connection: 3debf8cf (Client)
[2022-04-05T13:47:04Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T13:47:04Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /ipfs/id/1.0.0
[2022-04-05T13:47:04Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /ipfs/id/1.0.0
[2022-04-05T13:47:04Z DEBUG libp2p_swarm] Connection established: PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X") Dialer { address: "/ip4/81.2.94.98/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X", role_override: Dialer }; Total (peer): 1. Total non-banned (peer): 1
[2022-04-05T13:47:04Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T13:47:04Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /ipfs/ping/1.0.0
[2022-04-05T13:47:04Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /ipfs/ping/1.0.0
[2022-04-05T13:47:04Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T13:47:04Z DEBUG libp2p_ping::protocol] Waiting for ping ...
[2022-04-05T13:47:04Z INFO  client] Established connection to PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X") via Dialer { address: "/ip4/81.2.94.98/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X", role_override: Dialer }
[2022-04-05T13:47:04Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /libp2p/dcutr
[2022-04-05T13:47:04Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /libp2p/dcutr
[2022-04-05T13:47:04Z INFO  client] Sent { peer_id: PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X") }
[2022-04-05T13:47:04Z DEBUG yamux::connection] 3debf8cf: new outbound (Stream 3debf8cf/1) of (Connection 3debf8cf Client (streams 2))
[2022-04-05T13:47:04Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /ipfs/ping/1.0.0
[2022-04-05T13:47:04Z DEBUG yamux::connection] 3debf8cf: new outbound (Stream 3debf8cf/3) of (Connection 3debf8cf Client (streams 3))
[2022-04-05T13:47:04Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /ipfs/id/1.0.0
[2022-04-05T13:47:04Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T13:47:04Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /ipfs/ping/1.0.0
[2022-04-05T13:47:04Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T13:47:04Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /ipfs/id/1.0.0
[2022-04-05T13:47:04Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T13:47:04Z DEBUG libp2p_ping::protocol] Sending pong for [167, 148, 157, 97, 103, 3, 24, 197, 34, 111, 152, 115, 139, 206, 107, 252, 87, 236, 34, 209, 220, 47, 97, 30, 215, 174, 109, 16, 102, 3, 116, 54]
[2022-04-05T13:47:04Z DEBUG libp2p_ping::protocol] Waiting for ping ...
[2022-04-05T13:47:04Z DEBUG libp2p_ping::protocol] Preparing ping payload [241, 218, 32, 67, 96, 211, 7, 60, 16, 78, 119, 251, 70, 92, 27, 197, 249, 84, 242, 39, 62, 107, 160, 111, 113, 138, 2, 107, 171, 96, 14, 173]
[2022-04-05T13:47:04Z DEBUG libp2p_ping::protocol] Awaiting pong for [241, 218, 32, 67, 96, 211, 7, 60, 16, 78, 119, 251, 70, 92, 27, 197, 249, 84, 242, 39, 62, 107, 160, 111, 113, 138, 2, 107, 171, 96, 14, 173]
[2022-04-05T13:47:04Z INFO  client] Received { peer_id: PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X"), info: IdentifyInfo { public_key: Ed25519(PublicKey(compressed): cecc157dc1ddd7295951c29888f095adb944d1b73d696e6df65d683bd4fc), protocol_version: "/TODO/0.0.1", agent_version: "rust-libp2p/0.35.0", listen_addrs: ["/ip4/87.74.68.137/tcp/43749", "/ip4/81.2.94.98/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X", "/ip4/127.0.0.1/tcp/43749", "/ip4/192.168.1.24/tcp/43749", "/ip4/100.101.52.121/tcp/43749", "/dns4/london.myel.zone/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X", "/ip4/81.2.94.98/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X"], protocols: ["/libp2p/circuit/relay/0.2.0/stop", "/ipfs/ping/1.0.0", "/ipfs/id/1.0.0", "/ipfs/id/push/1.0.0", "/libp2p/dcutr"], observed_addr: "/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN" } }
[2022-04-05T13:47:04Z INFO  client] RemoteInitiatedDirectConnectionUpgrade { remote_peer_id: PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X"), remote_relayed_addr: "/ip4/81.2.94.98/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X" }
[2022-04-05T13:47:05Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /libp2p/dcutr
[2022-04-05T13:47:05Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /libp2p/dcutr
[2022-04-05T13:47:05Z DEBUG libp2p_dns] Dialing /ip4/87.74.68.137/tcp/43749/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X
[2022-04-05T13:47:05Z DEBUG libp2p_tcp] dialing 87.74.68.137:43749
[2022-04-05T13:47:05Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-04-05T13:47:05Z INFO  client] RemoteInitiatedDirectConnectionUpgrade { remote_peer_id: PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X"), remote_relayed_addr: "/ip4/81.2.94.98/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X" }
[2022-04-05T13:47:05Z DEBUG libp2p_dns] Dialing /ip4/87.74.68.137/tcp/43749/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X
[2022-04-05T13:47:05Z DEBUG libp2p_tcp] dialing 87.74.68.137:43749
[2022-04-05T13:47:05Z DEBUG libp2p_dns] Dial error: Transport(Os { code: 48, kind: AddrInUse, message: "Address already in use" }).
[2022-04-05T13:47:05Z DEBUG libp2p_swarm] Connection attempt to PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X") failed with Transport([("/ip4/87.74.68.137/tcp/43749/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X", Other(Custom { kind: Other, error: A(A(B(Transport(Os { code: 48, kind: AddrInUse, message: "Address already in use" })))) }))]).
[2022-04-05T13:47:05Z INFO  client] Outgoing connection error to Some(PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X")): Transport([("/ip4/87.72.63.138/tcp/43749/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X", Other(Custom { kind: Other, error: A(A(B(Transport(Os { code: 48, kind: AddrInUse, message: "Address already in use" })))) }))])

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 19 (9 by maintainers)

Most upvoted comments

@mxinden had to switch focus for a bit. Issue still persists but will try and come back to this to generate more information we can debug off of.