Bug 867759 - An ntp service should be added to the available services in firewalld
Summary: An ntp service should be added to the available services in firewalld
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: firewalld
Version: rawhide
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: 2012-10-18 08:52 UTC by Jerome Barnett
Modified: 2013-02-15 12:24 UTC (History)
3 users (show)

Fixed In Version: firewalld-0.2.10-1.fc18
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-15 12:24:09 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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>


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