<?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 new configuration in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/new-configuration/m-p/2043642#M438179</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Harish, Thank you for your answer it has helped me alot.&lt;/P&gt;&lt;P&gt;I do have a couple of questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;nat (inside,outside) source static HOST_192.168.1.50 interface service REAL_SERVICE MAPPED_SERVICE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Does "interface" tell this to use the outside interface? How would I modify this to map x.x.x.82 to 192.168.1.14 using port 3389 inside and outside?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network Host_192.168.1.14&lt;/P&gt;&lt;P&gt;host 192.168.1.14&lt;/P&gt;&lt;P&gt;object network Host_x.x.x.82&lt;/P&gt;&lt;P&gt;host x.x.x.82&lt;/P&gt;&lt;P&gt;object service Real_RemoteDesktop&lt;/P&gt;&lt;P&gt;service tcp source eq 3389&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static Host_192.168.1.14 static Host_x.x.x.82 service Real_RemoteDesktop Real_RemoteDesktop&lt;/P&gt;&lt;P&gt; (This last statment throws an error after the 'r' in service. "Invalid input detected at '^' marker.")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;--Aaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2012 20:50:36 GMT</pubDate>
    <dc:creator>aspilman</dc:creator>
    <dc:date>2012-10-16T20:50:36Z</dc:date>
    <item>
      <title>new configuration</title>
      <link>https://community.cisco.com/t5/network-security/new-configuration/m-p/2043638#M438171</link>
      <description>&lt;P&gt;I just got a new 5505 with ver 8.4.4.1 and the command "static (inside,outside)" no longer works. It looks like "object network" is the way to go now but I'm running into some problems getting it to work. I have 5 public ip addresses x.x.x.81, x.x.x.82,x.x.x.83,x.x.x.84,x.x.x.85 I want to&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Assign x.x.x.81 to the ouside interface&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Use PAT on the outside interface&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Map various "ip address/port" from the outside to the inside.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x.x.x.81 port 9426 to 192.168.1.50 port 379&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x.x.x.82 port 651&amp;nbsp; to&amp;nbsp; 192.168.1.75 port 592&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help,&lt;/P&gt;&lt;P&gt;--Aaron&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:09:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-configuration/m-p/2043638#M438171</guid>
      <dc:creator>aspilman</dc:creator>
      <dc:date>2019-03-12T00:09:20Z</dc:date>
    </item>
    <item>
      <title>new configuration</title>
      <link>https://community.cisco.com/t5/network-security/new-configuration/m-p/2043639#M438172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should work. The static NAT rules (#3 in your listing) will be processed first order-wise. Then the dynamic NAT (#2 above). #1 is simply your interface configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reference the &lt;A href="http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/nat_overview.html#wp1118157"&gt;configuration guide&lt;/A&gt; section on NAT. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 03:30:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-configuration/m-p/2043639#M438172</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2012-10-16T03:30:38Z</dc:date>
    </item>
    <item>
      <title>new configuration</title>
      <link>https://community.cisco.com/t5/network-security/new-configuration/m-p/2043640#M438174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I'm really not looking for an education here just want this new device that I bought to work. Why should I support Cisco if I can't get some help configuring the device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this and it did not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px;"&gt;﻿ciscoasa(config)# object network pat-ip1&lt;BR /&gt;ciscoasa(config-network-object)# host x.x.x.81&lt;BR /&gt;ciscoasa(config-network-object)# object-group network nat-pat-grp&lt;BR /&gt;ciscoasa(config-network-object-group)# network-object object pat-ip1&lt;BR /&gt;ciscoasa(config-network-object-group)# object network my_net_obj1&lt;BR /&gt;ciscoasa(config-network-object)# subnet 192.168.1.0 255.255.255.0&lt;BR /&gt;ciscoasa(config-network-object)# nat (inside,outside) dynamic nat-pat-grp inte$&lt;BR /&gt;ERROR: Address x.x.x.81 overlaps with outside interface address.&lt;BR /&gt;ERROR: NAT Policy is not downloaded&lt;P&gt;ciscoasa(config)# object network pat-ip1&lt;BR /&gt;ciscoasa(config-network-object)# host x.x.x.81&lt;BR /&gt;ciscoasa(config-network-object)# object-group network nat-pat-grp&lt;BR /&gt;ciscoasa(config-network-object-group)# network-object object pat-ip1&lt;BR /&gt;ciscoasa(config-network-object-group)# object network my_net_obj1&lt;BR /&gt;ciscoasa(config-network-object)# subnet 192.168.1.0 255.255.255.0&lt;BR /&gt;ciscoasa(config-network-object)# nat (inside,outside) dynamic nat-pat-grp inte$&lt;BR /&gt;ERROR: Address x.x.x.81 overlaps with outside interface address.&lt;BR /&gt;ERROR: NAT Policy is not downloaded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;ciscoasa(config)# object network pat-ip1&lt;BR /&gt;ciscoasa(config-network-object)# host x.x.x.81&lt;BR /&gt;ciscoasa(config-network-object)# object-group network nat-pat-grp&lt;BR /&gt;ciscoasa(config-network-object-group)# network-object object pat-ip1&lt;BR /&gt;ciscoasa(config-network-object-group)# object network my_net_obj1&lt;BR /&gt;ciscoasa(config-network-object)# subnet 192.168.1.0 255.255.255.0&lt;BR /&gt;ciscoasa(config-network-object)# nat (inside,outside) dynamic nat-pat-grp interface&lt;BR /&gt;ERROR: Address x.x.x.81 overlaps with outside interface address.&lt;BR /&gt;ERROR: NAT Policy is not downloaded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 15:21:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-configuration/m-p/2043640#M438174</guid>
      <dc:creator>aspilman</dc:creator>
      <dc:date>2012-10-16T15:21:40Z</dc:date>
    </item>
    <item>
      <title>new configuration</title>
      <link>https://community.cisco.com/t5/network-security/new-configuration/m-p/2043641#M438177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you go with the configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Assign the first IP for outside interface&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 10.1.1.81 255.255.255.248&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2.Use PAT on the outside interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network INSIDE_NW&lt;BR /&gt; subnet 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (inside,outside) source dynamic INSIDE_NW interface&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;3. Map various "ip address/port" from the outside to the inside.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x.x.x.81 port 9426 to 192.168.1.50 port 379&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x.x.x.82 port 651&amp;nbsp; to&amp;nbsp; 192.168.1.75 port 592&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Here If you are using different port and different servers ( port should not repeat), you can use same outside interface IP to do that so that you can preserve public IP&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Let us see how to port forward&amp;nbsp; 9426 to 192.168.1.50 port 379 using outside interface&lt;/P&gt;&lt;P&gt;object network HOST_192.168.1.50&lt;BR /&gt; host 192.168.1.50&lt;/P&gt;&lt;P&gt;object service REAL_SERVICE&lt;BR /&gt; service tcp source eq 379&lt;/P&gt;&lt;P&gt;object service MAPPED_SERVICE&lt;BR /&gt; service tcp source eq 9426&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static HOST_192.168.1.50 interface service REAL_SERVICE MAPPED_SERVICE&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;access-list outside_in extended permit tcp any host 192.168.1.50 eq 379&lt;/P&gt;&lt;P&gt;access-group outside_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how does it go with you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harish.&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 16:29:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-configuration/m-p/2043641#M438177</guid>
      <dc:creator>Harish Balakrishnan</dc:creator>
      <dc:date>2012-10-16T16:29:49Z</dc:date>
    </item>
    <item>
      <title>new configuration</title>
      <link>https://community.cisco.com/t5/network-security/new-configuration/m-p/2043642#M438179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Harish, Thank you for your answer it has helped me alot.&lt;/P&gt;&lt;P&gt;I do have a couple of questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;nat (inside,outside) source static HOST_192.168.1.50 interface service REAL_SERVICE MAPPED_SERVICE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Does "interface" tell this to use the outside interface? How would I modify this to map x.x.x.82 to 192.168.1.14 using port 3389 inside and outside?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network Host_192.168.1.14&lt;/P&gt;&lt;P&gt;host 192.168.1.14&lt;/P&gt;&lt;P&gt;object network Host_x.x.x.82&lt;/P&gt;&lt;P&gt;host x.x.x.82&lt;/P&gt;&lt;P&gt;object service Real_RemoteDesktop&lt;/P&gt;&lt;P&gt;service tcp source eq 3389&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static Host_192.168.1.14 static Host_x.x.x.82 service Real_RemoteDesktop Real_RemoteDesktop&lt;/P&gt;&lt;P&gt; (This last statment throws an error after the 'r' in service. "Invalid input detected at '^' marker.")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;--Aaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 20:50:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-configuration/m-p/2043642#M438179</guid>
      <dc:creator>aspilman</dc:creator>
      <dc:date>2012-10-16T20:50:36Z</dc:date>
    </item>
    <item>
      <title>new configuration</title>
      <link>https://community.cisco.com/t5/network-security/new-configuration/m-p/2043643#M438180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes the interface is the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for the second mapping , you are almost done and the last line can be modified as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static Host_192.168.1.14 Host_x.x.x.82 service Real_RemoteDesktop Real_RemoteDesktop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt; also add this also in the ACl to permit the traffic as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_in extended permit tcp any host 192.168.1.14 eq 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you face any issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 10:37:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-configuration/m-p/2043643#M438180</guid>
      <dc:creator>Harish Balakrishnan</dc:creator>
      <dc:date>2012-10-17T10:37:47Z</dc:date>
    </item>
    <item>
      <title>new configuration</title>
      <link>https://community.cisco.com/t5/network-security/new-configuration/m-p/2043644#M438182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Harish,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Thank you for your help.&lt;/P&gt;&lt;P&gt;--Aaron &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 13:08:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-configuration/m-p/2043644#M438182</guid>
      <dc:creator>aspilman</dc:creator>
      <dc:date>2012-10-17T13:08:50Z</dc:date>
    </item>
  </channel>
</rss>

