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

Attempted to connect to loopback address: /ip4/0.0.0.0/4001 #264

Closed
btc opened this issue Nov 4, 2014 · 2 comments
Closed

Attempted to connect to loopback address: /ip4/0.0.0.0/4001 #264

btc opened this issue Nov 4, 2014 · 2 comments
Labels
kind/bug A bug in existing code (including security flaws)
Milestone

Comments

@btc
Copy link
Contributor

btc commented Nov 4, 2014

@whyrusleeping have you encountered this before?

dht: %sAttempted to connect to loopback address: /ip4/0.0.0.0/4001 routing.go 165

at 98ebe2f

https://github.com/jbenet/go-ipfs/blob/master/routing/dht/routing.go#L165

@btc btc added the kind/bug A bug in existing code (including security flaws) label Nov 4, 2014
@whyrusleeping
Copy link
Member

Yeap! frequently. This has two causes, the first is our not handling of NATs yet. and the second is that we never set our listener address to anything other than 0.0.0.0 (unless done manually like on mars)

@whyrusleeping whyrusleeping added this to the α milestone Nov 5, 2014
@jbenet
Copy link
Member

jbenet commented Nov 20, 2014

has anyone seen this recently?

we should be catching it now. closing. reopen if you find it.

@jbenet jbenet closed this as completed Nov 20, 2014
ariescodescream pushed a commit to ariescodescream/go-ipfs that referenced this issue Oct 23, 2021
@ajnavarro ajnavarro mentioned this issue Aug 24, 2022
72 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug in existing code (including security flaws)
Projects
None yet
Development

No branches or pull requests

3 participants