<?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 PAT interface address with static NAT port translation in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pat-interface-address-with-static-nat-port-translation/m-p/1731652#M532716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my response attempting to add the object network SYSLOG_SERVER commands.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Address 10.10.1.10 overlaps with outside interface address.&lt;/P&gt;&lt;P&gt;ERROR: NAT Policy is not downloaded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;asatest(config)# show run nat&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network inside-net&lt;/P&gt;&lt;P&gt; nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;asatest(config)# &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;asatest(config)# show run int&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 10.10.1.10 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/4&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/5&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/6&lt;/P&gt;&lt;P&gt;asatest(config)# &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Aug 2011 14:54:08 GMT</pubDate>
    <dc:creator>ampowell</dc:creator>
    <dc:date>2011-08-24T14:54:08Z</dc:date>
    <item>
      <title>PAT interface address with static NAT port translation</title>
      <link>https://community.cisco.com/t5/network-security/pat-interface-address-with-static-nat-port-translation/m-p/1731650#M532714</link>
      <description>&lt;P&gt;I have an 8.3(2) ASA with a single outside IP.&amp;nbsp; Dynamic PAT translates inside addresses to the outside interface address.&amp;nbsp; I would like to use static NAT with port translation to access an inside syslog server.&amp;nbsp; I got an error when I tried using the outside interface address.&amp;nbsp; Can I use both dynamic PAT and Port Translation with the same outside address?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I would like to use but I receive an error saying there is an overlap using the outside interface address.&amp;nbsp; Is there a different way to accomplish this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(192.168.1.0 is my inside network.&amp;nbsp; 10.10.1.10 is the outside interface IP.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network inside-net&lt;/P&gt;&lt;P&gt;&amp;nbsp; subnet 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; nat (inside, outside) dynamic interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network SYSLOG_SERVER&lt;/P&gt;&lt;P&gt;&amp;nbsp; host 192.168.1.50&lt;/P&gt;&lt;P&gt;&amp;nbsp; nat (inside,outside) static 10.10.1.10 service tcp ssh ssh&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:16:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-interface-address-with-static-nat-port-translation/m-p/1731650#M532714</guid>
      <dc:creator>ampowell</dc:creator>
      <dc:date>2019-03-11T21:16:03Z</dc:date>
    </item>
    <item>
      <title>PAT interface address with static NAT port translation</title>
      <link>https://community.cisco.com/t5/network-security/pat-interface-address-with-static-nat-port-translation/m-p/1731651#M532715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well the logic that you understand is perfecctly correct, you can use dynamic pat and statric port forwarding for the same public ip. Reason being, whenever users go to the internet using dynamic pat, they use the ports greater than 1200 or 1500 (not really sure about the exact number) to go to the internet, which means well known ports are not used.&lt;/P&gt;&lt;P&gt;So you can do static port forwarding for the well known ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now coming onto your scenario, there might be some other conflicting nat statement, so can you provide the output of "show run nat" from the firewall?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would need&amp;nbsp; to go through it to analyze the reason for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 07:21:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-interface-address-with-static-nat-port-translation/m-p/1731651#M532715</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-08-24T07:21:01Z</dc:date>
    </item>
    <item>
      <title>PAT interface address with static NAT port translation</title>
      <link>https://community.cisco.com/t5/network-security/pat-interface-address-with-static-nat-port-translation/m-p/1731652#M532716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my response attempting to add the object network SYSLOG_SERVER commands.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Address 10.10.1.10 overlaps with outside interface address.&lt;/P&gt;&lt;P&gt;ERROR: NAT Policy is not downloaded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;asatest(config)# show run nat&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network inside-net&lt;/P&gt;&lt;P&gt; nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;asatest(config)# &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;asatest(config)# show run int&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 10.10.1.10 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/4&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/5&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/6&lt;/P&gt;&lt;P&gt;asatest(config)# &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 14:54:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-interface-address-with-static-nat-port-translation/m-p/1731652#M532716</guid>
      <dc:creator>ampowell</dc:creator>
      <dc:date>2011-08-24T14:54:08Z</dc:date>
    </item>
    <item>
      <title>PAT interface address with static NAT port translation</title>
      <link>https://community.cisco.com/t5/network-security/pat-interface-address-with-static-nat-port-translation/m-p/1731653#M532718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to try this nat:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network SYSLOG_SERVER&lt;/P&gt;&lt;P&gt;&amp;nbsp; host 192.168.1.50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service tcp_ssh&lt;/P&gt;&lt;P&gt;&amp;nbsp; service tcp destination eq 22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (outside,inside) source static any any destination statinc interface SYSLOG_SERVER service tcp_ssh tcp_ssh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually for the interface ip address, you would not be able to craete an object network, because you already have an "interface" keyword for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 15:29:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-interface-address-with-static-nat-port-translation/m-p/1731653#M532718</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-08-24T15:29:55Z</dc:date>
    </item>
    <item>
      <title>PAT interface address with static NAT port translation</title>
      <link>https://community.cisco.com/t5/network-security/pat-interface-address-with-static-nat-port-translation/m-p/1731654#M532720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network SYSLOG_SERVER&lt;/P&gt;&lt;P&gt;&amp;nbsp; host 192.168.1.50&lt;/P&gt;&lt;P&gt;&amp;nbsp; nat (inside,outside) static interface service tcp ssh ssh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both the nat statements are the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 15:39:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-interface-address-with-static-nat-port-translation/m-p/1731654#M532720</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-08-24T15:39:46Z</dc:date>
    </item>
    <item>
      <title>PAT interface address with static NAT port translation</title>
      <link>https://community.cisco.com/t5/network-security/pat-interface-address-with-static-nat-port-translation/m-p/1731655#M532723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both solutions work.&amp;nbsp; The second with the interface keyword is what I was missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 16:21:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-interface-address-with-static-nat-port-translation/m-p/1731655#M532723</guid>
      <dc:creator>ampowell</dc:creator>
      <dc:date>2011-08-24T16:21:25Z</dc:date>
    </item>
    <item>
      <title>PAT interface address with static NAT port translation</title>
      <link>https://community.cisco.com/t5/network-security/pat-interface-address-with-static-nat-port-translation/m-p/1731656#M532725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ann,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad it worked for you, I guess you can now mark this thread as answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 16:22:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-interface-address-with-static-nat-port-translation/m-p/1731656#M532725</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-08-24T16:22:59Z</dc:date>
    </item>
  </channel>
</rss>

