<?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 Static Pat, Port forwding in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-pat-port-forwding/m-p/2395559#M270630</link>
    <description>&lt;P&gt;Hello Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bit of a challenge that I would need your input on. First off I was just helping out a friend with this configuration and then he put more that I can chew write in my mouth. So I would need help to see how best i can get this resolved with Cisco ASA. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a drawing of two different scenarios. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first scenario works perfectly as I have static nat going for both servers using two different IP address. Both servers on the dmz could be reach over the internet using different external IP address and ports allowed on the servers. Sections are built with twice see below the config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network DMZ_MAILEDGE_SERVER1&lt;/P&gt;&lt;P&gt;host 172.16.1.2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network DMZ_MAILEDGE_SERVER2&lt;/P&gt;&lt;P&gt;host 172.16.1.3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network DMZ_EGDE1&lt;/P&gt;&lt;P&gt;host &lt;SPAN style="font-size: 10pt;"&gt;12.12.13.2 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network DMZ_EGDE2&lt;/P&gt;&lt;P&gt;host &lt;SPAN style="font-size: 10pt;"&gt;12.12.13.3 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;nat (dmz,outside) source static DMZ_MAILEDGE_SERVER1&amp;nbsp; DMZ_EGDE1 description *** STATIC NAT FOR MAIL SERVER 1 ***&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;nat (dmz,outside) source static DMZ_MAILEDGE_SERVER2&amp;nbsp; DMZ_EGDE2 description *** STATIC NAT FOR MAIL SERVER 2 ***&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the access-list &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000;"&gt;access-list outside_access_in line 6 extended permit udp any object DMZ_MAILEDGE_SERVER1 eq domain (hitcnt=0) 0x8537fcbb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #ff6600;"&gt;access-list outside_access_in line 6 extended permit udp any host 172.16.1.2 eq domain (hitcnt=21) 0x8537fcbb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000;"&gt;access-list outside_access_in line 7 extended permit tcp any object DMZ_MAILEDGE_SERVER1 eq smtp (hitcnt=0) 0xef52a116&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #ff6600;"&gt;access-list outside_access_in line 7 extended permit tcp any host 172.16.1.2 eq smtp (hitcnt=6) 0xef52a116&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000;"&gt;access-list outside_access_in line 8 extended deny ip any object DMZ_MAILEDGE_SERVER1 (hitcnt=0) 0x0032faa5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #ff6600;"&gt;access-list outside_access_in line 8 extended deny ip any host 172.16.1.2 (hitcnt=1983) 0x0032faa5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000;"&gt;access-list outside_access_in line 9 extended permit tcp any object DMZ_MAILEDGE_SERVER2 eq https (hitcnt=0) 0x67a318d7&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #ff6600;"&gt;access-list outside_access_in line 9 extended permit tcp any host 172.16.1.3 eq https (hitcnt=494) 0x67a318d7&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000;"&gt;access-list outside_access_in line 10 extended deny ip any object DMZ_MAILEDGE_SERVER2 (hitcnt=0) 0x7c202607&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #ff6600;"&gt;access-list outside_access_in line 10 extended deny ip any host 172.16.1.3 (hitcnt=1748) 0x7c202607.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see this works like a champ no issues at all! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now I am been asked to implement scenario 2 where by the nat would be on one public ip only and ports opened for both inside servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am not sure Cisco ASA has such dexterity of allowing me to static nat on a public IP for two servers and opening ports for them. Like I said, I am not sure but willing to get corrected of my thoughts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I would appreciate any suggestions from anyone that could give me a clue of how to get this resolved.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Tedd &lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 03:38:05 GMT</pubDate>
    <dc:creator>Azubuike Obiora</dc:creator>
    <dc:date>2019-03-12T03:38:05Z</dc:date>
    <item>
      <title>Static Pat, Port forwding</title>
      <link>https://community.cisco.com/t5/network-security/static-pat-port-forwding/m-p/2395559#M270630</link>
      <description>&lt;P&gt;Hello Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bit of a challenge that I would need your input on. First off I was just helping out a friend with this configuration and then he put more that I can chew write in my mouth. So I would need help to see how best i can get this resolved with Cisco ASA. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a drawing of two different scenarios. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first scenario works perfectly as I have static nat going for both servers using two different IP address. Both servers on the dmz could be reach over the internet using different external IP address and ports allowed on the servers. Sections are built with twice see below the config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network DMZ_MAILEDGE_SERVER1&lt;/P&gt;&lt;P&gt;host 172.16.1.2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network DMZ_MAILEDGE_SERVER2&lt;/P&gt;&lt;P&gt;host 172.16.1.3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network DMZ_EGDE1&lt;/P&gt;&lt;P&gt;host &lt;SPAN style="font-size: 10pt;"&gt;12.12.13.2 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network DMZ_EGDE2&lt;/P&gt;&lt;P&gt;host &lt;SPAN style="font-size: 10pt;"&gt;12.12.13.3 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;nat (dmz,outside) source static DMZ_MAILEDGE_SERVER1&amp;nbsp; DMZ_EGDE1 description *** STATIC NAT FOR MAIL SERVER 1 ***&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;nat (dmz,outside) source static DMZ_MAILEDGE_SERVER2&amp;nbsp; DMZ_EGDE2 description *** STATIC NAT FOR MAIL SERVER 2 ***&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the access-list &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000;"&gt;access-list outside_access_in line 6 extended permit udp any object DMZ_MAILEDGE_SERVER1 eq domain (hitcnt=0) 0x8537fcbb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #ff6600;"&gt;access-list outside_access_in line 6 extended permit udp any host 172.16.1.2 eq domain (hitcnt=21) 0x8537fcbb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000;"&gt;access-list outside_access_in line 7 extended permit tcp any object DMZ_MAILEDGE_SERVER1 eq smtp (hitcnt=0) 0xef52a116&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #ff6600;"&gt;access-list outside_access_in line 7 extended permit tcp any host 172.16.1.2 eq smtp (hitcnt=6) 0xef52a116&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000;"&gt;access-list outside_access_in line 8 extended deny ip any object DMZ_MAILEDGE_SERVER1 (hitcnt=0) 0x0032faa5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #ff6600;"&gt;access-list outside_access_in line 8 extended deny ip any host 172.16.1.2 (hitcnt=1983) 0x0032faa5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000;"&gt;access-list outside_access_in line 9 extended permit tcp any object DMZ_MAILEDGE_SERVER2 eq https (hitcnt=0) 0x67a318d7&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #ff6600;"&gt;access-list outside_access_in line 9 extended permit tcp any host 172.16.1.3 eq https (hitcnt=494) 0x67a318d7&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000;"&gt;access-list outside_access_in line 10 extended deny ip any object DMZ_MAILEDGE_SERVER2 (hitcnt=0) 0x7c202607&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #ff6600;"&gt;access-list outside_access_in line 10 extended deny ip any host 172.16.1.3 (hitcnt=1748) 0x7c202607.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see this works like a champ no issues at all! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now I am been asked to implement scenario 2 where by the nat would be on one public ip only and ports opened for both inside servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am not sure Cisco ASA has such dexterity of allowing me to static nat on a public IP for two servers and opening ports for them. Like I said, I am not sure but willing to get corrected of my thoughts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I would appreciate any suggestions from anyone that could give me a clue of how to get this resolved.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Tedd &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:38:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat-port-forwding/m-p/2395559#M270630</guid>
      <dc:creator>Azubuike Obiora</dc:creator>
      <dc:date>2019-03-12T03:38:05Z</dc:date>
    </item>
    <item>
      <title>Static Pat, Port forwding</title>
      <link>https://community.cisco.com/t5/network-security/static-pat-port-forwding/m-p/2395560#M270632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the following link ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" href="https://community.cisco.com/docs/DOC-31116"&gt;https://supportforums.cisco.com/docs/DOC-31116&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 04:28:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat-port-forwding/m-p/2395560#M270632</guid>
      <dc:creator>vishaw jasrotia</dc:creator>
      <dc:date>2014-01-30T04:28:24Z</dc:date>
    </item>
    <item>
      <title>Static Pat, Port forwding</title>
      <link>https://community.cisco.com/t5/network-security/static-pat-port-forwding/m-p/2395561#M270638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Teddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully I understood it correctly but it would be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network Inside-Server-1&lt;/P&gt;&lt;P&gt;host 172.16.1.2&lt;/P&gt;&lt;P&gt;object network Inside-Server-2&lt;/P&gt;&lt;P&gt;host 172.16.1.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network Outside1&lt;/P&gt;&lt;P&gt;host 12.12.13.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service SMTP&lt;/P&gt;&lt;P&gt;service tcp source eq 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service HTTPS&lt;/P&gt;&lt;P&gt;service tcp source eq 443&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) 1 source static&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;Inside-Server-1 Outside1 service SMTP SMTP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) 1 source static&amp;nbsp; Inside-Server-2 Outside1 service HTTPS HTTPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list &lt;SPAN style="font-size: 10pt;"&gt;outside_access_in &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;tcp any host 172.16.1.3 eq 443&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 172.16.1.2 eq 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking for some Networking Assistance?&amp;nbsp; &lt;BR /&gt;&lt;SPAN&gt;Contact me directly at &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:jcarvaja@laguiadelnetworking.com"&gt;jcarvaja@laguiadelnetworking.com&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;I will fix your problem ASAP. &lt;BR /&gt; &lt;BR /&gt;Cheers, &lt;BR /&gt; &lt;BR /&gt;Julio Carvajal Segura &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 06:21:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat-port-forwding/m-p/2395561#M270638</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2014-01-30T06:21:00Z</dc:date>
    </item>
    <item>
      <title>Static Pat, Port forwding</title>
      <link>https://community.cisco.com/t5/network-security/static-pat-port-forwding/m-p/2395562#M270642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guy!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ Julio Thanks a lot! You are absolutely correct about it! It works like a champ!!! &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ Vishaw thanks for sharing the document! Much appreciated! &lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 10:05:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat-port-forwding/m-p/2395562#M270642</guid>
      <dc:creator>Azubuike Obiora</dc:creator>
      <dc:date>2014-01-30T10:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Static Pat, Port forwding</title>
      <link>https://community.cisco.com/t5/network-security/static-pat-port-forwding/m-p/2395563#M270648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Always welcome... &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;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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 03:50:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat-port-forwding/m-p/2395563#M270648</guid>
      <dc:creator>vishaw jasrotia</dc:creator>
      <dc:date>2014-01-31T03:50:35Z</dc:date>
    </item>
  </channel>
</rss>

