<?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: NTP setting in Expedition in Expedition Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/expedition-discussions/ntp-setting-in-expedition/m-p/239395#M796</link>
    <description>&lt;P&gt;SSH to Expedition and change the /etc/ntp.conf settings&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ssh -l expedition &amp;lt;ip.of.your.server&amp;gt;&lt;/P&gt;
&lt;P&gt;sudo -s . (passwd: paloalto)&lt;/P&gt;
&lt;P&gt;nano /etc/ntp.conf&lt;/P&gt;
&lt;P&gt;comment out all lines starting with "pool ..." and insert&amp;nbsp; a "server statement:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# Use servers from the NTP Pool Project. Approved by Ubuntu Technical Board&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# on 2011-02-08 (LP: #104525). See &lt;A href="http://www.pool.ntp.org/join.html" target="_blank"&gt;http://www.pool.ntp.org/join.html&lt;/A&gt; for&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# more information.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# pool 0.ubuntu.pool.ntp.org iburst&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# pool 1.ubuntu.pool.ntp.org iburst&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# pool 2.ubuntu.pool.ntp.org iburst&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# pool 3.ubuntu.pool.ntp.org iburst&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# Use Ubuntu's ntp server as a fallback.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# pool ntp.ubuntu.com&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;server 192.168.123.123&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Restart NTP: service ntp restart&lt;/P&gt;
&lt;P&gt;or stop and run ntpdate and start again&lt;/P&gt;
&lt;P&gt;service ntp stop&lt;/P&gt;
&lt;P&gt;ntpdate 192.168.123.123&lt;/P&gt;
&lt;P&gt;service ntp start&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 10 Nov 2018 17:44:38 GMT</pubDate>
    <dc:creator>KlausGroeger</dc:creator>
    <dc:date>2018-11-10T17:44:38Z</dc:date>
    <item>
      <title>NTP setting in Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/ntp-setting-in-expedition/m-p/239394#M795</link>
      <description>&lt;P&gt;Does anyone know how to change the NTP settings in Expedition. For instance to point it to a local server?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Nov 2018 17:21:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/ntp-setting-in-expedition/m-p/239394#M795</guid>
      <dc:creator>cezarb</dc:creator>
      <dc:date>2018-11-10T17:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: NTP setting in Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/ntp-setting-in-expedition/m-p/239395#M796</link>
      <description>&lt;P&gt;SSH to Expedition and change the /etc/ntp.conf settings&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ssh -l expedition &amp;lt;ip.of.your.server&amp;gt;&lt;/P&gt;
&lt;P&gt;sudo -s . (passwd: paloalto)&lt;/P&gt;
&lt;P&gt;nano /etc/ntp.conf&lt;/P&gt;
&lt;P&gt;comment out all lines starting with "pool ..." and insert&amp;nbsp; a "server statement:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# Use servers from the NTP Pool Project. Approved by Ubuntu Technical Board&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# on 2011-02-08 (LP: #104525). See &lt;A href="http://www.pool.ntp.org/join.html" target="_blank"&gt;http://www.pool.ntp.org/join.html&lt;/A&gt; for&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# more information.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# pool 0.ubuntu.pool.ntp.org iburst&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# pool 1.ubuntu.pool.ntp.org iburst&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# pool 2.ubuntu.pool.ntp.org iburst&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# pool 3.ubuntu.pool.ntp.org iburst&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# Use Ubuntu's ntp server as a fallback.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# pool ntp.ubuntu.com&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;server 192.168.123.123&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Restart NTP: service ntp restart&lt;/P&gt;
&lt;P&gt;or stop and run ntpdate and start again&lt;/P&gt;
&lt;P&gt;service ntp stop&lt;/P&gt;
&lt;P&gt;ntpdate 192.168.123.123&lt;/P&gt;
&lt;P&gt;service ntp start&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Nov 2018 17:44:38 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/ntp-setting-in-expedition/m-p/239395#M796</guid>
      <dc:creator>KlausGroeger</dc:creator>
      <dc:date>2018-11-10T17:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: NTP setting in Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/ntp-setting-in-expedition/m-p/239396#M797</link>
      <description>&lt;P&gt;That is what I was looking for &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/12839"&gt;@KlausGroeger&lt;/a&gt; but on my VM /etc/ntp.conf and NTP service are missing.&lt;/P&gt;
&lt;P&gt;I am looking now at:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.ubuntu.com/lts/serverguide/NTP.html.en" target="_blank"&gt;https://help.ubuntu.com/lts/serverguide/NTP.html.en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.digitalocean.com/community/tutorials/how-to-set-up-time-synchronization-on-ubuntu-16-04" target="_blank"&gt;https://www.digitalocean.com/community/tutorials/how-to-set-up-time-synchronization-on-ubuntu-16-04&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;They seem to apply to my Ubuntu. I am trying to validate the success of the changes now...&lt;/P&gt;</description>
      <pubDate>Sat, 10 Nov 2018 17:54:24 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/ntp-setting-in-expedition/m-p/239396#M797</guid>
      <dc:creator>cezarb</dc:creator>
      <dc:date>2018-11-10T17:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: NTP setting in Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/ntp-setting-in-expedition/m-p/239397#M798</link>
      <description>&lt;P&gt;Just become root on your expedition server and install ntp and ntpdate:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;apt-get install ntpdate&lt;/P&gt;
&lt;P&gt;apt-get install ntp&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go on with the above.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Nov 2018 17:57:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/ntp-setting-in-expedition/m-p/239397#M798</guid>
      <dc:creator>KlausGroeger</dc:creator>
      <dc:date>2018-11-10T17:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: NTP setting in Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/ntp-setting-in-expedition/m-p/239398#M799</link>
      <description>&lt;P&gt;It never crossed my mind to install ntp and ntpdate. Aparently if installed they start takeing care of keeping time even if the new (replacement) service is installed already. Thank you for guidance and support &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/12839"&gt;@KlausGroeger&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I ended up doing though is:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;add the local seerver in: /etc/systemd/timesyncd.conf&lt;/LI&gt;
&lt;LI&gt;check the status with: systemctl status systemd-timesyncd.service&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Nov 2018 18:33:11 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/ntp-setting-in-expedition/m-p/239398#M799</guid>
      <dc:creator>cezarb</dc:creator>
      <dc:date>2018-11-10T18:33:11Z</dc:date>
    </item>
  </channel>
</rss>

