Network Time Protocol (NTP) Release Notes

Size: px
Start display at page:

Download "Network Time Protocol (NTP) Release Notes"

Transcription

1 Network Time Protocol (NTP) Release Notes Version for HP-UX 11i v3 Abstract This document describes about new features and defect fixes for Network Time Protocol (NTP) version Part Number: Published: January 2018 Edition: 3

2 Contents Hewlett Packard Enterprise secure development life cycle... 3 About this document...4 Revision history of the document (current release)...4 Product overview...5 Installation requirements and procedure for Network Time Protocol (NTP)... 6 New features and commands in HP-UX NTP version Behavioral changes compared to HP-UX NTP version Defect fixes and enhancements Defects fixed in C release...10 Defects fixed in C release...10 Defects fixed in C release...11 Defects fixed in C release...12 Hewlett Packard Enterprise Specific changes...13 Additional information about HP-UX NTP Product documentation...15 Software and documentation availability in native languages Reporting defects...15 Documentation feedback...15 More on documentation of Network Time Protocol (NTP) Support policies for HP-UX Contents

3 Hewlett Packard Enterprise secure development life cycle Starting with HP-UX 11i v3 March 2013 update release, Hewlett Packard Enterprise secure development life cycle authenticates the HP-UX software. Software delivered through this release is digitally signed using Hewlett Packard Enterprise private key. You can now verify the authenticity of the software, before installing the products, delivered through this release. To verify the software signatures in signed depot, the following products must be installed on the system: B or later of SD (Software Distributor) A or later of HP-UX Whitelisting (WhiteListInf) To verify the signatures, run: /usr/sbin/swsign -v -s <depot_path> For more information, see Software Distributor documentation at NOTE: Ignite-UX software delivered with HP-UX 11i v3 March 2014 release or later supports verification of the software signatures in signed depot or media, during cold installation. For more information, see Ignite-UX documentation at Hewlett Packard Enterprise secure development life cycle 3

4 About this document This document provides details of the currently supported features, enhancement, installation, patches, bugs fixed across releases (if any), known problems, issues, their workarounds, policy details, and documentation details for Network Time Protocol (NTP) Release Notes. Revision history of the document (current release) Table 1: Revision history of the document: Network Time Protocol (NTP) Release Notes (current release) Document manufacturing part number Edition number Publication date Supported operating systems January 2018 HP-UX 11i v a 2 March 2017 HP-UX 11i v February 2017 HP-UX 11i v (Original edition) June 2016 HP-UX 11i v3 4 About this document

5 Product overview Network Time Protocol (NTP) is a tool designed to synchronize your computer to the Internet time servers or other sources such as a radio, a satellite receiver, or a telephone modem service. It is also used as a server for dependent clients for synchronizing time. Network Time Protocol (NTP) provides accuracy up to less than a millisecond on LANs and up to a few milliseconds on WANs. Typical Network Time Protocol (NTP) configurations utilize multiple redundant servers and diverse network paths in order to achieve high accuracy and reliability. Network Time Protocol (NTP) version 4 (NTPv4) is the latest version of Network Time Protocol (NTP) available on HP-UX 11i v3 operating system. You can download Network Time Protocol (NTP) version 4 (NTPv4) at: NOTE: If Network Time Protocol (NTP) version 4 (NTPv4) is installed on your system, do not install XNTP 3.5. To install the XNTP 3.5, uninstall Network Time Protocol (NTP) version 4 (NTPv4) first and then install the XNTP 3.5. Do not use allow_downdate=true option for installing XNTP 3.5 if Network Time Protocol (NTP) version 4 (NTPv4) is already installed. XNTP 3.5 patches does not get installed when Network Time Protocol (NTP) version 4 (NTPv4) is installed. The /etc/ntp.conf is uninstalled from the system when Network Time Protocol (NTP) version 4 (NTPv4) is uninstalled. So, before uninstalling Network Time Protocol (NTP) version 4 (NTPv4), back up the existing /etc/ntp.conf and then uninstall Network Time Protocol (NTP) version 4 (NTPv4). If Network Time Protocol (NTP) version 4 (NTPv4) is uninstalled, the XNTP 3.5 will not be restored on the system. For installing the XNTP 3.5, select HPUX-NTP > B HPUX NTP Server. Network Time Protocol (NTP) version 4 (NTPv4): Retains backward compatibility with Network Time Protocol (NTP) version 3 (NTPv3), that is with XNTP 3.5. It is delivered as a part of core in HP-UX 11i v3. Provides new features and significant performance improvements compared to Network Time Protocol (NTP) version 3 (NTPv3). An implementation of RFC 5905 (Network Time Protocol [NTP] version 4 [NTPv4]: Protocol and Algorithms Specification). Also implements RFC 5906 (Network Time Protocol [NTP] version 4 [NTPv4]: Autokey Specification) for authentication purpose. Product overview 5

6 Installation requirements and procedure for Network Time Protocol (NTP) For a detailed information on all the installation requirements and procedure for Network Time Protocol (NTP) version 4.2.8, see HPUX-NTP. 6 Installation requirements and procedure for Network Time Protocol (NTP)

7 New features and commands in HP-UX NTP version HP-UX NTP for HP-Ux 11i v3 operating system includes these new features: mrulist for ntpq(1m) (new command) The new ntpq mrulist command fetches arbitrarily large MRU lists over any reasonably reliable connection. For example, it is tested using an IPv6 tunnel over UDP. Instead of using a single multipacket response as with ntpdc monlist, mrulist fetches a variable number of rows in each request starting with the oldest. This gives a slightly oversized list that may include some of the oldest entries which have fallen off the MRU list from the server. By the time the newest entries are fetched, it basically provides a snapshot of the MRU list. The number of rows fetched per request is a tradeoff, because ntpq mode 6 protocol depends on reassembly of a response from multiple packets, with all packets retransmitted (if any are lost). In the face of packet loss, the rows per request are dropped as low as 2, which would almost surely fit in a single response packet (approximately 470 bytes). Without packet loss, the number of rows per request climbs as high as 96, chosen to fit in the limit of 32 packets in one response. For more information about mrulist, see the ntpq(1m) manpage. Leap smear Approach To insert a leap second, an NTP server adds a certain increasing "smear" offset to the real UTC time sent to its clients, so that after some predefined interval the leap second offset is compensated. The smear interval should be long enough (for example, several hours), so that NTP clients can easily follow the clock drift caused by the smeared time. During the period while the leap smear is being performed, ntpd will include a specially-formatted refid in time packets that contain "smeared" time. This refid is of the form 254.x.y.z, where x.y.z are 24 encoded bits of the smear value. With this approach the time an NTP server sent to its clients still matches UTC before the leap second and is up to the beginning of the smear interval. This corresponds to UTC after the insertion of the leap second has finished, at the end of the smear interval. By examining the first byte of the refid, one can also determine if the server is offering smeared time. HP-UX NTP for HP-Ux 11i v3 operating system includes these new commands: Table 2: New commands available for ntpq(1m) Command iostats ifstats sysstats monstats mrulist Display network and reference clock I/O statistics Display statistics for each local network address. Authentication is required Print statistics counters maintained in the protocol module Display monitor facility statistics Obtain and print traffic counts collected and maintained by the monitor facility Table Continued New features and commands in HP-UX NTP version

8 Command timerstats pstats Display interval timer counters Show the statistics for the peer with the given associd NOTE: rlimit memlock feature available in open source, but not supported by HP-UX NTP due to OS limitation. 8 New features and commands in HP-UX NTP version 4.2.8

9 Behavioral changes compared to HP-UX NTP version These are the changes in HP-UX NTP compared to NTP 4.2.6: The monlist feature is not supported. Alternatively, MRU list feature can be used. A new option enable mode7 need to be configured in the ntp.conf(4) file explicitly, for enabling support for the ntpdc(1m) command. For more details, see the ntp.conf(4) man page. ntpq(1m) does not support the pstatus command. Alternatively, readvar command can be used. Behavioral changes compared to HP-UX NTP version

10 Defect fixes and enhancements This chapter describes in detail about various defects fixed in each release and the enhancements. Defects fixed in C release JAG ID/CR ID QXCR QXCR Title: Error messages like bind(xx) AF_INET x.x.x.x#p flags xxx failed: Address already in use appear in syslog file. Problem: ntpd(1m) cannot bind multiple interfaces on the same subnet when broadcastclient option is enabled in ntp.conf(4). Resolution: ntpd(1m) is modified to bind multiple interfaces on the same subnet. Title: Error message appears in syslog after updating NTP from to Severity: Medium Problem: Unsynchronized, possible remote server failure or defective hardware clock messages appear in syslog upon synchronizing with local clock. Resolution: This issue is fixed in this release. Defects fixed in C release NOTE: This release contains fixes for all security issues in open source NTP 4.2.8p9 and earlier versions. 10 Defect fixes and enhancements

11 JAG ID/CR ID QXCR Title: Multiple issues fixes for HPUX-NTP. Problem: Security issue CVE , CVE , CVE ,CVE ,CVE ,CVE , CVE , and CVE Resolution: ntpd(1m) has been fixed. Title: Client rate limiting and server responses (CVE ) Problem: When ntpd(1m) is configured with rate limiting for all associations ("restrict default limited.." configuration in ntp.conf), the limits are applied to the responses received from its configured sources. These sources allow remote attackers to cause a denial of service by sending responses with a spoofed source address. Resolution: If restrict default limited... is configured, be sure to use restrict source... (without limited) to avoid this attack. QXCR QXCR Title: ntpdate(1m) manpage needs correction for -t option. Severity: Medium Problem: ntpdate(1m) manpage specifies incorrect default interval value for -t option. Resolution: ntpdate(1m) manpage has been updated. Title: "ntpd[xxx]: error waiting on child pid_id: No child processes" error is often logged in syslog.log, when we specify hostname (instead of IP) as the "server" entry. Severity: Medium Problem: ntpd(1m) causes an no child processes error when configure sever as hostname. Resolution: This issue is fixed in this release. Defects fixed in C release JAG ID/CR ID QXCR Title: HP-UX: Network Time Protocol (NTP) version 4 (NTPv4) gets installed partially when OpenSSL is not installed on the system. Problem: NTP is installed partially when OpenSSL is not installed on the system. Resolution: NTP installation fails if OpenSSL is not installed on the machine. Defects fixed in C release 11

12 Defects fixed in C release JAG ID/CR ID QXCR QXCR QXCR QXCR Title: MITM attacker can force ntpd to make a step larger than the panic threshold (small-step or big-step). Problem: Security issue CVE Resolution: ntpd(1m) is modified to implement the threshold limitation appropriately for the -g option. Title: DRDoS / Amplification Attack using ntpdc monlist command Problem: Security issue CVE Resolution: The mrulist command has replaced the monlist command. Title: Multiple issues fixes for NTP Problem: Security issue CVE , CVE , CVE , CVE and CVE Resolution: ntpd(1m) has been fixed Title: ntpd(1m) manpage contains incorrect information about the SLEW mode Severity: Medium Problem: ntpd(1m) manpage does not mention complete information about the SLEW mode. Resolution: This issue is fixed in this release. Table Continued 12 Defects fixed in C release

13 JAG ID/CR ID QXCR QXCR Title: HP-UX: Network Time Protocol (NTP) version 4 (NTPv4) manpages of ntpdate(1m) are incorrect for -t Severity: Medium Problem: Updated ntpdate(1m) manpage to correct usage of -t option. In Network Time Protocol (NTP) version 4 (NTPv4) -t option is to specify the interval (in seconds) between time requests. This problem is identified and rectified. Resolution: This issue is fixed in this release. Title: Network Time Protocol (NTP) version 4 (NTPv4) client fails to synchronize properly when server time is changed Severity: Critical Problem: Network Time Protocol (NTP) version 4 (NTPv4) client fails to synchronize properly when the server s time is changed. This problem is identified and rectified. Resolution: This issue is fixed in this release. Hewlett Packard Enterprise Specific changes The table describes in detail about the defect fixed or changes made as per the Hewlett Packard Enterprise specifications or specific to Hewlett Packard Enterprise and ported to Network Time Protocol (NTP) version 4 (NTPv4) from XNTP 3.5 in the earlier version releases of Network Time Protocol (NTP) version 4 (NTPv4), for HP-UX 11i v3 operating system. JAG/CR ID QXCR QXCR Title: xntpd failed to log an error or message when could not synchronize. Problem: xntpd process is not able to synchronize to a server due to bad hardware clock, it does not log an error or message in syslog.log. This problem is identified and rectified. Resolution This issue is fixed in this release. Title: Network Time Protocol (NTP) version 4 (NTPv4) Log corruption when Network Time Protocol (NTP) version 4 (NTPv4) loses synchronization Problem: Network Time Protocol (NTP) version 4 (NTPv4) Log corruption occurs, when Network Time Protocol (NTP) version 4 (NTPv4) loses synchronization. This problem is identified and rectified. Resolution: This issue is fixed in this release. Table Continued Hewlett Packard Enterprise Specific changes 13

14 JAG/CR ID JAGae70529/ QXCR JAGab75462/ QXCR Title: Changes in inetsvcs products for APA, VLAN, and LAN monitor environment Severity: Medium Problem: This problem is identified and rectified. Resolution: This issue is fixed in this release. Title: XNTP Holdover state enhancement support Severity: Critical Problem: This problem is identified and rectified. Resolution: This issue is fixed in this release. Additional information about HP-UX NTP Man pages Table 3: Manpages distributed with Network Time Protocol (NTP) version depot Manpage ntpd (1m) ntpdc (1m) ntpq (1m) ntpdate (1m) ntp.conf (4) ntp-keygen (1m) Sets and maintains the system time of day in synchronism with internet standard time servers. Queries ntpd daemon about its current state, and requests changes to that state. Monitors ntpd operations and determines performance. Steps time to synchronize with the server. Network Time Protocol (NTP) Configuration File. Generates public and private keys. Binaries 14 Additional information about HP-UX NTP 4.2.8

15 Table 4: Binaries distributed with Network Time Protocol (NTP) version depot Manpage ntp-keygen ntpd ntpdate ntpdc ntpq ntptrace This generates cryptographic data files used by the NTPv4 authentication and identification schemes. This is an ntp daemon that runs in the background, and keeps the date and time synchronized based on response from configured ntp servers. It also functions as an NTP server. This is a client program that sets the date and time on the response from an NTP server. This is used to query the ntp daemon about its current state and to request changes in that state. This is a utility program used to monitor ntpd operations, and to determine performance. This traces a chain of ntp servers back to the primary source. Product documentation The following are the product related documentation information. Software and documentation availability in native languages The product is supported only in English locale (LANG=C). Behavior of the product is unpredictable when LANG value is set to any other language code other than C. Documentation support for this product is also available only in English locale. Reporting defects You can report defects related to Network Time Protocol (NTP) product, by filing a request on QuIX. If you do not have access to QuIX, contact your local Hewlett Packard Enterprise representative to file a defect on your behalf. Documentation feedback Hewlett Packard Enterprise is committed to providing documentation that meets your needs. To help us improve the documentation, send any errors, suggestions, or comments to Documentation Feedback (docsfeedback@hpe.com). When submitting your feedback, include the document title, part number, edition, and publication date located on the front cover of the document. For online help content, include the product name, product version, help edition, and publication date located on the legal notices page. Product documentation 15

16 More on documentation of Network Time Protocol (NTP) For more information on documentation and other manuals of Network Time Protocol (NTP), see HP-UX Networking Documents. Support policies for HP-UX For more information about support policy of HP-UX, see HP-UX support policy. 16 More on documentation of Network Time Protocol (NTP)

HP-UX Support Tools Manager (STM) Release Notes

HP-UX Support Tools Manager (STM) Release Notes HP-UX Support Tools Manager (STM) Release Notes HP-UX 11i v3 Version: B.11.31.24.02 Part Number: 820365-002 Published: June 2016 Edition: 1 Copyright 2016 Hewlett Packard Enterprise Development LP The

More information

HPE Common Internet File System (CIFS) Server Release Notes Version B for HP-UX 11i v3

HPE Common Internet File System (CIFS) Server Release Notes Version B for HP-UX 11i v3 HPE Common Internet File System (CIFS) Server Release Notes Version B.04.05.03.00 for HP-UX 11i v3 Part Number: 766971-010 Published: February 2017 Edition: 5 Contents HPE secure development lifecycle...

More information

HPE Auto Port Aggregation (APA) Release Notes HP-UX 11i v3

HPE Auto Port Aggregation (APA) Release Notes HP-UX 11i v3 HPE Auto Port Aggregation (APA) Release Notes HP-UX 11i v3 Part Number: 766139-006 Published: November 2017 Edition: 3 Notices The information contained herein is subject to change without notice. The

More information

HPE Auto Port Aggregation (APA) Release Notes

HPE Auto Port Aggregation (APA) Release Notes HPE Auto Port Aggregation (APA) Release Notes HP-UX i v3 Part Number: 76639-004 Published: March 206 Edition: Copyright 2005, 206 Hewlett Packard Enterprise Development LP The information contained herein

More information

Network Time Protocol

Network Time Protocol (NTP) is a protocol designed to time-synchronize a network of machines. NTP runs on User Datagram Protocol (UDP), which in turn runs on IP. NTP Version 3 is documented in RFC 1305. This module describes

More information

Managing NFS and KRPC Kernel Configurations in HP-UX 11i v3

Managing NFS and KRPC Kernel Configurations in HP-UX 11i v3 Managing NFS and KRPC Kernel Configurations in HP-UX 11i v3 HP Part Number: 762807-003 Published: September 2015 Edition: 2 Copyright 2009, 2015 Hewlett-Packard Development Company, L.P. Legal Notices

More information

NTP Operator's Guide Second Edition

NTP Operator's Guide Second Edition C120-E202-03ENZ2 NTP Operator's Guide Second Edition Introduction Information systems in recent years have undergone dramatic changes in their configuration from operation centered on the mainframe computer

More information

Attacking the Network Time Protocol (NTP)

Attacking the Network Time Protocol (NTP) NDSS, 2016 Attacking the Network Time Protocol (NTP) Aanchal Malhotra Isaac E. Cohen, Erik Brakke Sharon Goldberg Outline of the talk Background How does NTP work? How does NTP take time? Our attacks Denial

More information

UDP-based Amplification Attacks and its Mitigations

UDP-based Amplification Attacks and its Mitigations UDP-based Amplification Attacks and its Mitigations Yoshiaki Kasahara kasahara@nc.kyushu-u.ac.jp 1/21/2014 APAN 37th in Bandung, Indonesia 1 Summary If you have servers with global IP addresses 1. Make

More information

HP-UX Secure Shell Release Notes

HP-UX Secure Shell Release Notes HP-UX Secure Shell Release Notes Version: A.07.30.003 HP-UX 11i v3 Part Number: 762809-004 Published: November 2016 Edition: 1 Copyright 2016 Hewlett Packard Enterprise Development LP The information contained

More information

Implementing NTPv4 in IPv6

Implementing NTPv4 in IPv6 Implementing NTPv4 in IPv6 Last Updated: July 31, 2012 The Network Time Protocol (NTP) is a protocol designed to time-synchronize a network of machines. NTP runs over UDP, which in turn runs over IPv4.

More information

HP WBEMSvcs (WBEM Services) Release Notes Version A HP-UX 11i v3

HP WBEMSvcs (WBEM Services) Release Notes Version A HP-UX 11i v3 HP WBEMSvcs (WBEM Services) Release Notes Version A.02.13.05.02 HP-UX 11i v3 Part Number: 766167-006 Published: January 2017 Edition: 1 Contents Hewlett Packard Enterprise secure development lifecycle...

More information

Synchronization of Network Devices Time by GPS Based Network Time Protocol Output

Synchronization of Network Devices Time by GPS Based Network Time Protocol Output Synchronization of Network Devices Time by GPS Based Network Time Protocol Output Ajay Rajput Department of Electronics & Communication Engineering Lord Krishna College of Technology, Indore, Madhya Pradesh,

More information

NTS2-GPS-USB Network Time Source System Manual

NTS2-GPS-USB Network Time Source System Manual NTS2-GPS-USB Network Time Source System Manual Red Herring Ltd. 2015 Document History Issue Date Comments 1.0 1-January-2015 Based on nts1-gps manual 1.1 1-June-2015 Add syslog information 1.2 23-September-2015

More information

Network System Services

Network System Services Network System Services Computer Networks Lecture 11 http://goo.gl/pze5o8 Syslog Syslog Aggregates logged messages from multiple network devices on the common logging server Easier event lookup and evaluation

More information

Implementing NTP. Release 3.8.0

Implementing NTP. Release 3.8.0 Network Time Protocol (NTP) is a protocol designed to time-synchronize devices within a network. Cisco IOS XR software implements NTPv4. NTPv4 retains backwards compatibility with the older versions of

More information

Implementing NTP. Support was added for IPv6 addresses, VRFs, multicast-based associations, and burst and iburst modes for poll-based associations.

Implementing NTP. Support was added for IPv6 addresses, VRFs, multicast-based associations, and burst and iburst modes for poll-based associations. Network Time Protocol (NTP) is a protocol designed to time-synchronize devices within a network. Cisco IOS XR software implements NTPv4. NTPv4 retains backwards compatibility with the older versions of

More information

RAID-01 (ciss) B Mass Storage Driver Release Notes

RAID-01 (ciss) B Mass Storage Driver Release Notes RAID-01 (ciss) B.11.31.1705 Mass Storage Driver Release Notes HP-UX 11i v3 Abstract This document contains specific information that is intended for users of this HPE product. Part Number: Published:

More information

Security Evaluation of NTP

Security Evaluation of NTP Security Evaluation of NTP Matthew Van Gundy Technical Leader, Cisco Advanced Security Initiatives Group (ASIG) Linux Collaboration Summit 2016 Who Are We? Cisco ASIG: ~70 Hardware

More information

Internet Engineering Task Force. Intended status: Best Current Practice. D. Sibold PTB December 14, 2017

Internet Engineering Task Force. Intended status: Best Current Practice. D. Sibold PTB December 14, 2017 Internet Engineering Task Force Internet-Draft Intended status: Best Current Practice Expires: June 17, 2018 D. Reilly, Ed. Spectracom H. Stenn Network Time Foundation D. Sibold PTB December 14, 2017 Network

More information

HP 6125G & 6125G/XG Blade Switches

HP 6125G & 6125G/XG Blade Switches HP 6125G & 6125G/XG Blade Switches Network Management and Monitoring Configuration Guide Part number: 5998-3162b Software version: Release 2103 and later Document version: 6W103-20151020 Legal and notice

More information

Using the Startup Wizard

Using the Startup Wizard CHAPTER 3 This chapter describes the Startup wizard and how to use it to configure your sensor. It contains the following sections: Startup Wizard Introduction Window, page 3-1 Setting up the Sensor, page

More information

HP Auto Port Aggregation (APA) Release Notes

HP Auto Port Aggregation (APA) Release Notes HP Auto Port Aggregation (APA) Release Notes HP-UX 11i v3 HP Part Number: 5900-3026 Published: March 2013 Edition: 2 Copyright 2013 Hewlett-Packard Development Company L.P. Confidential computer software.

More information

HP 6125 Blade Switch Series

HP 6125 Blade Switch Series HP 6125 Blade Switch Series Network Management and Monitoring Configuration Guide Part number: 5998-3162 Software version: Release 2103 Document version: 6W100-20120907 Legal and notice information Copyright

More information

AppGate 11.0 RELEASE NOTES

AppGate 11.0 RELEASE NOTES Changes in 11.0 AppGate 11.0 RELEASE NOTES 1. New packet filter engine. The server-side IP tunneling packet filter engine has been rewritten from scratch, reducing memory usage drastically and improving

More information

Internet Engineering Task Force (IETF) Request for Comments: 5907 Category: Standards Track ISSN: B. Haberman, Ed.

Internet Engineering Task Force (IETF) Request for Comments: 5907 Category: Standards Track ISSN: B. Haberman, Ed. Internet Engineering Task Force (IETF) Request for Comments: 5907 Category: Standards Track ISSN: 2070-1721 H. Gerstung Meinberg C. Elliott B. Haberman, Ed. JHU APL June 2010 Definitions of Managed Objects

More information

Clock-Synchronisation

Clock-Synchronisation Chapter 2.7 Clock-Synchronisation 1 Content Introduction Physical Clocks - How to measure time? - Synchronisation - Cristian s Algorithm - Berkeley Algorithm - NTP / SNTP - PTP IEEE 1588 Logical Clocks

More information

HP 6125G & 6125G/XG Blade Switches

HP 6125G & 6125G/XG Blade Switches HP 6125G & 6125G/XG Blade Switches Network Management and Monitoring Command Reference Part number: 5998-3173b Software version: Release 2103 and later Document version: 6W103-20151020 Legal and notice

More information

Configuring NTP. Information About NTP. Information About the NTP Server. This chapter contains the following sections:

Configuring NTP. Information About NTP. Information About the NTP Server. This chapter contains the following sections: This chapter contains the following sections: Information About NTP Information About NTP, on page 1 Licensing Requirements, on page 2 Prerequisites for NTP, on page 3 Guidelines and Limitations for NTP,

More information

Network Time Security

Network Time Security Network Time Security draft-ietf-ntp-network-time-security-11 draft-ietf-ntp-using-nts-for-ntp-02 draft-ietf-ntp-cms-for-nts-message-04 Dr. Dieter Sibold Kristof Teichel Stephen Röttger IETF 94 (Yokohama,

More information

HP-UX DCE v2.0 Application Development Tools Release Notes

HP-UX DCE v2.0 Application Development Tools Release Notes HP-UX DCE v2.0 Application Development Tools Release Notes HP-UX 11i v3 Version 2.0 Manufacturing Part Number: 5991-7724 February 2007 U.S.A. Copyright 2007 Hewlett-Packard Development Company L.P. All

More information

Vulnerability Notice. Symmetric Key NTP. Summary. Background (From CVE Project) Impact

Vulnerability Notice. Symmetric Key NTP. Summary. Background (From CVE Project) Impact Vulnerability tice Symmetric Key NTP Summary The symmetric-key feature in the receive function in ntp_proto.c in ntpd in NTP 4.x before 4.2.8p2 requires a correct MAC only if the MAC field has a nonzero

More information

Network Time Protocol

Network Time Protocol Network Time Protocol Last Updated: December 7, 2012 NTP is a protocol designed to time-synchronize a network of machines. NTP runs on UDP, which in turn runs on IP. NTP Version 3 is documented in RFC

More information

Internet Engineering Task Force. Intended status: Standards Track. W. Toorop NLnet Labs October 30, 2017

Internet Engineering Task Force. Intended status: Standards Track. W. Toorop NLnet Labs October 30, 2017 Internet Engineering Task Force Internet-Draft Intended status: Standards Track Expires: May 3, 2018 A. Malhotra Boston University M. Hoffmann Open Netlabs W. Toorop NLnet Labs October 30, 2017 On Implementing

More information

Request for Proposal (RFP) for Supply and Implementation of Firewall for Internet Access (RFP Ref )

Request for Proposal (RFP) for Supply and Implementation of Firewall for Internet Access (RFP Ref ) Appendix 1 1st Tier Firewall The Solution shall be rack-mountable into standard 19-inch (482.6-mm) EIA rack. The firewall shall minimally support the following technologies and features: (a) Stateful inspection;

More information

Available Commands CHAPTER

Available Commands CHAPTER CHAPTER 2 This chapter contains the Cisco IPS 6.2 commands listed in alphabetical order. It contains the following sections:. anomaly-detection load, page 2-4 anomaly-detection save, page 2-5 banner login,

More information

Configuring NTP. Information About NTP. Information About the NTP Server. This chapter contains the following sections:

Configuring NTP. Information About NTP. Information About the NTP Server. This chapter contains the following sections: This chapter contains the following sections: Information About NTP Information About NTP, on page 1 Licensing Requirements, on page 3 Prerequisites for NTP, on page 3 Guidelines and Limitations for NTP,

More information

NAME ntpq - standard NTP query program. SYNOPSIS ntpq [-inp] [-c command ][host ][...]

NAME ntpq - standard NTP query program. SYNOPSIS ntpq [-inp] [-c command ][host ][...] NAME ntpq - standard NTP query program SYNOPSIS ntpq [-inp] [-c command ][host ][...] DESCRIPTION The ntpq utility program is used to query NTP servers which implement the recommended NTP mode 6 control

More information

Release note Tornaborate

Release note Tornaborate Release note 1.2.6 Tornaborate 2015-09-10 Contents 1 Summary 4 2 Additional important information about this release 5 3 Upgrade 6 3.1 Prerequisites................................... 6 3.2 How to apply

More information

Basic System Management Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3850 Switches)

Basic System Management Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3850 Switches) Basic System Management Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3850 Switches) Network Time Protocol 2 Finding Feature Information 2 Restrictions for Network Time Protocol 2 Information

More information

Version 2.6. Product Overview

Version 2.6. Product Overview Version 2.6 IP Traffic Generator & QoS Measurement Tool for IP Networks (IPv4 & IPv6) -------------------------------------------------- FTTx, LAN, MAN, WAN, WLAN, WWAN, Mobile, Satellite, PLC Distributed

More information

Viewing System Status, page 404. Backing Up and Restoring a Configuration, page 416. Managing Certificates for Authentication, page 418

Viewing System Status, page 404. Backing Up and Restoring a Configuration, page 416. Managing Certificates for Authentication, page 418 This chapter describes how to maintain the configuration and firmware, reboot or reset the security appliance, manage the security license and digital certificates, and configure other features to help

More information

List of firmware changes (new features and bug fixes) of Weidmüller Router models

List of firmware changes (new features and bug fixes) of Weidmüller Router models List of firmware changes (new features and bug fixes) of Weidmüller Router models List of affected Router variants: Article name Article number IE-SR-2GT-LAN 1345270000 IE-SR-2GT-LAN-FN 1489940000 IE-SR-2GT-UMTS/3G

More information

What is the main purpose for the Security managementserver?

What is the main purpose for the Security managementserver? Question 1: What is Checkpoint Firewall Architecture? Check Point has developed a Unified Security Architecture that is implemented throughout all of its security products. This Unified Security Architecture

More information

IEther-00 (iether) B Ethernet Driver Release Notes

IEther-00 (iether) B Ethernet Driver Release Notes IEther-00 (iether) B.11.31.1503 Ethernet Driver Release Notes HP-UX 11i v3 Abstract This document contains specific information that is intended for users of this HP product. HP Part Number: 5900-4023

More information

Network Security Platform 8.1

Network Security Platform 8.1 8.1.7.91-8.1.7.44 Manager-Virtual IPS Release Notes Network Security Platform 8.1 Revision B Contents About this release New features Enhancements Resolved issues Installation instructions Known issues

More information

Understanding NTP Reachability Statistics

Understanding NTP Reachability Statistics Understanding NTP Reachability Statistics Jan 05, 2004 By Todd Jacobs (/user/801247) in How to make sense out of reachability statistics to learn what and where the problem is. You're a typical system

More information

Network Security Platform 8.1

Network Security Platform 8.1 8.1.7.91-8.1.3.124-2.11.9 Manager-XC-Cluster Release Notes Network Security Platform 8.1 Revision B Contents About this release New features Enhancements Resolved issues Installation instructions Known

More information

HP 5920 & 5900 Switch Series

HP 5920 & 5900 Switch Series HP 5920 & 5900 Switch Series Network Management and Monitoring Configuration Guide Part number: 5998-2900 Software version: Release 2210 Document version: 6W100-20131105 Legal and notice information Copyright

More information

FiberstoreOS. Network Management Configuration Guide

FiberstoreOS. Network Management Configuration Guide FiberstoreOS Network Management Configuration Guide Contents 1 Configuring Network Diagnosis...6 1.1 Overview... 6 1.2 Configurations...7 1.3 Validation... 7 2 Configuring NTP... 9 2.1 Overview... 9 2.2

More information

From Wikipedia, the free encyclopedia Not to be confused with Daytime Protocol or Time Protocol.

From Wikipedia, the free encyclopedia Not to be confused with Daytime Protocol or Time Protocol. From Wikipedia, the free encyclopedia Not to be confused with Daytime Protocol or Time Protocol. Network Time Protocol (NTP) is a networking protocol for clock synchronization between computer systems

More information

OpenSSL A h.001 Release Notes

OpenSSL A h.001 Release Notes OpenSSL A.01.00.02h.001 Release Notes HP-UX 11i v3 Part Number: 828902-005 Published: June 2016 Edition: 1 Copyright 2016 Hewlett-Packard Enterprise Development LP The information contained herein is subject

More information

Distributed Systems. 05. Clock Synchronization. Paul Krzyzanowski. Rutgers University. Fall 2017

Distributed Systems. 05. Clock Synchronization. Paul Krzyzanowski. Rutgers University. Fall 2017 Distributed Systems 05. Clock Synchronization Paul Krzyzanowski Rutgers University Fall 2017 2014-2017 Paul Krzyzanowski 1 Synchronization Synchronization covers interactions among distributed processes

More information

NAME ntpd - Network Time Protocol (NTP) daemon

NAME ntpd - Network Time Protocol (NTP) daemon NAME ntpd - Network Time Protocol (NTP) daemon SYNOPSIS ntpd [ -aabdglmnpqx ] [ -c conffile ][-fdriftfile ][-g][-kkeyfile ][-llogfile ][-Nhigh ] [ -p pidfile ][-rbroadcastdelay ][-sstatsdir ][-tkey ][-vvariable

More information

Zone-Based Firewall Logging Export Using NetFlow

Zone-Based Firewall Logging Export Using NetFlow Zone-Based Firewall Logging Export Using NetFlow Zone-based firewalls support the logging of messages to an external collector using NetFlow Version 9 export format. NetFlow Version 9 export format uses

More information

Network Security Platform 8.1

Network Security Platform 8.1 8.1.3.6-8.1.3.5 M-series Release Notes Network Security Platform 8.1 Revision A Contents About this release New features Enhancements Resolved issues Installation instructions Known issues Product documentation

More information

IETF Update. Stewart Bryant Yaakov Stein Karen O Donoghue Laurent Montini

IETF Update. Stewart Bryant Yaakov Stein Karen O Donoghue Laurent Montini IETF Update Stewart Bryant Yaakov Stein Karen O Donoghue Laurent Montini IETF WGs NTP WG NTP WG is closing down with the finishing up of NTPv4 work TICTOC WG TICTOC is responsible for all new timing related

More information

HP Auto Port Aggregation (APA) Release Notes

HP Auto Port Aggregation (APA) Release Notes HP Auto Port Aggregation (APA) Release Notes HP-UX 11i v1, 11i v2, and 11i v3 HP Part Number: 5900-2483 Published: September 2012 Edition: 1 Copyright 2012 Hewlett-Packard Development Company, L.P. Confidential

More information

User Guide IP Connect GPRS Wireless Maingate

User Guide IP Connect GPRS Wireless Maingate User Guide IP Connect GPRS Wireless Maingate Document number: MG040123 PdM F Date: 2007-10-03 Information class: Open Information Address: Wireless Maingate Box 244 S-371 24 KARLSKRONA Sweden Phone number:

More information

McAfee Network Security Platform 8.1

McAfee Network Security Platform 8.1 Revision C McAfee Network Security Platform 8.1 (8.1.7.91-8.1.3.124 Manager-M-series Release Notes) Contents About this release New features Enhancements Resolved issues Installation instructions Known

More information

Configuring NTP. Information About NTP NTP. This chapter describes how to configure the Network Time Protocol (NTP) on Cisco MDS 9000 Series switches.

Configuring NTP. Information About NTP NTP. This chapter describes how to configure the Network Time Protocol (NTP) on Cisco MDS 9000 Series switches. This chapter describes how to configure the Network Time Protocol (NTP) on Cisco MDS 9000 Series switches. Information About NTP Information About NTP, on page 1 Prerequisites for NTP, on page 2 Guidelines

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring a Single SRX Series Device in a Branch Office Modified: 2017-01-23 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

Communication Systems DHCP

Communication Systems DHCP Communication Systems DHCP Computer Science Copyright Warning This lecture is already stolen If you copy it please ask the author Prof. Dr. Gerhard Schneider like I did 2 Internet Protocol the Universal

More information

NTS-6001 VERSION 11 WEB CONFIGURATION MANUAL

NTS-6001 VERSION 11 WEB CONFIGURATION MANUAL NTS-6001 VERSION 11 WEB CONFIGURATION MANUAL CONTENTS Introduction. 4 Web configuration features 4 Web configuration... 5 Logging-on to the unit 5 Dashboard 6 Network tab 7 Networking 7 Teaming. 8 Services

More information

Network Working Group. Updates: 5905 (if approved) Expires: September 28, 2017 March 27, 2017

Network Working Group. Updates: 5905 (if approved) Expires: September 28, 2017 March 27, 2017 Network Working Group D. Franke Internet-Draft Akamai Updates: 5905 (if approved) A. Malhotra Intended status: Standards Track Boston University Expires: September 28, 2017 March 27, 2017 Abstract NTP

More information

Configuring NTP. Information About NTP. Information About the NTP Server. This chapter contains the following sections:

Configuring NTP. Information About NTP. Information About the NTP Server. This chapter contains the following sections: This chapter contains the following sections: Information About NTP, page 1 Licensing Requirements, page 3 Prerequisites for NTP, page 3 Guidelines and Limitations for NTP, page 3 Default Settings for

More information

Software Update Release Notes: NetClock ECN 2770 NetClock version Release Notes

Software Update Release Notes: NetClock ECN 2770 NetClock version Release Notes Software Update Release Notes: NetClock ECN 2770 NetClock version 3.4.8 Release Notes Dear valued Spectracom customer: We at Spectracom Corporation continuously strive to improve our products. To this

More information

Configuring and Managing the IP Camera

Configuring and Managing the IP Camera CHAPTER 3 The Cisco Video Surveillance IP Camera provides configuration windows that you use to configure and manage the IP camera. This chapter explains how to access the configuration windows, describes

More information

System Management Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9400 Switches)

System Management Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9400 Switches) System Management Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9400 Switches) First Published: 2017-07-31 Last Modified: 2017-11-03 Americas Headquarters Cisco Systems, Inc. 170 West Tasman

More information

Network Security: Broadcast and Multicast. Tuomas Aura T Network security Aalto University, Nov-Dec 2010

Network Security: Broadcast and Multicast. Tuomas Aura T Network security Aalto University, Nov-Dec 2010 Network Security: Broadcast and Multicast Tuomas Aura T-110.5240 Network security Aalto University, Nov-Dec 2010 Outline 1. Broadcast and multicast 2. Receiver access control (i.e. data confidentiality)

More information

Distributed Systems. Clock Synchronization: Physical Clocks. Paul Krzyzanowski

Distributed Systems. Clock Synchronization: Physical Clocks. Paul Krzyzanowski Distributed Systems Clock Synchronization: Physical Clocks Paul Krzyzanowski pxk@cs.rutgers.edu Except as otherwise noted, the content of this presentation is licensed under the Creative Commons Attribution

More information

This chapter describes how to configure the Network Time Protocol (NTP) on Cisco NX-OS devices. This chapter includes the following sections:

This chapter describes how to configure the Network Time Protocol (NTP) on Cisco NX-OS devices. This chapter includes the following sections: This chapter describes how to configure the Network Time Protocol (NTP) on Cisco NX-OS devices. This chapter includes the following sections: About NTP, page 1 Licensing Requirements for NTP, page 3 Prerequisites

More information

McAfee Network Security Platform

McAfee Network Security Platform Network Security Platform v5.1 Page 1 McAfee Network Security Platform [formerly McAfee IntruShield ] Release Version 5.1 (Document was revised on 11/26/09) Software versions in this release This document

More information

This Readme describes the NetIQ Access Manager 3.1 SP5 release.

This Readme describes the NetIQ Access Manager 3.1 SP5 release. NetIQ Access Manager 3.1 SP5 Readme January 2013 This Readme describes the NetIQ Access Manager 3.1 SP5 release. Section 1, What s New, on page 1 Section 2, Upgrading or Migrating to Access Manager 3.1

More information

NTP. Release 4.2.8p3

NTP. Release 4.2.8p3 NTP Release 4.2.8p3 September 07, 2015 CONTENTS 1 The Network Time Protocol (NTP) Distribution 1 1.1 The Handbook.............................................. 1 1.2 Building and Installing NTP.......................................

More information

HP-UX 11i v3 Installation and Update Guide

HP-UX 11i v3 Installation and Update Guide HP-UX 11i v3 Installation and Update Guide HPE Integrity Server Blades, HPE Integrity Servers, and HP 9000 Server Abstract This guide describes cold-installing and updating to HP-UX 11i v3 (B.11.31). This

More information

Internet Control Message Protocol

Internet Control Message Protocol Internet Control Message Protocol The Internet Control Message Protocol is used by routers and hosts to exchange control information, and to inquire about the state and configuration of routers and hosts.

More information

Event Monitoring Service Version A Release Notes for HP-UX 11i

Event Monitoring Service Version A Release Notes for HP-UX 11i Event Monitoring Service Version A.03.20.01 Release Notes for HP-UX 11i Manufacturing Part Number: B7609-90015 December 2000 Legal Notices The information contained in this document is subject to change

More information

AVAYA Avaya Aura System Platform Service Pack R6.2.1 Release Notes Issue 1.3

AVAYA Avaya Aura System Platform Service Pack R6.2.1 Release Notes Issue 1.3 AVAYA R6.2.1 Release Notes Issue 1.3 INTRODUCTION This document introduces the Release 6.2.1 and describes known issues and the issues resolved in this release. SOFTWARE RELEASE VERSIONS Release Date File

More information

Network Security: Broadcast and Multicast. Tuomas Aura T Network security Aalto University, Nov-Dec 2011

Network Security: Broadcast and Multicast. Tuomas Aura T Network security Aalto University, Nov-Dec 2011 Network Security: Broadcast and Multicast Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2011 Outline 1. Broadcast and multicast 2. Receiver access control (i.e. data confidentiality)

More information

Release Notes. NCP Secure Enterprise Mac Client. 1. New Features and Enhancements. 2. Improvements / Problems Resolved. 3.

Release Notes. NCP Secure Enterprise Mac Client. 1. New Features and Enhancements. 2. Improvements / Problems Resolved. 3. NCP Secure Enterprise Mac Client Service Release 2.05 Rev. 32317 Date: January 2017 Prerequisites Apple OS X Operating System: The following Apple OS X operating system versions are supported with this

More information

Network Time Service SY-GPS-1-A

Network Time Service SY-GPS-1-A Network Time Service SY-GPS-1-A March 01, 2010 Contents 1 Introduction... 3 2 Hardware... 4 3 Mounting GPS antenna... 5 4 Powering up SY-GPS-1-A... 6 5 NTP - Network Time Protocol... 7 6 SY-GPS-1-A software

More information

Cisco Implementing Cisco IP Routing (ROUTE v2.0)

Cisco Implementing Cisco IP Routing (ROUTE v2.0) Cisco 300-101 Implementing Cisco IP Routing (ROUTE v2.0) https://killexams.com/pass4sure/exam-detail/300-101 QUESTION: 228 Refer to the exhibit. Which statement about this neighbor of R1 is true? A. OSPFv3

More information

DOMAIN NAME SECURITY EXTENSIONS

DOMAIN NAME SECURITY EXTENSIONS DOMAIN NAME SECURITY EXTENSIONS The aim of this paper is to provide information with regards to the current status of Domain Name System (DNS) and its evolution into Domain Name System Security Extensions

More information

HPE 5510HI_5130HI-POE-V146 Release Notes

HPE 5510HI_5130HI-POE-V146 Release Notes HPE 5510HI_5130HI-POE-V146 Notes The information in this document is subject to change without notice. Copyright 2015,2016 Hewlett Packard Enterprise Development LP Contents Version information 1 Version

More information

Configuring NTP. Information About NTP. This chapter contains the following sections:

Configuring NTP. Information About NTP. This chapter contains the following sections: This chapter contains the following sections: Information About NTP, page 1 NTP as Time Server, page 2 Distributing NTP Using CFS, page 2 Clock Manager, page 2 High Availability, page 2 Virtualization

More information

McAfee Network Security Platform 8.3

McAfee Network Security Platform 8.3 8.3.7.28-8.3.3.9 Manager-Mxx30-series Release Notes McAfee Network Security Platform 8.3 Revision C Contents About this release New features Enhancements Resolved issues Installation instructions Known

More information

RIP Version 2. The Classless Brother

RIP Version 2. The Classless Brother RIP Version 2 The Classless Brother (C) Herbert Haas 2005/03/11 1 Why RIPv2 Need for subnet information and VLSM Need for Next Hop addresses for each route entry Need for external route tags Need for multicast

More information

SETTING UP AN NTP SERVER AT THE ROYAL OBSERVATORY OF BELGIUM

SETTING UP AN NTP SERVER AT THE ROYAL OBSERVATORY OF BELGIUM SETTING UP AN NTP SERVER AT THE ROYAL OBSERVATORY OF BELGIUM Fabian Roosbeek, Pascale Defraigne, and André Somerhausen Royal Observatory of Belgium Abstract This paper describes the setup of an NTP server

More information

"Charting the Course... Interconnecting Cisco Networking Devices Accelerated 3.0 (CCNAX) Course Summary

Charting the Course... Interconnecting Cisco Networking Devices Accelerated 3.0 (CCNAX) Course Summary Description Course Summary The Cisco CCNA curriculum includes a third course, Interconnecting Cisco Networking Devices: Accelerated (CCNAX), consisting of Interconnecting Cisco Networking Devices, Part

More information

Operation Manual NTP. Table of Contents

Operation Manual NTP. Table of Contents Table of Contents Table of Contents... 1-1 1.1 NTP Overview... 1-1 1.1.1 Applications of NTP... 1-1 1.1.2 How NTP Works... 1-2 1.1.3 NTP Message Format... 1-4 1.1.4 Operation Modes of NTP... 1-5 1.1.5

More information

HP 5920 & 5900 Switch Series

HP 5920 & 5900 Switch Series HP 5920 & 5900 Switch Series Network Management and Monitoring Command Reference Part number: 5998-2889 Software version: Release 2210 Document version: 6W100-20131105 Legal and notice information Copyright

More information

Table of Contents 1 NTP Configuration 1-1

Table of Contents 1 NTP Configuration 1-1 Table of Contents 1 NTP Configuration 1-1 NTP Overview 1-1 Applications of NTP 1-1 Advantages of NTP 1-2 How NTP Works 1-2 NTP Message Format 1-3 Operation Modes of NTP 1-5 NTP Configuration Task List

More information

Internet Protocol and Transmission Control Protocol

Internet Protocol and Transmission Control Protocol Internet Protocol and Transmission Control Protocol CMSC 414 November 13, 2017 Internet Protcol Recall: 4-bit version 4-bit hdr len 8-bit type of service 16-bit total length (bytes) 8-bit TTL 16-bit identification

More information

WL5041 Router User Manual

WL5041 Router User Manual TECOM WL5041 Router User Manual TECOM CO., LTD. March 2003 2003 by TECOM CO., LTD. All rights reserved. Printed in Taiwan Table of contents Package Contents--------------------------------------- 2 Installing

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for HPE H3C Syslog Configuration Guide October 17, 2017 Configuration Guide SmartConnector for HPE H3C Syslog October 17, 2017 Copyright 2012 2017 Hewlett

More information

HPE StoreEver MSL6480 Tape Library Version 5.50 Firmware Release Notes

HPE StoreEver MSL6480 Tape Library Version 5.50 Firmware Release Notes HPE StoreEver MSL6480 Tape Library Version 5.50 Firmware Release Notes Abstract This document provides information about enhancements and fixes to the firmware for the HPE StoreEver MSL6480 Tape Library.

More information

NCP Secure Client Juniper Edition (Win32/64) Release Notes

NCP Secure Client Juniper Edition (Win32/64) Release Notes Service Release: 10.10 r31802 Date: September 2016 Prerequisites Operating System Support The following Microsoft Operating Systems are supported with this release: Windows 10 32/64 bit Windows 8.x 32/64

More information

HP BladeSystem c-class Virtual Connect Support Utility Version Release Notes

HP BladeSystem c-class Virtual Connect Support Utility Version Release Notes HP BladeSystem c-class Virtual Connect Support Utility Version 1.9.1 Release Notes Abstract This document provides release information for the HP BladeSystem c-class Virtual Connect Support Utility Version

More information

Wireless LAN Security. Gabriel Clothier

Wireless LAN Security. Gabriel Clothier Wireless LAN Security Gabriel Clothier Timeline 1997: 802.11 standard released 1999: 802.11b released, WEP proposed [1] 2003: WiFi alliance certifies for WPA 2004: 802.11i released 2005: 802.11w task group

More information