<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: configuring NTP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp/m-p/4730248#M531077</link>
    <description>NTP will not serve up time until the time source has been stable for a couple of minutes. So, be patient.  You may find that you've configured it, started it, and the clients can't connect (ntpq: lpeers, lassociations, pstatus... all bad..)&lt;BR /&gt;&lt;BR /&gt;The best thing you can do is go get a coffee. By the time you come back, it will likely be working.&lt;BR /&gt;&lt;BR /&gt;Sometimes it's worthwhile to restrict the client / server config..&lt;BR /&gt;&lt;BR /&gt;restrict default ignore&lt;BR /&gt;restrict 192.168.1.81 mask 255.255.255.255 nomodify notrap noquery&lt;BR /&gt;restrict 192.168.1.84 mask 255.255.255.255 nomodify notrap noquery&lt;BR /&gt;&lt;BR /&gt;This would definitely limit any NTP allowed responses to the ntp servers 192.168.1.81 and .84.&lt;BR /&gt;&lt;BR /&gt;For servers, go the other way and limit connections to only your hosts:&lt;BR /&gt;&lt;BR /&gt;restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap&lt;BR /&gt;&lt;BR /&gt;Also, using the NTP pools is a great idea, as it localises your NTP sources, and also doesn't overload the tier 1 sources, but it has the limitation of not working through a firewall unless you are willing to open udp/123 to your clients/NTP server. Better to have a couple of internal sources that you trust and have them go out to a tier 2 or tier 1 source in a firewalled fashion (preferably from your DMZ.. then get the time from the hosts in your DMZ from internal). Routers also do this well...&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Don</description>
    <pubDate>Fri, 24 Dec 2010 14:40:17 GMT</pubDate>
    <dc:creator>Don Mallory</dc:creator>
    <dc:date>2010-12-24T14:40:17Z</dc:date>
    <item>
      <title>configuring NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp/m-p/4730243#M531072</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;  I want to setup an NTP server.Please help me doing the same.&lt;BR /&gt;My os is HP-UX11.31</description>
      <pubDate>Thu, 23 Dec 2010 13:06:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp/m-p/4730243#M531072</guid>
      <dc:creator>kunjuttan</dc:creator>
      <dc:date>2010-12-23T13:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: configuring NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp/m-p/4730244#M531073</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;See chapter-4 here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://bizsupport.austin.hp.com/bc/docs/support/SupportManual/c02215026/c02215026.pdf" target="_blank"&gt;http://bizsupport.austin.hp.com/bc/docs/support/SupportManual/c02215026/c02215026.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You should configure at least three (3) time sources for the best, most accurate timekeeping. The NTP "pool" is a wonderful source sink:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.pool.ntp.org/en/" target="_blank"&gt;http://www.pool.ntp.org/en/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 23 Dec 2010 14:07:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp/m-p/4730244#M531073</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-12-23T14:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: configuring NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp/m-p/4730245#M531074</link>
      <description>one word;&lt;BR /&gt;xntdp daemon must be Up and Running :&lt;BR /&gt;# ps -ef | grep /usr/sbin/xntpd&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Dec 2010 15:51:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp/m-p/4730245#M531074</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-12-23T15:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: configuring NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp/m-p/4730246#M531075</link>
      <description>man xntpd&lt;BR /&gt;&lt;BR /&gt;but for a simplified list&lt;BR /&gt;&lt;BR /&gt;edit /etc/ntp./conf&lt;BR /&gt;server &lt;IP_OF_TIME_SERVER&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;edit /etc/rc.config/netdaemons&lt;BR /&gt;export XNTPD=1&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/xntpd start&lt;BR /&gt;&lt;BR /&gt;&lt;/IP_OF_TIME_SERVER&gt;</description>
      <pubDate>Thu, 23 Dec 2010 19:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp/m-p/4730246#M531075</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-12-23T19:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: configuring NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp/m-p/4730247#M531076</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you are new to NTP configuration as the pharoah said, it's the simplified list. However, some typo errors:-&lt;BR /&gt;&lt;BR /&gt;edit /etc/ntp.conf&lt;BR /&gt;edit /etc/rc.config.d/netdaemons&lt;BR /&gt;:)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ismail Azad</description>
      <pubDate>Fri, 24 Dec 2010 05:01:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp/m-p/4730247#M531076</guid>
      <dc:creator>Ismail Azad</dc:creator>
      <dc:date>2010-12-24T05:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: configuring NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp/m-p/4730248#M531077</link>
      <description>NTP will not serve up time until the time source has been stable for a couple of minutes. So, be patient.  You may find that you've configured it, started it, and the clients can't connect (ntpq: lpeers, lassociations, pstatus... all bad..)&lt;BR /&gt;&lt;BR /&gt;The best thing you can do is go get a coffee. By the time you come back, it will likely be working.&lt;BR /&gt;&lt;BR /&gt;Sometimes it's worthwhile to restrict the client / server config..&lt;BR /&gt;&lt;BR /&gt;restrict default ignore&lt;BR /&gt;restrict 192.168.1.81 mask 255.255.255.255 nomodify notrap noquery&lt;BR /&gt;restrict 192.168.1.84 mask 255.255.255.255 nomodify notrap noquery&lt;BR /&gt;&lt;BR /&gt;This would definitely limit any NTP allowed responses to the ntp servers 192.168.1.81 and .84.&lt;BR /&gt;&lt;BR /&gt;For servers, go the other way and limit connections to only your hosts:&lt;BR /&gt;&lt;BR /&gt;restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap&lt;BR /&gt;&lt;BR /&gt;Also, using the NTP pools is a great idea, as it localises your NTP sources, and also doesn't overload the tier 1 sources, but it has the limitation of not working through a firewall unless you are willing to open udp/123 to your clients/NTP server. Better to have a couple of internal sources that you trust and have them go out to a tier 2 or tier 1 source in a firewalled fashion (preferably from your DMZ.. then get the time from the hosts in your DMZ from internal). Routers also do this well...&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Don</description>
      <pubDate>Fri, 24 Dec 2010 14:40:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp/m-p/4730248#M531077</guid>
      <dc:creator>Don Mallory</dc:creator>
      <dc:date>2010-12-24T14:40:17Z</dc:date>
    </item>
  </channel>
</rss>

