<?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 Hi JimmyAs far as I know, the in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-do-i-get-an-asa-to-push-out-ntp-do-i-need-to-nat-pat/m-p/2745410#M178625</link>
    <description>&lt;P&gt;Hi Jimmy&lt;/P&gt;&lt;P&gt;As far as I know, the ASA cannot act as an NTP server, so you will need to have it do a NAT. There are several ways to get time into your network. You could do a NAT from anyone to get to the external&amp;nbsp;time server - but&amp;nbsp;I prefer "static&amp;nbsp;twice NATs" myself. Just make sure you&amp;nbsp; use object networks and services&amp;nbsp;vs.&amp;nbsp;group - groups don't work with&amp;nbsp;static twice&amp;nbsp;NATs:&lt;/P&gt;&lt;P&gt;Here is a NAT that changes TOM to the external interface IP (a public IP) and sends it to the NTP-1 source, using a service object called NTP&lt;/P&gt;&lt;P&gt;object network TOM&lt;/P&gt;&lt;P&gt;host 10.10.161.146&lt;/P&gt;&lt;P&gt;object network NTP-1&lt;/P&gt;&lt;P&gt;host 8.8.8.8&lt;/P&gt;&lt;P&gt;object service NTP&lt;/P&gt;&lt;P&gt;service destination udp eq 123&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static TOM interface destination static NTP-1 NTP-1 service NTP NTP&lt;/P&gt;&lt;P&gt;As an aside note - what I did was point my inside Cisco switch to the NTP server only, and then made the switch be a time server (it can do this). This way, only my switch goes out for udp 123 for time, and all of the devices inside the firewall can go to it for time. You lose one stratum by doing this, but I like it because doing it this way prevents many devices going out of the firewall for time - you only have one device that goes out.&lt;/P&gt;&lt;P&gt;Here is&amp;nbsp;the link I used&amp;nbsp;about NATs for ASA - just scroll down to the static twice NAT area:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/c/en/us/td/docs/security/asa/asa94/config-guides/cli/firewall/asa-94-firewall-config/nat-basics.html#ID-2090-0000083f"&gt;http://www.cisco.com/c/en/us/td/docs/security/asa/asa94/config-guides/cli/firewall/asa-94-firewall-config/nat-basics.html#ID-2090-0000083f&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Good Luck!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Sep 2015 20:47:05 GMT</pubDate>
    <dc:creator>John Forester</dc:creator>
    <dc:date>2015-09-21T20:47:05Z</dc:date>
    <item>
      <title>How do I get an  ASA to push out NTP, do I need to NAT/PAT ??</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-get-an-asa-to-push-out-ntp-do-i-need-to-nat-pat/m-p/2745409#M178624</link>
      <description>&lt;P&gt;We have a custom&amp;nbsp;device that can not be re-coded. &amp;nbsp;It's IP is 10.10.161.146. &amp;nbsp;It's host name is TOM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TOM wants&amp;nbsp;to grab the NTP data from his&amp;nbsp;default Gateway, which is the ASA inside&amp;nbsp;interface (10.10.161.1).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ASA get's it's NTP from a router called CORE, &amp;nbsp;(IP of 10.10.151.1).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I make the ASA an NTP server? &amp;nbsp;&lt;/P&gt;&lt;P&gt;If not, how do I NAT/PAT the incoming request from TOM so that he gets good NTP.&lt;/P&gt;&lt;P&gt;(Tom is far away, and can not be reprogrammed)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 01:08:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-get-an-asa-to-push-out-ntp-do-i-need-to-nat-pat/m-p/2745409#M178624</guid>
      <dc:creator>jimmycher</dc:creator>
      <dc:date>2019-03-13T01:08:54Z</dc:date>
    </item>
    <item>
      <title>Hi JimmyAs far as I know, the</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-get-an-asa-to-push-out-ntp-do-i-need-to-nat-pat/m-p/2745410#M178625</link>
      <description>&lt;P&gt;Hi Jimmy&lt;/P&gt;&lt;P&gt;As far as I know, the ASA cannot act as an NTP server, so you will need to have it do a NAT. There are several ways to get time into your network. You could do a NAT from anyone to get to the external&amp;nbsp;time server - but&amp;nbsp;I prefer "static&amp;nbsp;twice NATs" myself. Just make sure you&amp;nbsp; use object networks and services&amp;nbsp;vs.&amp;nbsp;group - groups don't work with&amp;nbsp;static twice&amp;nbsp;NATs:&lt;/P&gt;&lt;P&gt;Here is a NAT that changes TOM to the external interface IP (a public IP) and sends it to the NTP-1 source, using a service object called NTP&lt;/P&gt;&lt;P&gt;object network TOM&lt;/P&gt;&lt;P&gt;host 10.10.161.146&lt;/P&gt;&lt;P&gt;object network NTP-1&lt;/P&gt;&lt;P&gt;host 8.8.8.8&lt;/P&gt;&lt;P&gt;object service NTP&lt;/P&gt;&lt;P&gt;service destination udp eq 123&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static TOM interface destination static NTP-1 NTP-1 service NTP NTP&lt;/P&gt;&lt;P&gt;As an aside note - what I did was point my inside Cisco switch to the NTP server only, and then made the switch be a time server (it can do this). This way, only my switch goes out for udp 123 for time, and all of the devices inside the firewall can go to it for time. You lose one stratum by doing this, but I like it because doing it this way prevents many devices going out of the firewall for time - you only have one device that goes out.&lt;/P&gt;&lt;P&gt;Here is&amp;nbsp;the link I used&amp;nbsp;about NATs for ASA - just scroll down to the static twice NAT area:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/c/en/us/td/docs/security/asa/asa94/config-guides/cli/firewall/asa-94-firewall-config/nat-basics.html#ID-2090-0000083f"&gt;http://www.cisco.com/c/en/us/td/docs/security/asa/asa94/config-guides/cli/firewall/asa-94-firewall-config/nat-basics.html#ID-2090-0000083f&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Good Luck!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2015 20:47:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-get-an-asa-to-push-out-ntp-do-i-need-to-nat-pat/m-p/2745410#M178625</guid>
      <dc:creator>John Forester</dc:creator>
      <dc:date>2015-09-21T20:47:05Z</dc:date>
    </item>
    <item>
      <title>Thanks John,I'm getting hits</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-get-an-asa-to-push-out-ntp-do-i-need-to-nat-pat/m-p/2745411#M178626</link>
      <description>&lt;P&gt;Thanks John,&lt;/P&gt;&lt;P&gt;I'm getting hits on the first half of the NAT statement:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal; background-color: rgb(249, 249, 249);"&gt;"nat (inside,outside) source static TOM interface destination static interface any"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal; background-color: rgb(249, 249, 249);"&gt;but when I enter the complete statement from above, I don't get any hits.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal; background-color: rgb(249, 249, 249);"&gt;By the way, this is all be done in a lab, with a linux server running "ntpdate" continuously.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal; background-color: rgb(249, 249, 249);"&gt;Also, I think you juxtaposed destination and udp in the command listed above:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal; background-color: rgb(249, 249, 249);"&gt;service destination udp eq 123 &amp;nbsp; (should be service udp destination eq 123) ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal; background-color: rgb(249, 249, 249);"&gt;Not sure what I'm missing?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal; background-color: rgb(249, 249, 249);"&gt;jc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2015 22:32:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-get-an-asa-to-push-out-ntp-do-i-need-to-nat-pat/m-p/2745411#M178626</guid>
      <dc:creator>jimmycher</dc:creator>
      <dc:date>2015-09-21T22:32:55Z</dc:date>
    </item>
    <item>
      <title>Hi Jimmy,Sorry about the</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-get-an-asa-to-push-out-ntp-do-i-need-to-nat-pat/m-p/2745412#M178627</link>
      <description>&lt;P&gt;Hi Jimmy,&lt;/P&gt;&lt;P&gt;Sorry about the error with the service line.&lt;/P&gt;&lt;P&gt;For the NAT you are running, I&amp;nbsp;believe your "destination static interface any" may be incorrect. The first part of the NAT statement "nat (inside,outside) source static TOM interface" translates your real IP of TOM, to your outside interface's public IP address. The "destination static interface any" is trying to point to a real interface at the distant end, and then any mapped IP. If you build a NAT statement this way, it will not work correctly. Your destination part should be the same real, and mapped IP, hence why it is in twice on my line above. The only reason to change it would be to have a destination to a real IP on another firewall or router, and then a mapped IP behind it. This way will work and if that is what your are trying then you can do it this way - however, you will probably&amp;nbsp;need a NAT at that destination to accept your udp request from your firewall's&amp;nbsp;public IP as well.&lt;/P&gt;&lt;P&gt;Also if you do not specify a service, you will need to build an ACL allowing the private IP to the public NTP's IP, and specify in the ACL that udp 123 is allowed. The AACL would be applied to your inside group access list&lt;/P&gt;&lt;P&gt;Packet-tracer will tell you if the problem is an ACL that drops it, or the NAT.&amp;nbsp;You are close to getting it working!!!&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2015 01:02:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-get-an-asa-to-push-out-ntp-do-i-need-to-nat-pat/m-p/2745412#M178627</guid>
      <dc:creator>John Forester</dc:creator>
      <dc:date>2015-09-22T01:02:01Z</dc:date>
    </item>
    <item>
      <title>Hi John,I understand my</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-get-an-asa-to-push-out-ntp-do-i-need-to-nat-pat/m-p/2745413#M178628</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;I understand my "destination static interface any" is incorrect, but at least I'm getting hits on the NAT counter. &amp;nbsp;When I specify object network NTP-1, I get zero hits on the NAT counter. &amp;nbsp;This is true even if I don't specify the protocol.&lt;/P&gt;&lt;P&gt;Did you run this exact config in a lab? &amp;nbsp;perhaps we forgot something?&lt;/P&gt;&lt;P&gt;If you would be kind enough to explain in simple terms the command:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal; background-color: rgb(249, 249, 249);"&gt;nat (inside,outside) source static TOM interface destination static NTP-1 NTP-1 service NTP NTP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal; background-color: rgb(249, 249, 249);"&gt;Also, you mentioned a different method, can you give that to me as well, and I'll run it by the lab.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal; background-color: rgb(249, 249, 249);"&gt;Many, many thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2015 14:04:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-get-an-asa-to-push-out-ntp-do-i-need-to-nat-pat/m-p/2745413#M178628</guid>
      <dc:creator>jimmycher</dc:creator>
      <dc:date>2015-09-22T14:04:34Z</dc:date>
    </item>
    <item>
      <title>It looks like I got it to</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-get-an-asa-to-push-out-ntp-do-i-need-to-nat-pat/m-p/2745414#M178629</link>
      <description>&lt;P&gt;It looks like I got it to work; I had to create a loop back address on my Core router (which simulates the internet). &amp;nbsp;It failed to work when I pointed the NAT to the outside address of the core router. &amp;nbsp; Here is what I did:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal; background-color: rgb(249, 249, 249);"&gt;nat (inside,outside) source static TOM interface destination static interface&amp;nbsp;LOOPBACK5&amp;nbsp;&amp;nbsp;service NTP NTP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal; background-color: rgb(249, 249, 249);"&gt;I haven't run that in a full mock up, do you think I missed something?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal; background-color: rgb(249, 249, 249);"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2015 15:37:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-get-an-asa-to-push-out-ntp-do-i-need-to-nat-pat/m-p/2745414#M178629</guid>
      <dc:creator>jimmycher</dc:creator>
      <dc:date>2015-09-22T15:37:02Z</dc:date>
    </item>
    <item>
      <title>Hi Jimmy,Glad you got it</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-get-an-asa-to-push-out-ntp-do-i-need-to-nat-pat/m-p/2745415#M178630</link>
      <description>&lt;P&gt;Hi Jimmy,&lt;/P&gt;&lt;P&gt;Glad you got it working!!&lt;/P&gt;&lt;P&gt;If I am reading your statement correctly, it looks like you may have been using private IPs on your outside interface of your firewall? I have not done it this way in a lab. The NAT I used works when your outside interface is a public IP. I am currently using this NAT statement to get three different NTP server time sources.&lt;/P&gt;&lt;P&gt;To answer your question on the syntax I'll break it down the way I understand it, in three pieces:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: normal; font-size: 14.4px; background-color: rgb(249, 249, 249);"&gt;nat (inside,outside) source static TOM interface (this portion identifies the inside zone as the originator of the request, and outside as the direction to send the request. The twice NAT uses a "real" and "mapped" IP, so this part of the statement says to convert the real IP of TOM to the outside interface's IP. It maps TOM to the outside IP address, so anything out on the Internet will think that your FW IP address is the originator, and not TOM's IP. The reason for this is because TOM is a private IP, not a public IP. The router will drop anything coming from a private IP as its default, and will only forward a private IP if specifically told to do so. (i.e. ip route statement)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: normal; font-size: 14.4px; background-color: rgb(249, 249, 249);"&gt;destination static NTP-1 NTP-1 (this portion identifies the real and mapped destination IP. In my case, I looked up the IP addresses on the web and found three that replied to ping, and then set them up with their own NAT.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: normal; font-size: 14.4px; background-color: rgb(249, 249, 249);"&gt;service NTP NTP (this portion identifies the real and mapped ports. I set in the destination port as udp 123 for both real and mapped)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: normal; font-size: 14.4px; background-color: rgb(249, 249, 249);"&gt;Hope this helps and congrats on getting it to work!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2015 21:10:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-get-an-asa-to-push-out-ntp-do-i-need-to-nat-pat/m-p/2745415#M178630</guid>
      <dc:creator>John Forester</dc:creator>
      <dc:date>2015-09-22T21:10:27Z</dc:date>
    </item>
    <item>
      <title>Thanks for timely and very</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-get-an-asa-to-push-out-ntp-do-i-need-to-nat-pat/m-p/2745416#M178631</link>
      <description>&lt;P&gt;Thanks for timely and very informative reply. I now have a better understanding of the first part. &amp;nbsp;The third part makes sense, NTP for both real and mapped. &amp;nbsp; What I don't understand is the second part. &amp;nbsp;When I copy your example, it fails. &amp;nbsp; When I &amp;nbsp;change the first LOOPBACK5 to interface, it works well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal; background-color: rgb(249, 249, 249);"&gt;nat (inside,outside) source static TOM interface destination static &amp;nbsp; &lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;SPAN style="color:#0000CD;"&gt;&lt;EM&gt;&lt;SPAN style="font-size:18px;"&gt;&lt;STRONG&gt;interface&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;&amp;nbsp;&lt;/SPAN&gt;LOOPBACK5&amp;nbsp;&amp;nbsp;service NTP NTP.&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think this will be okay, and not perturb the other NTP requests. &amp;nbsp;Do you agree?&lt;/P&gt;&lt;P&gt;Dang if I can understand it though.&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2015 21:42:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-get-an-asa-to-push-out-ntp-do-i-need-to-nat-pat/m-p/2745416#M178631</guid>
      <dc:creator>jimmycher</dc:creator>
      <dc:date>2015-09-22T21:42:43Z</dc:date>
    </item>
  </channel>
</rss>

