AleoNet / snarkOS

A Decentralized Operating System for ZK Applications
http://snarkos.org
Apache License 2.0
4.24k stars 2.59k forks source link

[Bug] No connected peer #3359

Open S3VENK opened 2 weeks ago

S3VENK commented 2 weeks ago
Screenshot 2567-07-11 at 00 06 16

🐛 Bug Report

Based on the provided debug logs, it appears that the issue is related to connectivity problems with a specific IP address ('MY_IP_ADDRESS'). Here’s a breakdown of the log entries:

DEBUG snarkos_node_router::heartbeat: No connected peers
    Indicates that the node/router is reporting no connected peers, suggesting a lack of network connectivity or peers available for communication.

DEBUG snarkos_node::prover: Skipping an iteration of the puzzle (no connected peers)
    Further confirms that due to no connected peers, the node is unable to proceed with certain operations or tasks.

DEBUG snarkos_node_router::handshake: Connecting to 34.17.53.129:4130...
    Shows an attempt to establish a connection with the IP address 'MY_IP_ADDRESS' on port 4130.

WARN snarkos_node_router: Unable to connect to '34.17.53.129:4130' - '3MY_IP_ADDRESS' disconnected before sending "Message::ChallengeResponse"
    Indicates a connection failure where the node attempted to connect to 'MY_IP_ADDRESS:4130' but received a disconnection before completing the expected handshake or communication step ("Message::ChallengeResponse").

Issues Identified:

No Connected Peers: The node/router is reporting no peers connected, which could indicate network issues, misconfiguration, or peers being offline/unreachable.
Connection Failure: Specifically with 'MY_IP_ADDRESS:4130', there was an attempt to connect but it failed before completing the necessary handshake process.

Potential Impact:

Operational Disruption: Tasks dependent on peer-to-peer communication or specific connections to 'MY_IP_ADDRESS:4130'  fail and delayed.
Service Availability: Services relying on these connections may experience interruptions or degraded performance until connectivity is restored.

My Environment

S3VENK commented 2 weeks ago
Screenshot 2567-07-09 at 23 12 32

screenshot from other day

S3VENK commented 2 weeks ago

According to the recommendations in the FAQs on Aleo's GitHub, I have already checked and ensured that ports 4130/tcp and 3030/tcp are allowed. However, the error persists. ![Uploading Screenshot 2567-07-11 at 22.27.14.png…]()

Demontf commented 1 week ago

what is the network id of nowaday's testnet