<?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 Re: PAT rule help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pat-rule-help/m-p/1607753#M595423</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello 3moloz123,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;required diagram for more clarification, meanwhile you can refer to below link for your answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a008046f31a.shtml"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a008046f31a.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Rate the post if it is found helpful to you, it encourages us for more contribution in this forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jigar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;A name="3260632"&gt;&lt;/A&gt;&lt;/P&gt;&lt;DIV class="jive-author"&gt;&lt;DIV class="jive-thread-username"&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Jan 2011 02:35:28 GMT</pubDate>
    <dc:creator>Jigar Dave</dc:creator>
    <dc:date>2011-01-04T02:35:28Z</dc:date>
    <item>
      <title>PAT rule help</title>
      <link>https://community.cisco.com/t5/network-security/pat-rule-help/m-p/1607751#M595419</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA 5510 sec+, os 8.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got an ASA in front of a fairly large network. The ASA itself only have one ip, and on vlan interfaces the network is divided into some /24, some /28 and a great deal of /30 networks.&lt;/P&gt;&lt;P&gt;One of the vlan interfaces has network 10.10.10.0/24, and on 10.10.10.22 runs a web server to which I need to PAT.&lt;/P&gt;&lt;P&gt;What external IP I use is not important, as long as it's not the primary IP of the ASA (due to asdm/anyconnect).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The examples of PAT I find kind of assume you have only one outside address, and it is on that you want to port forward and that does not suit me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My outside is 'wan' and the 10.10.10.0/24 is on 'vlan580'. The web server is 10.10.10.22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take this example I found:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;access-list outside_access_in extended permit tcp any interface outside eq 3389&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;static (inside,outside) tcp interface 3389 192.168.1.10 3389 netmask 255.255.255.255 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;access-group outside_access_in in interface outside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I transform this to say, for example:&lt;/P&gt;&lt;P&gt;On connection against public ip 1.2.3.4 (that reside in vlan123), port forward to vlan580 10.10.10.23 port 80 and 443&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help much appreciated&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:29:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-rule-help/m-p/1607751#M595419</guid>
      <dc:creator>3moloz123</dc:creator>
      <dc:date>2019-03-11T19:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: PAT rule help</title>
      <link>https://community.cisco.com/t5/network-security/pat-rule-help/m-p/1607752#M595421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried setting upp a vlan interface with a network range that was not in use, and then tried to create port forward rules for that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; nameif wan&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 1.1.0.10 255.255.255.252 &lt;/P&gt;&lt;P&gt; ospf cost 10 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/1.579&lt;/P&gt;&lt;P&gt; vlan 579&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; nameif vlan579&lt;/P&gt;&lt;P&gt; security-level 99&lt;/P&gt;&lt;P&gt; ip address 1.1.1.1 255.255.255.128&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside-entry extended permit tcp any host 1.1.1.22 eq 80&lt;/P&gt;&lt;P&gt;access-list outside-entry extended permit tcp any host 1.1.1.22 eq 443&lt;/P&gt;&lt;P&gt;static (vlan579,wan) tcp 1.1.1.22 80 10.10.10.22 80 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (vlan579,wan) tcp 1.1.1.22 443 10.10.10.22 443 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That didnt quite work, but I suspect I must translate the outbound traffic/responses from vlan580 / 10.10.10.0/24 too.&lt;/P&gt;&lt;P&gt;Am I correct? If so, how to?&lt;/P&gt;&lt;P&gt;And if not, what approach should I take?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 19:48:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-rule-help/m-p/1607752#M595421</guid>
      <dc:creator>3moloz123</dc:creator>
      <dc:date>2011-01-03T19:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: PAT rule help</title>
      <link>https://community.cisco.com/t5/network-security/pat-rule-help/m-p/1607753#M595423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello 3moloz123,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;required diagram for more clarification, meanwhile you can refer to below link for your answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a008046f31a.shtml"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a008046f31a.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Rate the post if it is found helpful to you, it encourages us for more contribution in this forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jigar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;A name="3260632"&gt;&lt;/A&gt;&lt;/P&gt;&lt;DIV class="jive-author"&gt;&lt;DIV class="jive-thread-username"&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 02:35:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-rule-help/m-p/1607753#M595423</guid>
      <dc:creator>Jigar Dave</dc:creator>
      <dc:date>2011-01-04T02:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: PAT rule help</title>
      <link>https://community.cisco.com/t5/network-security/pat-rule-help/m-p/1607754#M595425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it really necessary with a diagram?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Mine would like exactly like &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a008046f31a.shtml#t5"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a008046f31a.shtml#t5&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;but with around 100 vlan interfaces on the ASA, each keeping from /24 to /30 networks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 05:47:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-rule-help/m-p/1607754#M595425</guid>
      <dc:creator>3moloz123</dc:creator>
      <dc:date>2011-01-04T05:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: PAT rule help</title>
      <link>https://community.cisco.com/t5/network-security/pat-rule-help/m-p/1607755#M595427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;3moloz123 wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt; &lt;P&gt;That didnt quite work, but I suspect I must translate the outbound traffic/responses from vlan580 / 10.10.10.0/24 too.&lt;/P&gt;&lt;P&gt;Am I correct? If so, how to?&lt;/P&gt;&lt;P&gt;And if not, what approach should I take?&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No. Static NAT is bidirectional.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; There could be 3 issues :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1) NAT conifg : static config should be : static (inside-interface,outside-interface) tcp outside-ip port inside-ip port&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2) Routing : does the provider route the ip class that you use ( in your example the nat is made on 1.1.1.22 and the internet ip is 1.1.0.10 )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If i understood well the nat is made for internet usage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3) Access-list : check if the access-list is applied in the interfaces : show run access-group&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; check if there is any traffic hiting the accesss-list : show access-list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 07:10:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-rule-help/m-p/1607755#M595427</guid>
      <dc:creator>Dan-Ciprian Cicioiu</dc:creator>
      <dc:date>2011-01-04T07:10:28Z</dc:date>
    </item>
  </channel>
</rss>

