<?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 ASA 5510 - How to use outside NAT, Traffic from internal adress using different wan adress for a specific port in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5510-how-to-use-outside-nat-traffic-from-internal-adress/m-p/2685087#M190405</link>
    <description>&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;This is the situation:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;(the shown ip adresses are fictional)&lt;/P&gt;&lt;P&gt;We have a server with the internal IP Adress of&amp;nbsp;10.1.100.2. Our public Adres is 214.214.214.214. We also have a public adress of 214.214.214.215.&lt;/P&gt;&lt;P&gt;This server needs to send traffic over port 8555 and use 214.214.214.215 as the&amp;nbsp;sending adress for the destination&amp;nbsp;firewall to accept the packets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a NAT rule (using the graphical user interface) but i am not sure if the rule is correct as we still receive timeouts when trying to send out the packet. When making a nat rule using the gui by default does it create only an inside nat rule or both inside and outside?&lt;/P&gt;&lt;P&gt;(what i did is i went to NAT rules and clicked on add "Network Obect" Nat rule. Name Server, Type Host, IP 10.1.100.2 NAT type Static -&amp;gt; Translated addr: 214.214.214.215 and on advanced i mapped service 8555 to it)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this correct?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone supply me the command line command? (for the future and just in case)&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 06:09:25 GMT</pubDate>
    <dc:creator>Wouter Platteeuw</dc:creator>
    <dc:date>2019-03-12T06:09:25Z</dc:date>
    <item>
      <title>ASA 5510 - How to use outside NAT, Traffic from internal adress using different wan adress for a specific port</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-how-to-use-outside-nat-traffic-from-internal-adress/m-p/2685087#M190405</link>
      <description>&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;This is the situation:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;(the shown ip adresses are fictional)&lt;/P&gt;&lt;P&gt;We have a server with the internal IP Adress of&amp;nbsp;10.1.100.2. Our public Adres is 214.214.214.214. We also have a public adress of 214.214.214.215.&lt;/P&gt;&lt;P&gt;This server needs to send traffic over port 8555 and use 214.214.214.215 as the&amp;nbsp;sending adress for the destination&amp;nbsp;firewall to accept the packets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a NAT rule (using the graphical user interface) but i am not sure if the rule is correct as we still receive timeouts when trying to send out the packet. When making a nat rule using the gui by default does it create only an inside nat rule or both inside and outside?&lt;/P&gt;&lt;P&gt;(what i did is i went to NAT rules and clicked on add "Network Obect" Nat rule. Name Server, Type Host, IP 10.1.100.2 NAT type Static -&amp;gt; Translated addr: 214.214.214.215 and on advanced i mapped service 8555 to it)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this correct?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone supply me the command line command? (for the future and just in case)&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 06:09:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-how-to-use-outside-nat-traffic-from-internal-adress/m-p/2685087#M190405</guid>
      <dc:creator>Wouter Platteeuw</dc:creator>
      <dc:date>2019-03-12T06:09:25Z</dc:date>
    </item>
    <item>
      <title>Hi,I think if i understand it</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-how-to-use-outside-nat-traffic-from-internal-adress/m-p/2685088#M190406</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think if i understand it correctly , your requirement is to NAT Private server to .215 IP address over port 8555 to the destination.&lt;/P&gt;&lt;P&gt;If this is the case , Static PAT for 8555 port would not work as the outbound traffic would not use this Static PAT and instead use the Dynamic NAT configured on the ASA device.&lt;/P&gt;&lt;P&gt;To make this work , use Static NAT instead:-&lt;/P&gt;&lt;P&gt;object network obj-10.1.100.2&lt;/P&gt;&lt;P&gt;host 10.1.100.2&lt;/P&gt;&lt;P&gt;nat (inside,outside) static 214.214.214.215&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vibhor Amrodia&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2015 11:06:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-how-to-use-outside-nat-traffic-from-internal-adress/m-p/2685088#M190406</guid>
      <dc:creator>Vibhor Amrodia</dc:creator>
      <dc:date>2015-06-19T11:06:09Z</dc:date>
    </item>
    <item>
      <title>Well i did make a static nat</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-how-to-use-outside-nat-traffic-from-internal-adress/m-p/2685089#M190407</link>
      <description>&lt;P&gt;Well i did make a static nat rule (using the gui)&lt;/P&gt;&lt;P&gt;I did a packet trace and it says 10.1.100.2/8555 translate to 214.214.214.215/8555&lt;/P&gt;&lt;P&gt;&amp;nbsp;so i guess the problem doesnt lie on my end. i will call&amp;nbsp;them tomorrow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Btw i tryed the nat (inside,outside) command but it didnt recognize it version 8.4(2) adsm 6.4&amp;nbsp;(5))&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2015 14:47:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-how-to-use-outside-nat-traffic-from-internal-adress/m-p/2685089#M190407</guid>
      <dc:creator>Wouter Platteeuw</dc:creator>
      <dc:date>2015-06-23T14:47:38Z</dc:date>
    </item>
  </channel>
</rss>

