<?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: Disable NTP - Server Only in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-ntp-server-only/m-p/4462950#M360203</link>
    <description>Rick is right. I'd suggest a ntp.conf like this:&lt;BR /&gt;restrict default ignore&lt;BR /&gt;restrict 127.0.0.1&lt;BR /&gt;restrict your.ntp.server&lt;BR /&gt;&lt;BR /&gt;Maybe it's enough to not allow peers to modify your time with:&lt;BR /&gt;restrict 1.2.3.4 mask 255.255.255.0 nomodify&lt;BR /&gt;&lt;BR /&gt;Check the ntp documentation for more detail but take care about the different implementations of "restrict" in NTP v3 (on HP-UX) and NTP 4.x!&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Armin&lt;BR /&gt;</description>
    <pubDate>Tue, 21 Jul 2009 12:11:33 GMT</pubDate>
    <dc:creator>Armin Kunaschik</dc:creator>
    <dc:date>2009-07-21T12:11:33Z</dc:date>
    <item>
      <title>Disable NTP - Server Only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-ntp-server-only/m-p/4462942#M360195</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Does anybody know how I can disable NTP server functionality only within HPUX 11.23 / 11.31 ?&lt;BR /&gt;&lt;BR /&gt;For security audit purposes I need to have the NTP client enabled but the NTP server disabled. Is there a way to do this?&lt;BR /&gt;&lt;BR /&gt;I've looked through various documents for hpux xntpd but cannot see a specific option.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Mon, 20 Jul 2009 10:58:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-ntp-server-only/m-p/4462942#M360195</guid>
      <dc:creator>wurzul</dc:creator>
      <dc:date>2009-07-20T10:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Disable NTP - Server Only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-ntp-server-only/m-p/4462943#M360196</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;First NTP isn't a security risk.&lt;BR /&gt;&lt;BR /&gt;Edit '/etc/rc.config.d/netdaemons' and set the NTPDATE_SERVER to null; set XNTPD=0 and set XNTPD_ARGS to null.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 20 Jul 2009 11:13:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-ntp-server-only/m-p/4462943#M360196</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-07-20T11:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Disable NTP - Server Only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-ntp-server-only/m-p/4462944#M360197</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;edit this file : /etc/rc.config.d/netdaemons&lt;BR /&gt;&lt;BR /&gt;export NTPDATE_SERVER=&lt;BR /&gt;export XNTPD=0&lt;BR /&gt;export XNTPD_ARGS=&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Mon, 20 Jul 2009 11:19:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-ntp-server-only/m-p/4462944#M360197</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-07-20T11:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Disable NTP - Server Only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-ntp-server-only/m-p/4462945#M360198</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I have to agree 100% with JRF. ntp is not a security risk, not at all.&lt;BR /&gt;&lt;BR /&gt;You can cause more problems by disabling time synchronization.&lt;BR /&gt;&lt;BR /&gt;All daemons have control files in /etc/rc.config.d&lt;BR /&gt;&lt;BR /&gt;You can set the start variable to 0 to stop the daemon from starting.&lt;BR /&gt;&lt;BR /&gt;I have serious questions about the security audit that has been done in this case. &lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jul 2009 11:20:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-ntp-server-only/m-p/4462945#M360198</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-20T11:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Disable NTP - Server Only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-ntp-server-only/m-p/4462946#M360199</link>
      <description>&lt;BR /&gt;I dont want to disable NTP outright.&lt;BR /&gt;&lt;BR /&gt;I need to stop NTP from acting as a server.&lt;BR /&gt;&lt;BR /&gt;I still need it to sync. I dont want other clients to be able to sync with it.&lt;BR /&gt;&lt;BR /&gt;hope this make sense</description>
      <pubDate>Mon, 20 Jul 2009 11:23:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-ntp-server-only/m-p/4462946#M360199</guid>
      <dc:creator>wurzul</dc:creator>
      <dc:date>2009-07-20T11:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Disable NTP - Server Only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-ntp-server-only/m-p/4462947#M360200</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;yes it make senc, its a normal procedure if you like to remove ntp server from your network and migrate it to other NTP server.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Mon, 20 Jul 2009 11:30:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-ntp-server-only/m-p/4462947#M360200</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-07-20T11:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Disable NTP - Server Only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-ntp-server-only/m-p/4462948#M360201</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;I need to stop NTP from acting as a server.&lt;BR /&gt;&lt;BR /&gt;I still need it to sync. I dont want other clients to be able to sync with it.&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;How the clients will sync with server if you have stopped the NTP server process? It is not possible. &lt;BR /&gt;&lt;BR /&gt;If you have another NTP server then configure the clients to sync with that one and disable NTP server services on this one.&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jul 2009 12:01:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-ntp-server-only/m-p/4462948#M360201</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-07-20T12:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Disable NTP - Server Only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-ntp-server-only/m-p/4462949#M360202</link>
      <description>I've never had to deal with folks insisting that the server portion be disabled, but I suspect some variation on the restrict entry in the config file would do it.  Perhaps documented on &lt;A href="http://www.ntp.org" target="_blank"&gt;www.ntp.org&lt;/A&gt; somewhere if not in the HP docs?</description>
      <pubDate>Mon, 20 Jul 2009 23:25:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-ntp-server-only/m-p/4462949#M360202</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2009-07-20T23:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Disable NTP - Server Only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-ntp-server-only/m-p/4462950#M360203</link>
      <description>Rick is right. I'd suggest a ntp.conf like this:&lt;BR /&gt;restrict default ignore&lt;BR /&gt;restrict 127.0.0.1&lt;BR /&gt;restrict your.ntp.server&lt;BR /&gt;&lt;BR /&gt;Maybe it's enough to not allow peers to modify your time with:&lt;BR /&gt;restrict 1.2.3.4 mask 255.255.255.0 nomodify&lt;BR /&gt;&lt;BR /&gt;Check the ntp documentation for more detail but take care about the different implementations of "restrict" in NTP v3 (on HP-UX) and NTP 4.x!&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Armin&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jul 2009 12:11:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-ntp-server-only/m-p/4462950#M360203</guid>
      <dc:creator>Armin Kunaschik</dc:creator>
      <dc:date>2009-07-21T12:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Disable NTP - Server Only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-ntp-server-only/m-p/4462951#M360204</link>
      <description>Hello, &lt;BR /&gt;            Armin's statements will work .&lt;BR /&gt;&lt;BR /&gt;            The documentation for ntp access control is here  &lt;BR /&gt;&lt;BR /&gt; &lt;A href="http://www.eecis.udel.edu/~mills/ntp/html/accopt.html" target="_blank"&gt;http://www.eecis.udel.edu/~mills/ntp/html/accopt.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;&amp;gt;Maybe it's enough to not allow peers to modify your time with:&lt;BR /&gt;&amp;gt;restrict 1.2.3.4 mask 255.255.255.0 nomodify&lt;BR /&gt;&lt;BR /&gt; nomodify will  prevent any packets coming from that subnet from modifying this client's time or settings. Queries will be permitted . &lt;BR /&gt; The restrict is done by numeric ip address. &lt;BR /&gt;&lt;BR /&gt; restrict 168.24.0.0 mask 255.255.0.0 noquery &lt;BR /&gt;&lt;BR /&gt; Will prevent any client on this subnet from visting this time server for time stamps and status information but a time server on this subnet will be allowed to update it. &lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Tue, 21 Jul 2009 16:17:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-ntp-server-only/m-p/4462951#M360204</guid>
      <dc:creator>BUPA IS</dc:creator>
      <dc:date>2009-07-21T16:17:22Z</dc:date>
    </item>
  </channel>
</rss>

