<?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 Thanks for the input and info in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-pat-help/m-p/2568054#M204362</link>
    <description>&lt;P&gt;Thanks for the input and info. I noticed I had a few things wrong in my first post.&lt;/P&gt;&lt;P&gt;Here are the corrections please let me know if this is still good.&lt;/P&gt;&lt;P&gt;The users will go to https://1.1.1.68:443&lt;/P&gt;&lt;P&gt;and outside interface IP address is 1.1.1.65 255.255.255.240&lt;/P&gt;&lt;P&gt;The reason is I will have need to setup other ports to the same box so I would need the PAT.&lt;/P&gt;&lt;P&gt;Here is the corrected config....I think &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;object network 1.1.1.68_OWA&lt;BR /&gt;&amp;nbsp;host 1.1.1.68&lt;/P&gt;&lt;P&gt;object network TCP_OWA_242_443&lt;BR /&gt;&amp;nbsp;host 192.168.168.242&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static 1.1.1.68_OWA service tcp https https&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;access-list outside_inbound extended permit tcp any4 host 192.168.168.242 object-group TCP_OWA_242_443&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Nov 2014 12:54:38 GMT</pubDate>
    <dc:creator>burleyman</dc:creator>
    <dc:date>2014-11-07T12:54:38Z</dc:date>
    <item>
      <title>Static PAT help</title>
      <link>https://community.cisco.com/t5/network-security/static-pat-help/m-p/2568052#M204360</link>
      <description>&lt;P&gt;I want people on the outside going to &lt;A href="https://1.1.1.68" target="_blank"&gt;https://1.1.1.68&lt;/A&gt; to be allowed and be redirected to inside address&lt;BR /&gt;192.168.168.242&lt;/P&gt;&lt;P&gt;outside interface IP address is 1.1.1.65 255.255.255.240&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Here is what I was going to configure, will this accomplish what I want?&lt;/P&gt;&lt;P&gt;object network 1.1.1.68_OWA&lt;BR /&gt;&amp;nbsp;host 1.1.1.68&lt;/P&gt;&lt;P&gt;object network TCP_OWA_242_443&lt;BR /&gt;&amp;nbsp;host 192.168.168.242&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static 1.1.1.68_OWA service tcp https https&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;access-list outside_inbound extended permit tcp any4 host 192.168.168.242 object-group DM_INLINE_TCP_242_443&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:02:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat-help/m-p/2568052#M204360</guid>
      <dc:creator>burleyman</dc:creator>
      <dc:date>2019-03-12T05:02:36Z</dc:date>
    </item>
    <item>
      <title>that should do it. You don't</title>
      <link>https://community.cisco.com/t5/network-security/static-pat-help/m-p/2568053#M204361</link>
      <description>&lt;P&gt;that should do it. You don't really need the port translation if you just want to do a one-to-one mapping. so it would look like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;object network TCP_OWA_242_443&lt;/SPAN&gt;&lt;BR style="font-size: 14px;" /&gt;&lt;SPAN style="font-size: 14px;"&gt;&amp;nbsp;host 192.168.168.242&lt;/SPAN&gt;&lt;BR style="font-size: 14px;" /&gt;&lt;SPAN style="font-size: 14px;"&gt;&amp;nbsp;nat (inside,outside) static 1.1.1.68&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2014 23:54:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat-help/m-p/2568053#M204361</guid>
      <dc:creator>AJ Cruz</dc:creator>
      <dc:date>2014-11-06T23:54:21Z</dc:date>
    </item>
    <item>
      <title>Thanks for the input and info</title>
      <link>https://community.cisco.com/t5/network-security/static-pat-help/m-p/2568054#M204362</link>
      <description>&lt;P&gt;Thanks for the input and info. I noticed I had a few things wrong in my first post.&lt;/P&gt;&lt;P&gt;Here are the corrections please let me know if this is still good.&lt;/P&gt;&lt;P&gt;The users will go to https://1.1.1.68:443&lt;/P&gt;&lt;P&gt;and outside interface IP address is 1.1.1.65 255.255.255.240&lt;/P&gt;&lt;P&gt;The reason is I will have need to setup other ports to the same box so I would need the PAT.&lt;/P&gt;&lt;P&gt;Here is the corrected config....I think &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;object network 1.1.1.68_OWA&lt;BR /&gt;&amp;nbsp;host 1.1.1.68&lt;/P&gt;&lt;P&gt;object network TCP_OWA_242_443&lt;BR /&gt;&amp;nbsp;host 192.168.168.242&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static 1.1.1.68_OWA service tcp https https&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;access-list outside_inbound extended permit tcp any4 host 192.168.168.242 object-group TCP_OWA_242_443&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Nov 2014 12:54:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat-help/m-p/2568054#M204362</guid>
      <dc:creator>burleyman</dc:creator>
      <dc:date>2014-11-07T12:54:38Z</dc:date>
    </item>
    <item>
      <title>When I first looked at it I</title>
      <link>https://community.cisco.com/t5/network-security/static-pat-help/m-p/2568055#M204363</link>
      <description>&lt;P&gt;When I first looked at it I thought&amp;nbsp;&lt;SPAN style="font-size: 14px;"&gt;DM_INLINE_TCP_242_443 was a&amp;nbsp;protocol group you had defined somewhere else but not included in the snippet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;From your revision it looks like you're calling the network group where the port # or service group should be. I think what you're looking for is something like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-size: 14px;"&gt;object network 1.1.1.68_OWA&lt;BR /&gt;&amp;nbsp;host 1.1.1.68&lt;/P&gt;&lt;P style="font-size: 14px;"&gt;object network TCP_OWA_242_443&lt;BR /&gt;&amp;nbsp;host 192.168.168.242&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static 1.1.1.68_OWA service tcp https https&lt;/P&gt;&lt;P style="font-size: 14px;"&gt;access-list outside_inbound extended permit tcp any&lt;STRONG&gt; object TCP_OWA_242_443 eq https&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Nov 2014 13:09:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat-help/m-p/2568055#M204363</guid>
      <dc:creator>AJ Cruz</dc:creator>
      <dc:date>2014-11-07T13:09:41Z</dc:date>
    </item>
    <item>
      <title>Yeah the DM_INLINE was a</title>
      <link>https://community.cisco.com/t5/network-security/static-pat-help/m-p/2568056#M204364</link>
      <description>&lt;P&gt;Yeah the DM_INLINE was a mistake.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the correction, and for your help. I will be trying this and will post results&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Fri, 07 Nov 2014 13:26:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat-help/m-p/2568056#M204364</guid>
      <dc:creator>burleyman</dc:creator>
      <dc:date>2014-11-07T13:26:44Z</dc:date>
    </item>
  </channel>
</rss>

