Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swarm: implement NAT piercing #19363

Closed
attila-lendvai opened this issue Apr 1, 2019 · 4 comments
Closed

swarm: implement NAT piercing #19363

attila-lendvai opened this issue Apr 1, 2019 · 4 comments

Comments

@attila-lendvai
Copy link

Many nodes will be behind NAT, and it would be nice to be able to connect to them by piercing through the NAT.

ipfs

ipfs is using libp2p.

tor

@karalabe
Copy link
Member

karalabe commented Apr 2, 2019

We already have support for UPnP. I know of one place where Ubuntu firewall blocks it, but generally it kind of works. Anything in particular you are referring to with this issue?

@attila-lendvai
Copy link
Author

@karalabe this is about dealing with network setups where UPnP is not available, and/or making the network code simpler at the same time by using something like libp2p.

i created this ticket based on a discussion with @zelig , maybe he can chime in.

@zelig
Copy link
Contributor

zelig commented Apr 2, 2019

libp2p issues https://github.com/ethereum/go-ethereum/pulls?utf8=%E2%9C%93&q=is%3Apr++label%3Aarea%3Alibp2p+

The question is how much bang for the buck.
i would not put this too high priority

@nonsense
Copy link
Member

nonsense commented Jun 4, 2019

Let's continue this discussion at ethersphere/swarm because this is opened in the context of Swarm, and doesn't refer to a known bug/issue with Geth.

@nonsense nonsense closed this as completed Jun 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants