-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Node behind NAT unable to pin content from the internet when using --enable-pubsub-experiment
and badgerds
#5028
Comments
I have tried disabling I'm not sure if this is an issue with pubsub and badgerds or just one of the two. I'm using a Debian 9 OS. The node can pin content just fine when it's being done from a file or object locally but fetching data over the internet doesn't seem to work |
--enable-pubsub-experiment
--enable-pubsub-experiment
--enable-pubsub-experiment
and badgerds
Issue is still present :/ I believe this issue may also be related as I have some of the same symptoms Host Information:
IPFS Information:
I'm using a binary package built with golang |
How this relates to pubsub is a bit mystifying. My only guess is that your node is triggering some suspicious activity scan. Try running |
I forgot to close this, but it has since been "resolved". I'm not sure what the issue was, however I think it might've been due to the distro (OpenMediaVault) I was using and some special configuration it had with regards to the software it comes with. I tried spinning up an Ubuntu 16.04.4LTS server on the same lan as the OMV box, and that node had no troubles at all. |
Ah. Got it. You did close it, I just saw a lot of open/close events and no solution so I figured it might still be an issue. Glad you figured it out! |
Can't quite figure out why, but my IPFS node behind my firewall is completely unable to pin any content from the internet, not clear what is causing the problem.
For example, here is my IPFS node at home pinning a small file, taking almost no time to complete (5-10 seconds):
Now, here is my production IPFS node at my datacenter, approximately 2 minutes after running the command:
As you can see, no updates. Now, I'm not quite sure WHAT is causing the problem, I think it may be due to me being behind a firewall? However I have made sure to forward ports 4001 to my node. Any suggestions on how I can figure out what exactly is causing the issue? I have access to prometheus metrics so let me know if there's anything you want to see.
I have left some files pinning overnight as well, which also haven't worked.
I'm using IPFS Version 0.4.15 with BadgerDS is being used, along with
--enable-pubsub-experiment
https://i.imgur.com/ts5OJ8v.png
The text was updated successfully, but these errors were encountered: