<?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 i think following line should in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/help-nat-on-cisco-asa/m-p/2702867#M193521</link>
    <description>&lt;P&gt;i think following line should also be modified according to new public IP subnet:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;name 10.10.1.0&amp;nbsp;ippublic description Network_INTERNET&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jul 2015 16:04:51 GMT</pubDate>
    <dc:creator>shaheen.adil1</dc:creator>
    <dc:date>2015-07-22T16:04:51Z</dc:date>
    <item>
      <title>HELP!  NAT on Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/help-nat-on-cisco-asa/m-p/2702863#M193517</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need some support as i just came across a cisco ASA thats being used for NAT and I have to change the public IP of its WAN interface along with default gateway&amp;nbsp;I am pasting the configs below with assumed IPs (10.10.1.0/29) instead of public&amp;nbsp;for security reasons therefore here 10.10.1.5 is the public IP and 10.10.1.6 is the gateway&amp;nbsp;so could somebody&amp;nbsp;please help me out that what has to be changed and what should be the commands with complete syntax,&amp;nbsp;as I am not familiar with it &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;enable password kkjEDcH4x0RIZBsg encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;names&lt;BR /&gt;name 10.10.1.0&amp;nbsp;ippublic description Network_INTERNET&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;&amp;nbsp;nameif inside&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 192.168.205.254 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address 10.10.1.5&amp;nbsp;255.255.255.248&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;&amp;nbsp;switchport access vlan 2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/4&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/5&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/6&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone GMT 0&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;&amp;nbsp;domain-name liptinfor.net&lt;BR /&gt;access-list inside_nat0_outband extended permit ip 192.168.205.0 255.255.255.0 ippublic 255.255.255.248&lt;BR /&gt;access-list outside_access_in extended permit icmp any any&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;icmp permit any inside&lt;BR /&gt;icmp permit any outside&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;global (outside) 1 interface&lt;BR /&gt;nat (inside) 0 access-list inside_nat0_outband&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 10.10.1.6&amp;nbsp;1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.205.0 255.255.255.0 inside&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;BR /&gt;crypto ipsec security-association lifetime seconds 28800&lt;BR /&gt;crypto ipsec security-association lifetime kilobytes 4608000&lt;BR /&gt;telnet 192.168.205.146 255.255.255.255 inside&lt;BR /&gt;telnet 192.168.205.233 255.255.255.255 inside&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 06:18:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-nat-on-cisco-asa/m-p/2702863#M193517</guid>
      <dc:creator>shaheen.adil1</dc:creator>
      <dc:date>2019-03-12T06:18:43Z</dc:date>
    </item>
    <item>
      <title>Hello shaheen.adil1,The only</title>
      <link>https://community.cisco.com/t5/network-security/help-nat-on-cisco-asa/m-p/2702864#M193518</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="fullname" itemprop="author"&gt;&lt;A class="username" href="https://supportforums.cisco.com/users/shaheenadil1" title="View user profile."&gt;shaheen.adil1,&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The only to changes are the external IP and default gateway.&lt;/P&gt;&lt;P&gt;These are the necessary commands:&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt;&amp;nbsp;ip address (new IP X.X.X.X X.X.X.X)&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 (new default gateway X.X.X.X)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as the NAT. If the internal range is not changed the PAT will be updated as soon as you change the public ip. This is because the overload is done with the command global and the keyword interface is been used so it will change dynamically the IP of the outside interface when you update it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jose Orozco.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 01:28:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-nat-on-cisco-asa/m-p/2702864#M193518</guid>
      <dc:creator>joseoroz</dc:creator>
      <dc:date>2015-07-22T01:28:34Z</dc:date>
    </item>
    <item>
      <title>access-list inside_nat0</title>
      <link>https://community.cisco.com/t5/network-security/help-nat-on-cisco-asa/m-p/2702865#M193519</link>
      <description>&lt;P&gt;access-list inside_access extended permit ip 192.168.205.0 255.255.255.0 0 0&lt;BR /&gt;access-group inside_access in interface inside&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 04:23:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-nat-on-cisco-asa/m-p/2702865#M193519</guid>
      <dc:creator>Tagir Temirgaliyev</dc:creator>
      <dc:date>2015-07-22T04:23:02Z</dc:date>
    </item>
    <item>
      <title>Hi Jose, Thank you very much</title>
      <link>https://community.cisco.com/t5/network-security/help-nat-on-cisco-asa/m-p/2702866#M193520</link>
      <description>&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for the response, I am gonna try this and will get back.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 08:29:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-nat-on-cisco-asa/m-p/2702866#M193520</guid>
      <dc:creator>shaheen.adil1</dc:creator>
      <dc:date>2015-07-22T08:29:10Z</dc:date>
    </item>
    <item>
      <title>i think following line should</title>
      <link>https://community.cisco.com/t5/network-security/help-nat-on-cisco-asa/m-p/2702867#M193521</link>
      <description>&lt;P&gt;i think following line should also be modified according to new public IP subnet:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;name 10.10.1.0&amp;nbsp;ippublic description Network_INTERNET&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 16:04:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-nat-on-cisco-asa/m-p/2702867#M193521</guid>
      <dc:creator>shaheen.adil1</dc:creator>
      <dc:date>2015-07-22T16:04:51Z</dc:date>
    </item>
    <item>
      <title>Hello Shaheen,The name</title>
      <link>https://community.cisco.com/t5/network-security/help-nat-on-cisco-asa/m-p/2702868#M193522</link>
      <description>&lt;P&gt;Hello Shaheen,&lt;/P&gt;&lt;P&gt;The name command will map an IP to a name so you can use a common name instead of having to remember the IP. If you want to keep that consistent then you may change it however is not necessary.&lt;/P&gt;&lt;P&gt;Tagir Temirgaliyev: There is no access group on the inside and the security level is higher than the outside so the traffic should be allowed. That ACL is not necessary for what Shaheen requested that is a public IP change.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jose Orozco&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 17:20:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-nat-on-cisco-asa/m-p/2702868#M193522</guid>
      <dc:creator>joseoroz</dc:creator>
      <dc:date>2015-07-22T17:20:43Z</dc:date>
    </item>
    <item>
      <title>Hi Jose,thanks again for your</title>
      <link>https://community.cisco.com/t5/network-security/help-nat-on-cisco-asa/m-p/2702869#M193523</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size:16px;"&gt;Hi Jose,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:16px;"&gt;thanks again for your response, is there any command to change the IP for that name ? i mean if i want to use the same name but new public IP?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:16px;"&gt;according to&amp;nbsp;google search, there is a way to delete that map&amp;nbsp;by entering:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no name &amp;lt;IP ADDRESS&amp;gt; &amp;lt;NAME&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:16px;"&gt;&lt;SPAN style="background-color: rgb(245, 249, 237);"&gt;and then redoing the map but i am not sure about its impact by deleting and creating again as that name (in red) is being used in the policy below:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:16px;"&gt;&lt;STRONG&gt;access-list inside_nat0_outband extended permit ip 192.168.205.0 255.255.255.0 &lt;SPAN style="color:#FF0000;"&gt;ippublic&lt;/SPAN&gt; 255.255.255.248&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:16px;"&gt;and also i am a bit confused if i decide to delete the name and use&amp;nbsp;the New Public IP directly in policy so how can i edit the policy? plus what sequence should i follow for the commands to complete the process:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:16px;"&gt;1. no name &amp;lt;IP ADDRESS&amp;gt; &amp;lt;NAME&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:16px;"&gt;2. editing the policy according to new IP&amp;nbsp;(dont know the syntax)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:16px;"&gt;3. interface Vlan2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 14px; background-color: rgb(249, 249, 249);"&gt;&lt;SPAN style="font-size:16px;"&gt;&amp;nbsp;ip address (new IP X.X.X.X X.X.X.X)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 14px; background-color: rgb(249, 249, 249);"&gt;&lt;SPAN style="font-size:16px;"&gt;route outside 0.0.0.0 0.0.0.0 (new default gateway X.X.X.X)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 14px; background-color: rgb(249, 249, 249);"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-size: 14px; background-color: rgb(249, 249, 249);"&gt;&lt;SPAN style="font-size:16px;"&gt;thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 21:45:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-nat-on-cisco-asa/m-p/2702869#M193523</guid>
      <dc:creator>shaheen.adil1</dc:creator>
      <dc:date>2015-07-22T21:45:34Z</dc:date>
    </item>
    <item>
      <title>Hello shaheen.adil1.I think</title>
      <link>https://community.cisco.com/t5/network-security/help-nat-on-cisco-asa/m-p/2702870#M193524</link>
      <description>&lt;P&gt;Hello shaheen.adil1.&lt;/P&gt;&lt;P&gt;I think you are getting confused. The ACL that you are making reference is used on a no NAT configuration. Meaning that the traffic that conform the ACL wouldn't be natted. That rule is not related to a change of a public IP.&lt;/P&gt;&lt;P&gt;Now if you have used an IP that has a name mapping and you remove the mapping the IP or rules were are applied are not going to be affected.&lt;/P&gt;&lt;P&gt;On my previous post I provided the steps. You don't need to remove the name if to change the IP.&lt;/P&gt;&lt;P&gt;The commands will be:&lt;/P&gt;&lt;P&gt;1. interface Vlan2&lt;/P&gt;&lt;P&gt;2.ip address (new IP X.X.X.X X.X.X.X) this will replace the old IP.&lt;/P&gt;&lt;P&gt;3.no route outside 0.0.0.0 0.0.0.0 10.10.1.6 1 removes the old route&lt;/P&gt;&lt;P&gt;4.route outside 0.0.0.0 0.0.0.0 (new default gateway X.X.X.X) ads the new correct route.&lt;/P&gt;&lt;P&gt;Then add or remove any names accordingly.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Jose Orozco.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2015 01:24:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-nat-on-cisco-asa/m-p/2702870#M193524</guid>
      <dc:creator>joseoroz</dc:creator>
      <dc:date>2015-07-23T01:24:15Z</dc:date>
    </item>
    <item>
      <title>Hi Jose, thank you once again</title>
      <link>https://community.cisco.com/t5/network-security/help-nat-on-cisco-asa/m-p/2702871#M193525</link>
      <description>&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you once again for your detailed reply &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &amp;nbsp;actually yes i am getting confused &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; cause i lack expertise on this and i have to get it done anyhow, I absolutely understood your explanation but the last thing is i also have to replace the public IP&amp;nbsp;thats&amp;nbsp;mapped inside the name &lt;STRONG&gt;&lt;SPAN style="color:#FF0000;"&gt;ippublic&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color:#000000;"&gt;because its the "Network IP" of the same public IP subnet so how can i edit the ACL for this? as the old public IP subnet&amp;nbsp;would no longer be available.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:#000000;"&gt;and again if there is a way to edit ACL then what sequence of command should be followed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2015 16:31:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-nat-on-cisco-asa/m-p/2702871#M193525</guid>
      <dc:creator>shaheen.adil1</dc:creator>
      <dc:date>2015-07-23T16:31:55Z</dc:date>
    </item>
    <item>
      <title>Hello Shaheen,I understand.</title>
      <link>https://community.cisco.com/t5/network-security/help-nat-on-cisco-asa/m-p/2702872#M193526</link>
      <description>&lt;P&gt;Hello Shaheen,&lt;/P&gt;&lt;P&gt;I understand. In that case you can create the new ACL and then remove the old one. You have to do it on that order or the access list with be removed with the NAT.&lt;/P&gt;&lt;P&gt;So the order will be like this:&lt;/P&gt;&lt;P&gt;1 add the new ACL:&lt;/P&gt;&lt;P&gt;access-list inside_nat0_outband extended permit ip X.X.X.X 255.255.255.0 X.X.X.X 255.255.255.248&lt;/P&gt;&lt;P&gt;2 remove the old ACL:&lt;/P&gt;&lt;P&gt;no access-list inside_nat0_outband extended permit ip 192.168.205.0 255.255.255.0 ippublic 255.255.255.248&lt;/P&gt;&lt;P&gt;3.Create the new name for the network.&lt;/P&gt;&lt;P&gt;name new_name x.x.x.x x.x.x.x.x&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jose Orozco.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2015 18:03:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-nat-on-cisco-asa/m-p/2702872#M193526</guid>
      <dc:creator>joseoroz</dc:creator>
      <dc:date>2015-07-23T18:03:00Z</dc:date>
    </item>
    <item>
      <title>Hi Jose,Really appreciate</title>
      <link>https://community.cisco.com/t5/network-security/help-nat-on-cisco-asa/m-p/2702873#M193527</link>
      <description>&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;Really appreciate your help and continuous response.&lt;/P&gt;&lt;P&gt;I will have the access to the ASA this week so gonna try these steps and will share the feedback.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jul 2015 22:27:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-nat-on-cisco-asa/m-p/2702873#M193527</guid>
      <dc:creator>shaheen.adil1</dc:creator>
      <dc:date>2015-07-26T22:27:45Z</dc:date>
    </item>
  </channel>
</rss>

