AutoNAT: "refusing to dial peer with blocked observed address" #4529
-
I am starting a node, connecting to another one, and reading logs from
|
Beta Was this translation helpful? Give feedback.
Answered by
thomaseizinger
Sep 20, 2023
Replies: 2 comments 5 replies
-
It is either because you are connecting from a relayed address or one that is not in the global IP range like 192.168.x.x. See . |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
Wiezzel
-
@thomaseizinger Thank you, sir! That was very helpful. 🙏🏻 ❤️ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is either because you are connecting from a relayed address or one that is not in the global IP range like 192.168.x.x.
See
rust-libp2p/protocols/autonat/src/behaviour.rs
Line 200 in 854a6ae