Bug 1295799 - Mobile Broadband modem device not in any firewalld zone.
Summary: Mobile Broadband modem device not in any firewalld zone.
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: firewalld
Version: 23
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Thomas Woerner
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-05 13:45 UTC by colin.caine@manchester.ac.uk
Modified: 2016-07-15 15:56 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-07-15 15:56:03 UTC
Type: Bug


Attachments (Terms of Use)

Description colin.caine@manchester.ac.uk 2016-01-05 13:45:47 UTC
Description of problem:


Version-Release number of selected component (if applicable):
NM: 1.0.6 8-fc23
ModemManager:
Version     : 1.4.10
Release     : 2.fc23

firewalld-0.3.14.2-4.fc23.noarch

How reproducible:
Always

Steps to Reproduce:
1. Attempt to connect to mobile broadband from gnome (probably also from any other nm interface).
2. Check journalctl

Actual results:
Jan 05 13:28:12 scamper.lan /firewalld[781]: 2016-01-05 13:28:12 ERROR: UNKNOWN_INTERFACE: 'cdc-wdm0' is not in any zone

Expected results:
mobile broadband device should be assigned a zone automatically on installation of ModemManager or added by networkmanager or modemmanager when it tried to use it.
Additional info:
I've no idea what zone it should be in. Wireless device seems to go in FedoraWorkstation zone and I think it's added dynamically.

Comment 1 Thomas Woerner 2016-01-05 14:17:18 UTC
The message is there, because a tool (maybe NetworkManager?) is calling the removeZone D-Bus method of firewalld with the interface name as argument. If the interface has not been bound to a zone before, the error is reported.

Please check if the interface is not bound to a zone with

  firewall-cmd --get-zone-of-interface=cdc-wdm0

when it was created and activated.

Comment 2 colin.caine@manchester.ac.uk 2016-02-01 14:54:49 UTC
interface is not bound before connection is made or after an attempt at
a connection is made.

Cannot get modem to connect properly, so cannot test to see if it is
correctly assigned a zone after connection.

Happy for bug to be closed.

(Previously emailed this, but didn't seem to work.)

Comment 3 Thomas Woerner 2016-07-15 15:56:03 UTC
Closing as of comment 2.


Note You need to log in before you can comment on or make changes to this bug.