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

Two peerings with the same node #2280

Closed
ghost opened this issue Feb 2, 2016 · 3 comments
Closed

Two peerings with the same node #2280

ghost opened this issue Feb 2, 2016 · 3 comments
Labels
kind/bug A bug in existing code (including security flaws) need/verification This issue needs verification

Comments

@ghost
Copy link

ghost commented Feb 2, 2016

I'm seeing this for the first time in ipfs swarm peers:

/ip6/fce3:c53b:c3c5:2f54:8bb0:b6d9:898e:f140/tcp/4001/ipfs/QmSoLnSGccFuZQJzRadHn95W2CrSFmZuTdDWP8HXaHca9z
/ip6/fce3:c53b:c3c5:2f54:8bb0:b6d9:898e:f140/tcp/54675/ipfs/QmSoLnSGccFuZQJzRadHn95W2CrSFmZuTdDWP8HXaHca9z
/ip6/fcfe:eab4:e49c:940f:8b29:35a4:8ea8:b01a/tcp/4001/ipfs/QmSoLueR4xBeUbY9WZ9xGUUxunbKWcrNFTDAadQJmocnWm
/ip6/fcfe:eab4:e49c:940f:8b29:35a4:8ea8:b01a/tcp/43087/ipfs/QmSoLueR4xBeUbY9WZ9xGUUxunbKWcrNFTDAadQJmocnWm

The non-4001 ones don't show up in ipfs swarm addrs:

$ ipfs swarm addrs | grep -A 10 QmSoLnSGccFuZQJzRadHn95W2CrSFmZuTdDWP8HXaHca9z
QmSoLnSGccFuZQJzRadHn95W2CrSFmZuTdDWP8HXaHca9z (10)
    /ip4/104.236.176.52/tcp/4001
    /ip4/104.236.176.52/udp/4002/utp
    /ip4/127.0.0.1/tcp/4001
    /ip4/127.0.0.1/udp/4002/utp
    /ip4/172.17.42.1/tcp/4001
    /ip4/172.17.42.1/udp/4002/utp
    /ip6/::1/tcp/4001
    /ip6/::1/udp/4002/utp
    /ip6/fce3:c53b:c3c5:2f54:8bb0:b6d9:898e:f140/tcp/4001
    /ip6/fce3:c53b:c3c5:2f54:8bb0:b6d9:898e:f140/udp/4002/utp
$ ipfs swarm addrs | grep -A 10 QmSoLueR4xBeUbY9WZ9xGUUxunbKWcrNFTDAadQJmocnWm
QmSoLueR4xBeUbY9WZ9xGUUxunbKWcrNFTDAadQJmocnWm (10)
    /ip4/127.0.0.1/tcp/4001
    /ip4/127.0.0.1/udp/4002/utp
    /ip4/162.243.248.213/tcp/4001
    /ip4/162.243.248.213/udp/4002/utp
    /ip4/172.17.42.1/tcp/4001
    /ip4/172.17.42.1/udp/4002/utp
    /ip6/::1/tcp/4001
    /ip6/::1/udp/4002/utp
    /ip6/fcfe:eab4:e49c:940f:8b29:35a4:8ea8:b01a/tcp/4001
    /ip6/fcfe:eab4:e49c:940f:8b29:35a4:8ea8:b01a/udp/4002/utp
@ghost
Copy link
Author

ghost commented Feb 2, 2016

Now I'm seeing 0.3.x peers:

/ip4/104.236.151.122/tcp/14001/ipfs/QmSoLju6m7xTh3DuokvT3886QRYqxAzb1kShaanJgW36yx
/ip4/104.236.76.40/tcp/14001/ipfs/QmSoLV4Bbm51jM9C4gDYZQ9Cy3U6aXMJDAbzgu2fzaDs64
/ip4/128.199.219.111/tcp/14001/ipfs/QmSoLSafTMBsPKadTEgaXctDQVcqN88CNLHXMkTNwMKPnu
/ip6/fcdf:a296:afe3:7118:4135:cc0b:ff92:4585/tcp/14001/ipfs/QmSoLMeWqB7YGVLJN3pNLQpmmEk35v6wYtsMGLzSr5QBU3

Note the 14001 port -- v03x listens on /ip4/0.0.0.0/tcp/14001

@ghost
Copy link
Author

ghost commented Feb 2, 2016

Nevermind the last comment, sorry -- these 14001 peers are v04x, we're keeping a few v03x nodes on 4001 alive

@whyrusleeping whyrusleeping added kind/bug A bug in existing code (including security flaws) need/verification This issue needs verification labels Aug 19, 2016
@ghost
Copy link
Author

ghost commented Mar 7, 2017

I'm gonna close this -- haven't ever seen it again

@ghost ghost closed this as completed Mar 7, 2017
This issue was closed.
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) need/verification This issue needs verification
Projects
None yet
Development

No branches or pull requests

1 participant