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

Clearer output #4

Open
victorb opened this issue Dec 7, 2017 · 1 comment
Open

Clearer output #4

victorb opened this issue Dec 7, 2017 · 1 comment

Comments

@victorb
Copy link

victorb commented Dec 7, 2017

Got this when running the tools the first time:

{
  "OutboundHTTP": {
    "OddPortConnection": "",
    "Port443Connection": ""
  },
  "Nat": {
    "Error": null,
    "MappedAddr": "/ip4/192.168.1.128/tcp/44196"
  },
  "HavePublicIP": false,
  "Response": {
    "SeenAddr": "/ip4/37.133.31.224/tcp/51330",
    "ConnectBackSuccess": false,
    "ConnectBackMsg": "dial attempt failed: \u003cpeer.ID Pah1CN\u003e --\u003e \u003cpeer.ID dBswWv\u003e dial attempt failed: connection refused",
    "ConnectBackAddr": "",
    "TriedAddrs": [
      "/ip4/127.0.0.1/tcp/43159",
      "/ip4/192.168.1.128/tcp/44196",
      "/ip4/37.133.31.224/tcp/43159"
    ]
  },
  "Request": {
    "PeerID": "QmdBswWvUBNpSq9QQktgHsEAokYCV5ePwybdBuFjoqgz53",
    "SeenGateway": "",
    "PortMapped": "/ip4/192.168.1.128/tcp/44196",
    "ListenAddr": "/ip4/127.0.0.1/tcp/43159"
  },
  "TcpReuseportWorking": false
}

Now I'm unsure, does NAT have issues in this case or not? Based on the dial attempt failed, maybe. Based on that I don't get the your routers upnp/NAT-PMP port mapping works! message, probably. But there is nothing explicitly telling me there is a problem.

@whyrusleeping
Copy link
Owner

@victorbjelkholm yeah, i havent done any inference on the NAT situation based on the diagnostics output yet.

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

2 participants