upnp fails when multiple network adapters enabled #4

Open
opened 2019-01-18 17:49:49 +01:00 by tzarebczan · 2 comments
tzarebczan commented 2019-01-18 17:49:49 +01:00 (Migrated from github.com)

My PC has 2 network adapters and if I don't disable one one of them, I see:

2019-01-18 11:28:26,447 WARNING  lbrynet.extras.daemon.Components:665: unable to get external ip from UPnP, checking lbry.io fallback```
My PC has 2 network adapters and if I don't disable one one of them, I see: ```019-01-18 11:28:26,447 WARNING lbrynet.extras.daemon.Components:651: upnp discovery failed: failed to get lan and gateway addresses: 2 2019-01-18 11:28:26,447 WARNING lbrynet.extras.daemon.Components:665: unable to get external ip from UPnP, checking lbry.io fallback```
lyoshenka commented 2019-01-28 18:47:52 +01:00 (Migrated from github.com)

@jackrobison have you seen this?

@jackrobison have you seen this?
tzarebczan commented 2019-03-08 08:52:07 +01:00 (Migrated from github.com)

This even happens for virtual adapters, like Vmware bridges. It does get the ip from the fallback but the ports are not set, even when using port forwarding:

  "aioupnp_version": "0.0.12",
  "dht_redirect_set": false,
  "external_ip": "24.184.108.248",
  "gateway": "No gateway found",
  "peer_redirect_set": false,
  "redirects": {}```
This even happens for virtual adapters, like Vmware bridges. It does get the ip from the fallback but the ports are not set, even when using port forwarding: ```"upnp": { "aioupnp_version": "0.0.12", "dht_redirect_set": false, "external_ip": "24.184.108.248", "gateway": "No gateway found", "peer_redirect_set": false, "redirects": {}```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/aioupnp#4
No description provided.