<?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 5505 Stupid Simple Problem but I can't get it in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5505-stupid-simple-problem-but-i-can-t-get-it/m-p/3003796#M150168</link>
    <description>&lt;P&gt;ASA 5505 9.2 (ASDM 7.6)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Outside = ip address dhcp setroute&lt;/P&gt;
&lt;P&gt;Inside = 192.168.95.0 255.255.255.240&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;On the inside network I have a single host with a static IP address&amp;nbsp; ( 192.168.95.5 ), its an IP camera. The camera can be accessed from the outside and requires 5 various ports to be open on the outside.&lt;/P&gt;
&lt;P&gt;I understand the concept perfectly; I need the outside interface to port redirect (forward) traffic on those specific ports into the inside interface for that specific inside host.&amp;nbsp; What has me perplexed, is. the. syntax.&lt;/P&gt;
&lt;P&gt;I am a Collaboration engineer .... I blame firewalls most of the time, not work on or configure them :). Can any one help this poor collab guy out with the syntax?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ryan&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 08:14:34 GMT</pubDate>
    <dc:creator>Ryan Huff</dc:creator>
    <dc:date>2019-03-12T08:14:34Z</dc:date>
    <item>
      <title>ASA 5505 Stupid Simple Problem but I can't get it</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-stupid-simple-problem-but-i-can-t-get-it/m-p/3003796#M150168</link>
      <description>&lt;P&gt;ASA 5505 9.2 (ASDM 7.6)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Outside = ip address dhcp setroute&lt;/P&gt;
&lt;P&gt;Inside = 192.168.95.0 255.255.255.240&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;On the inside network I have a single host with a static IP address&amp;nbsp; ( 192.168.95.5 ), its an IP camera. The camera can be accessed from the outside and requires 5 various ports to be open on the outside.&lt;/P&gt;
&lt;P&gt;I understand the concept perfectly; I need the outside interface to port redirect (forward) traffic on those specific ports into the inside interface for that specific inside host.&amp;nbsp; What has me perplexed, is. the. syntax.&lt;/P&gt;
&lt;P&gt;I am a Collaboration engineer .... I blame firewalls most of the time, not work on or configure them :). Can any one help this poor collab guy out with the syntax?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ryan&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:14:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-stupid-simple-problem-but-i-can-t-get-it/m-p/3003796#M150168</guid>
      <dc:creator>Ryan Huff</dc:creator>
      <dc:date>2019-03-12T08:14:34Z</dc:date>
    </item>
    <item>
      <title>Hi Ryan,</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-stupid-simple-problem-but-i-can-t-get-it/m-p/3003797#M150169</link>
      <description>&lt;P&gt;Hi Ryan,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You can use the following syntax for Static port translation:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;PRE class="prettyprint"&gt; object network obj-10.1.1.16----REAL IP of the inside server
&amp;nbsp;&amp;nbsp; host 10.1.1.16
&amp;nbsp;&amp;nbsp; nat (inside,outside) static interface service tcp 8080 www&lt;BR /&gt;&lt;BR /&gt;where interface keyword is used for outside interface IP and service keyword is used for tcp ports.&lt;/PRE&gt;
&lt;P&gt;You can check this link for further clarity ( &lt;STRONG&gt;check Regular Static PAT section)&amp;nbsp;&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;https://supportforums.cisco.com/document/33921/asa-pre-83-83-nat-configuration-examples&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Aditya&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Please rate helpful posts and mark correct answers.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 02:19:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-stupid-simple-problem-but-i-can-t-get-it/m-p/3003797#M150169</guid>
      <dc:creator>Aditya Ganjoo</dc:creator>
      <dc:date>2016-09-07T02:19:56Z</dc:date>
    </item>
    <item>
      <title>Thanks for the reply Aditya!</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-stupid-simple-problem-but-i-can-t-get-it/m-p/3003798#M150171</link>
      <description>&lt;P&gt;Thanks for the reply Aditya!&lt;/P&gt;
&lt;P&gt;It seems though, this is only allowing one source and destination port for the PAT. I actually need to translate 5 different ports coming in from the outside into the inside.&lt;/P&gt;
&lt;P&gt;So do I just create a new network object (with a different name) using the same host, for each of the 5 PATs?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 02:47:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-stupid-simple-problem-but-i-can-t-get-it/m-p/3003798#M150171</guid>
      <dc:creator>Ryan Huff</dc:creator>
      <dc:date>2016-09-07T02:47:37Z</dc:date>
    </item>
    <item>
      <title>Hi Ryan,</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-stupid-simple-problem-but-i-can-t-get-it/m-p/3003799#M150172</link>
      <description>&lt;P&gt;Hi Ryan,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;G class="gr_ gr_92 gr-alert gr_gramm gr_run_anim Punctuation only-ins replaceWithoutSep" id="92" data-gr-id="92"&gt;Yes&lt;/G&gt; you can either create a new network object or if the ports are continuous then you can use the range keyword for it.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Aditya&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Please rate helpful posts and mark correct answers.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 03:04:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-stupid-simple-problem-but-i-can-t-get-it/m-p/3003799#M150172</guid>
      <dc:creator>Aditya Ganjoo</dc:creator>
      <dc:date>2016-09-07T03:04:28Z</dc:date>
    </item>
    <item>
      <title>Aditya, thanks!</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-stupid-simple-problem-but-i-can-t-get-it/m-p/3003800#M150173</link>
      <description>&lt;P&gt;Aditya, thanks!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I added the PAT and it seemed to work. Packet tracer showed it clearing and an external NMAP on the outsdie interface showed the port open. Then, &lt;EM&gt;something&lt;/EM&gt; change; but I am not sure what.&lt;/P&gt;
&lt;P&gt;I used to work at a managed services provider and I did a lot of ASA work .... but that was pre 8.3 and a long time ago .... I am finding quite a bit has changed, so thanks for your help!&lt;/P&gt;
&lt;P&gt;Now, packet tracer (incoming on the outside interface) shows it failing on the reverse-path NAT. Typically, that would mean it is matching the wrong rule in the egress direction and reordering the rules would fix it.&lt;/P&gt;
&lt;P&gt;The issue is when I run a detailed output of packet tracer, it shows that it is matching the correct NAT. This is a very &lt;EM&gt;basic&lt;/EM&gt; firewall config so there isn't much that could be tripping it up ... I just am not seeing it.&lt;/P&gt;
&lt;P&gt;I have attached a show-run if you don't mind lookin, I would appreciate it.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ryan&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 12:54:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-stupid-simple-problem-but-i-can-t-get-it/m-p/3003800#M150173</guid>
      <dc:creator>Ryan Huff</dc:creator>
      <dc:date>2016-09-07T12:54:07Z</dc:date>
    </item>
    <item>
      <title>Hi Ryan,</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-stupid-simple-problem-but-i-can-t-get-it/m-p/3003801#M150174</link>
      <description>&lt;P&gt;Hi Ryan,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;G class="gr_ gr_30 gr-alert gr_gramm gr_run_anim Punctuation only-ins replaceWithoutSep" id="30" data-gr-id="30"&gt;Yes&lt;/G&gt; you are correct.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;So &lt;G class="gr_ gr_31 gr-alert gr_spell gr_run_anim ContextualSpelling" id="31" data-gr-id="31"&gt;lets&lt;/G&gt; remove the existing PAT for the &lt;G class="gr_ gr_65 gr-alert gr_spell gr_run_anim ContextualSpelling ins-del multiReplace" id="65" data-gr-id="65"&gt;rtsp&lt;/G&gt; traffic and configure a manual NAT statement like this and test:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;object service &lt;G class="gr_ gr_145 gr-alert gr_spell gr_run_anim ContextualSpelling ins-del multiReplace" id="145" data-gr-id="145"&gt;rtsp&lt;/G&gt;&lt;BR /&gt;service &lt;G class="gr_ gr_146 gr-alert gr_spell gr_run_anim ContextualSpelling ins-del multiReplace" id="146" data-gr-id="146"&gt;tcp&lt;/G&gt; source eq &lt;G class="gr_ gr_147 gr-alert gr_spell gr_run_anim ContextualSpelling ins-del multiReplace" id="147" data-gr-id="147"&gt;rtsp&lt;/G&gt;&lt;BR /&gt;object service rtsp-1&lt;BR /&gt;service &lt;G class="gr_ gr_148 gr-alert gr_spell gr_run_anim ContextualSpelling ins-del multiReplace" id="148" data-gr-id="148"&gt;tcp&lt;/G&gt; source eq &lt;G class="gr_ gr_149 gr-alert gr_spell gr_run_anim ContextualSpelling ins-del multiReplace" id="149" data-gr-id="149"&gt;rtsp&lt;/G&gt;&lt;BR /&gt;&lt;BR /&gt;nat (inside,out) 1 source static obj_192.168.95.5A interface service rtsp rtsp-1&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Aditya&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Please rate helpful posts and mark correct answers.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 13:11:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-stupid-simple-problem-but-i-can-t-get-it/m-p/3003801#M150174</guid>
      <dc:creator>Aditya Ganjoo</dc:creator>
      <dc:date>2016-09-07T13:11:19Z</dc:date>
    </item>
    <item>
      <title>I have got to the bottom of</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-stupid-simple-problem-but-i-can-t-get-it/m-p/3003802#M150176</link>
      <description>&lt;P&gt;I have got to the bottom of the issue ...&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;nat (inside,outside) dynamic interface&lt;/PRE&gt;
&lt;P&gt;It seems that no matter what manual NAT or PAT i enter in, as long as that dynamic nat for the inside hosts is there ... it is always matached for the reverse path.&lt;/P&gt;
&lt;P&gt;My ultimate goal is this; all hosts on the 192.168.95.0 255.255.255.240 network be able to access the Internet via the outside interface without port restriction.&lt;/P&gt;
&lt;P&gt;Then, also have the 5th host of that network (.5) have specific TCP and UDP ports mapped to it from the outside.&lt;/P&gt;
&lt;P&gt;So I removed the dynamic NAT and entered a manual NAT like;&lt;/P&gt;
&lt;P&gt;nat (inside,outside) 2 static (network obj for the inside network) interface any any which seems to work fine (generates a warning about all services on the outside mapped to the inside) .... which I guess is OK?&lt;/P&gt;
&lt;P&gt;Now, shouldn't I be able to create additional, more specific manual NATs at a higher priority and have it match the more specific NAT?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 00:50:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-stupid-simple-problem-but-i-can-t-get-it/m-p/3003802#M150176</guid>
      <dc:creator>Ryan Huff</dc:creator>
      <dc:date>2016-09-09T00:50:03Z</dc:date>
    </item>
  </channel>
</rss>

