Bug 867759

Summary: An ntp service should be added to the available services in firewalld
Product: [Fedora] Fedora Reporter: Jerome Barnett <jerome>
Component: firewalldAssignee: Thomas Woerner <twoerner>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jerome, jpopelka, twoerner
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: firewalld-0.2.10-1.fc18 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-15 12:24:09 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 Jerome Barnett 2012-10-18 08:52:43 UTC
Description of problem:

NTP is not an uncommon protocol.

Add UDP port 123 for NTP servers as a service thats available (not active) by default

i.e.

<?xml version="1.0" encoding="utf-8"?>
<service>
  <short>NTP Server</short>
  <description>Allow access to an NTP server.  This requires ntp, OpenNTPd or some other ntp daemon to be running</description>
  <port protocol="udp" port="123"/>
</service>