<?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: Unable to Port Forward to inside object host in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/unable-to-port-forward-to-inside-object-host/m-p/2223983#M347445</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;Theres a problem with NAT rule ordering and ACL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the following changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;NAT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no nat (inside,outside) source dynamic inside-net interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) after-auto source dynamic inside-net interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above we move the NAT rule from Section 1 to Section 3 effectively changing it to be a lower priority NAT configuration rule. In its current form its overriding the Static PAT and preventing it from working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;ACL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem with the ACL is that you define the service port for RDP and VNC as both the source and destination. The remote connections wont be coming from the same source port as the destination port is. So basically you dont define any source port, only the destination port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Old&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no access-group outside_access_in&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no access-list outside_access_in extended permit any object Remote-PC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no access-list outside_access_in extended permit object rdp any object Remote-PC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no object service vnc&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no object service rdp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;New&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object service RDP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; service tcp destination eq 3389&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object service VNC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; service tcp destination eq 5900&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list outside_access_in extended permit object RDP any object Remote-PC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list outside_access_in extended permit object VNC any object Remote-PC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-group outside_access_in in interface outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do remember to mark the reply as the correct answer if it answered your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask more if needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jun 2013 09:15:40 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-06-26T09:15:40Z</dc:date>
    <item>
      <title>Unable to Port Forward to inside object host</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-port-forward-to-inside-object-host/m-p/2223982#M347431</link>
      <description>&lt;P&gt;The physical setup is a little odd as the ASA is connected to the LAN interface of a SOHO wireless router/firewall, and I'm wondering if that is the issue with the port forwarding failures.&amp;nbsp; There's a remote-pc that requires vnc access to connected to the asa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SOHO router is the asa's gateway @ 192.168.2.1 and is configured to port forward tcp:5900 (vnc) to the ASA's outside address (192.168.2.254).&lt;/P&gt;&lt;P&gt;I have also tried setting 192.168.2.254 as a dmz on the soho router, but to no avail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the ASA's relavent config lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan10&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 192.168.2.254 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan20&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 10.2.2.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network Remote-PC&lt;/P&gt;&lt;P&gt; host 10.2.2.27&lt;/P&gt;&lt;P&gt;object service vnc&lt;/P&gt;&lt;P&gt; service tcp source eq 5900 destination eq 5900&lt;/P&gt;&lt;P&gt; description vnc server/viewer&lt;/P&gt;&lt;P&gt;object service rdp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object service rdp&lt;/P&gt;&lt;P&gt; service tcp source eq 3389 destination eq 3389&lt;/P&gt;&lt;P&gt; description Remote Desktop (if vnc crashes)&lt;/P&gt;&lt;P&gt;object-group network inside-net&lt;/P&gt;&lt;P&gt; description VLAN 20 Inside IP Range&lt;/P&gt;&lt;P&gt; network-object 10.2.2.0 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit object vnc any object Remote-PC&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit object rdp any object Remote-PC&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;nat (inside,outside) source dynamic inside-net interface&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network Remote-PC&lt;/P&gt;&lt;P&gt; nat (inside,outside) static interface service tcp 5900 5900&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;&amp;nbsp; message-length maximum client auto&lt;/P&gt;&lt;P&gt;&amp;nbsp; message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ftp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 h225&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 ras&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ip-options&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect netbios&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rsh&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rtsp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect skinny&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect esmtp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sqlnet&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sunrpc&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect tftp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sip&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect xdmcp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect icmp&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; user-statistics accounting&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:03:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-port-forward-to-inside-object-host/m-p/2223982#M347431</guid>
      <dc:creator>tbrendle</dc:creator>
      <dc:date>2019-03-12T02:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Port Forward to inside object host</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-port-forward-to-inside-object-host/m-p/2223983#M347445</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;Theres a problem with NAT rule ordering and ACL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the following changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;NAT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no nat (inside,outside) source dynamic inside-net interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) after-auto source dynamic inside-net interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above we move the NAT rule from Section 1 to Section 3 effectively changing it to be a lower priority NAT configuration rule. In its current form its overriding the Static PAT and preventing it from working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;ACL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem with the ACL is that you define the service port for RDP and VNC as both the source and destination. The remote connections wont be coming from the same source port as the destination port is. So basically you dont define any source port, only the destination port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Old&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no access-group outside_access_in&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no access-list outside_access_in extended permit any object Remote-PC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no access-list outside_access_in extended permit object rdp any object Remote-PC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no object service vnc&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no object service rdp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;New&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object service RDP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; service tcp destination eq 3389&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object service VNC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; service tcp destination eq 5900&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list outside_access_in extended permit object RDP any object Remote-PC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list outside_access_in extended permit object VNC any object Remote-PC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-group outside_access_in in interface outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do remember to mark the reply as the correct answer if it answered your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask more if needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 09:15:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-port-forward-to-inside-object-host/m-p/2223983#M347445</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-06-26T09:15:40Z</dc:date>
    </item>
    <item>
      <title>Unable to Port Forward to inside object host</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-port-forward-to-inside-object-host/m-p/2223984#M347459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant!&amp;nbsp; That worked perfectly.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate the detailed explanation of the changes.&amp;nbsp; It makes total sense now.&amp;nbsp; &lt;/P&gt;&lt;P&gt;5 star reply!&amp;nbsp; &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Jouni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 10:35:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-port-forward-to-inside-object-host/m-p/2223984#M347459</guid>
      <dc:creator>tbrendle</dc:creator>
      <dc:date>2013-06-26T10:35:22Z</dc:date>
    </item>
    <item>
      <title>Unable to Port Forward to inside object host</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-port-forward-to-inside-object-host/m-p/2223985#M347470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, this is awkward.&amp;nbsp; I seemed to have broken it.&amp;nbsp; I reapplied the config based on your fix (which worked before) and it's not allowing the connection now.&amp;nbsp; I'm assuming it has something to do with the NATing since I've set up an L2L. The 2nd line is for an L2L VPN, which may be the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source dynamic any interface&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static inside-net inside-net destination static Brazos-Net-All Brazos-Net-All&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;nat (inside,outside) after-auto source dynamic inside-net interface&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network inside-net&lt;/P&gt;&lt;P&gt; subnet 10.2.2.0 255.255.255.0&lt;/P&gt;&lt;P&gt;object service RDP&lt;/P&gt;&lt;P&gt; service tcp destination eq 3389&lt;/P&gt;&lt;P&gt;object service VNC&lt;/P&gt;&lt;P&gt; service tcp destination eq 5900&lt;/P&gt;&lt;P&gt;object service WEB-VNC&lt;/P&gt;&lt;P&gt; service tcp destination eq 5800&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit object RDP any object Remote-PC&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit object VNC any object Remote-PC log debugging&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit object WEB-VNC any object Remote-PC&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 15:42:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-port-forward-to-inside-object-host/m-p/2223985#M347470</guid>
      <dc:creator>tbrendle</dc:creator>
      <dc:date>2013-07-01T15:42:18Z</dc:date>
    </item>
    <item>
      <title>Unable to Port Forward to inside object host</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-port-forward-to-inside-object-host/m-p/2223986#M347479</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;Provided this NAT configuration still exists (with the &lt;STRONG&gt;"host"&lt;/STRONG&gt; statement inside the &lt;STRONG&gt;"object network"&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network Remote-PC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host x.x.x.x&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; nat (inside,outside) static interface service tcp 5900 5900&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you again have a Dynamic PAT rule that is overriding the Static PAT (Port Forward)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless you have gotten more inside networks that need Dynamic PAT then simply remove this configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no nat (inside,outside) source dynamic any interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 15:47:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-port-forward-to-inside-object-host/m-p/2223986#M347479</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-07-01T15:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Port Forward to inside object host</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-port-forward-to-inside-object-host/m-p/2223987#M347491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, you nailed it again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best way to add dynamic PAT for multiple ports to that host?&lt;/P&gt;&lt;P&gt;(ex: tcp/5900, 5800, 3389).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 16:02:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-port-forward-to-inside-object-host/m-p/2223987#M347491</guid>
      <dc:creator>tbrendle</dc:creator>
      <dc:date>2013-07-01T16:02:32Z</dc:date>
    </item>
    <item>
      <title>Unable to Port Forward to inside object host</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-port-forward-to-inside-object-host/m-p/2223988#M347499</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;Sadly there is no easy way that wouldnt generate more configuration. For each port you want to forward to a host you will have to configure a separate NAT configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you would have to add something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network Remote-PC-RDP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host x.x.x.x&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,outside) static interface service tcp 3389 3389&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess it would be good to come up with some good naming convention if you are configuring multiple ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to rename an existing &lt;STRONG&gt;"object network"&lt;/STRONG&gt; then you can do for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network &lt;CURRENT name=""&gt; rename &lt;NEW name=""&gt;&lt;/NEW&gt;&lt;/CURRENT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will change the name of an existing &lt;STRONG&gt;"object network"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I saidf, there is no clean and easy way to configure multiple ports as you &lt;STRONG&gt;CANT&lt;/STRONG&gt; use &lt;STRONG&gt;"object-group service"&lt;/STRONG&gt; in any NAT configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 16:12:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-port-forward-to-inside-object-host/m-p/2223988#M347499</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-07-01T16:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Port Forward to inside object host</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-port-forward-to-inside-object-host/m-p/2223989#M347511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was hoping for the object group service answer.&amp;nbsp; Lol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new Network Objects are created for each static PAT and all is working beautifully now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again, Jouni!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 16:21:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-port-forward-to-inside-object-host/m-p/2223989#M347511</guid>
      <dc:creator>tbrendle</dc:creator>
      <dc:date>2013-07-01T16:21:05Z</dc:date>
    </item>
  </channel>
</rss>

