[OP Stack Deployment] how to solve p2p failed? #758
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Descriptionop-node-1-1 | t=2025-03-11T02:09:19+0000 lvl=warn msg="error dialing static peer" peer=16Uiu2HAm3cyzMDKdV7qNe5jF4MrSXFfhHteMJMTDgvem61ykiken err="failed to dial 16Uiu2HAm3cyzMDKdV7qNe5jF4MrSXFfhHteMJMTDgvem61ykiken: all dials failed\n * [/ip4/172.18.0.5/tcp/9003] dial to self attempted\n * [/ip4/172.18.0.7/tcp/9003] failed to negotiate security protocol: error reading handshake message: noise: message is too short" I configure the static node and get this error, how to solve it. LogsNo response Additional InformationNo response FeedbackNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
https://docs.optimism.io/operators/node-operators/json-rpc#opp2p_self try to use this method to get multiaddr |
Beta Was this translation helpful? Give feedback.
-
dial to self attempted This indicate that either both 172.18.0.5 and 172.18.0.7 are the same server/container or both have the same peer id (16Uiu2HAm3cyzMDKdV7qNe5jF4MrSXFfhHteMJMTDgvem61ykiken) Can you check if it's a different server and they have a different peer id |
Beta Was this translation helpful? Give feedback.
dial to self attempted
This indicate that either both 172.18.0.5 and 172.18.0.7 are the same server/container or both have the same peer id (16Uiu2HAm3cyzMDKdV7qNe5jF4MrSXFfhHteMJMTDgvem61ykiken)
Can you check if it's a different server and they have a different peer id