Bug 914859
Summary: | Additional Service XML Files | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dean Hunter <deanhunter> |
Component: | firewalld | Assignee: | Thomas Woerner <twoerner> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 18 | CC: | ayoung, dag.odenhall, jpopelka, twoerner |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | firewalld-0.3.2-1.fc19 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-05-22 03:08:03 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: | |
Embargoed: |
Description
Dean Hunter
2013-02-23 01:21:02 UTC
# cat services/transmission.xml <?xml version="1.0" encoding="utf-8"?> <service> <port protocol="tcp" port="51413"/> <port protocol="udp" port="51413"/> </service> I'm not sure if both UDP and TCP are necessary though, but this is the default port in Transmission. Pushed upstream, thanks https://git.fedorahosted.org/cgit/firewalld.git/commit/?id=8d8114d974a050c4ce7568c20b19662ae3cac90a Here are a couple more that I recently discovered are necessary to successfully run NFS server: cat >/etc/firewalld/services/mountd.xml <<EOD <?xml version="1.0" encoding="utf-8"?> <service> <short>mountd</short> <description>Mount Lock Daemon</description> <port protocol="tcp" port="20048"/> <port protocol="udp" port="20048"/> </service> EOD cat >/etc/firewalld/services/rpc-bind.xml <<EOD <?xml version="1.0" encoding="utf-8"?> <service> <short>rpc-bind</short> <description>Remote Procedure Call Bind</description> <port protocol="tcp" port="111"/> <port protocol="udp" port="111"/> </service> EOD firewalld-0.3.2-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/firewalld-0.3.2-1.fc19 Package firewalld-0.3.2-1.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing firewalld-0.3.2-1.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-7044/firewalld-0.3.2-1.fc19 then log in and leave karma (feedback). Verified update and left karma. firewalld-0.3.2-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |