active virbr0 stops UPnP router control working

Bug #1325216 reported by richud
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
UPnP Router Control
Fix Released
Undecided
Unassigned

Bug Description

It stops working when using NAT with linux kvm. (I think this is a problem with upnp router control as other things such as 'upnp inspector' can still see the router.)

To fix you need to remove virbr0 interface (which obviously then stops kvm nat working)

#virsh net-destroy default
#virsh net-undefine default
#service libvirt-bin restart

Revision history for this message
richud (richud.com) wrote :

Same problem in Ubuntu 14.10...
Hangs like this;

$ upnp-router-control --debug
* Initializing GUI...
* Showing GUI...
* Starting UPnP Resource discovery... done

Manually specifying interface, works fine

$ upnp-router-control -i wlan0 --debug
* Initializing GUI...
* Showing GUI...
* Starting UPnP Resource discovery... done
==> Device Available: WFADevice
    Enum services...
      Service: urn:wifialliance-org:serviceId:WFAWLANConfig1
         Type: urn:schemas-wifialliance-org:service:WFAWLANConfig:1
               > DelAPSettings
               > DelSTASettings
               > GetAPSettings
               > GetDeviceInfo
<SNIP>

richud (richud.com)
summary: - Linux KVM virbr0 stops it working
+ active virbr0 stops UPnP router control working
Changed in upnp-router-control:
status: New → Confirmed
Revision history for this message
Daniele Napolitano (dnax88) wrote :

With the new version 0.3 should works fine. Now the discovery it's performed on all interfaces.

Changed in upnp-router-control:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.