You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this issue is to improve the reachability of nodes that are behind a NAT (load balancer, reverse proxy, etc). Initially the idea to address this is by improving the reflected source IP of the node such that peers dial an address that is reachable from the public internet. The libp2p feature request to implement the Proxy Protocol that could improve the reachability was marked as not planned.
Eligioo
changed the title
Reflect the correct source IP for peers behind load balancers/reverse proxies
network-libp2p: improve reachability of nodes behind a firewall or NAT
Sep 27, 2024
Eligioo
changed the title
network-libp2p: improve reachability of nodes behind a firewall or NAT
network-libp2p: improve reachability of nodes behind a NAT
Sep 27, 2024
The goal of this issue is to improve the reachability of nodes that are behind a NAT (load balancer, reverse proxy, etc). Initially the idea to address this is by improving the reflected source IP of the node such that peers dial an address that is reachable from the public internet. The libp2p feature request to implement the Proxy Protocol that could improve the reachability was marked as not planned.
Now with the recent release of AutoNAT V2 (libp2p/rust-libp2p#5526) combined with the Circuit Relays protocol, is meant to be the next proposal to improve this reachability.
Tasks:
NetworkBehaviour
to AutoNAT V2 (PR network-libp2p: Migrate AutoNAT v1 protocol to v2 #2955)NetworkBehaviour
The text was updated successfully, but these errors were encountered: