Bug 1035415

Summary: upnpd fails to detect an active interface
Product: [Fedora] Fedora Reporter: Vlad <marchenko>
Component: linux-igdAssignee: Michael Cronenworth <mike>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: masahase
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-09-11 01:25:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Vlad 2013-11-27 17:19:49 UTC
# /usr/sbin/upnpd -f p37p1 p36p1
could not bind to device: No such device
Invalid internal interface name 'p36p1'

# ifconfig -s
Iface      MTU    RX-OK RX-ERR RX-DRP RX-OVR    TX-OK TX-ERR TX-DRP TX-OVR Flg
lo       65536       25      0      0 0            25      0      0      0 LRU
p36p1     9000    66233      0     67 0         75295      0      0      0 BMRU
p37p1     1500    89946      0      0 0         64315      0      0      0 BMRU


I was able to fix this issue by removing linuxigd-1.0-restrict-internal-interface.patch from SRPM. Recompiled upnpd works properly.

Comment 1 Fedora Admin XMLRPC Client 2014-09-10 17:32:14 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 2 Fedora Admin XMLRPC Client 2014-09-10 19:11:52 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 3 Michael Cronenworth 2014-09-11 01:25:10 UTC
You need to make sure p36p1 is using an *internal* network. It's not wise to have linux-igd able to bind to an external network.

See bug 457730 if you need more information.