<?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 destination NAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/destination-nat/m-p/2497712#M234467</link>
    <description>&lt;P&gt;HI,&lt;BR /&gt;&lt;BR /&gt;I am having a problem getting my head around destination NAT..&lt;BR /&gt;&lt;BR /&gt;Problem I have is that I need to NAT all requests from specific IP's going to destination IP 10.aaa.bbb.x to another IP in our VM environment on 10.aaa.ccc.y. This is to assist in the migration of service from 1 server to another.&lt;BR /&gt;&lt;BR /&gt;so was thinking I need an ACL to sort the traffic out, and a destination NAT to change the destination IP so that all requests go to the modified one. only problem being, that I cant do static NAT based on destination...&lt;BR /&gt;&lt;BR /&gt;So, do I need to reverse the process as such so that my inside interface becomes the outside and vice versa?&lt;BR /&gt;&lt;BR /&gt;giving&lt;BR /&gt;&lt;BR /&gt;IP nat outside source 10.aaa.bbb.x 10.aaa.ccc.y (outside int being the one with the new VM host in it)&lt;BR /&gt;&lt;BR /&gt;access-list 100 permit IP host 10.aaa.eee.f 10.aaa.bbb.x (where f,g,h,i are specific individual hosts)&lt;BR /&gt;access-list 100 permit ip host 10.aaa.eee.g 10.aaa.bbb.x&lt;BR /&gt;access-list 100 permit IP host 10.aaa.eee.h 10.aaa.bbb.x&lt;BR /&gt;access-list 100 permit ip host 10.aaa.eee.i 10.aaa.bbb.x&lt;BR /&gt;&lt;BR /&gt;int gi1/0/1 (where this int is the DG for the VM environment where the new host IP resides)&lt;BR /&gt;ip add 10.aaa.ccc.$ xxx.xxx.xxx.xxx&lt;BR /&gt;ip nat outside&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;int gi1/0/6&lt;BR /&gt;ip add 10.aaa.ccc.$ xxx.xxx.xxx.xxx&lt;BR /&gt;ip nat inside (where this is our old host, which we need to keep active until all hosts are migrated over)&lt;BR /&gt;&lt;BR /&gt;route-map NAT permit 10&lt;BR /&gt;match ip address 100&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 04:50:45 GMT</pubDate>
    <dc:creator>NHSmart1n</dc:creator>
    <dc:date>2019-03-12T04:50:45Z</dc:date>
    <item>
      <title>destination NAT</title>
      <link>https://community.cisco.com/t5/network-security/destination-nat/m-p/2497712#M234467</link>
      <description>&lt;P&gt;HI,&lt;BR /&gt;&lt;BR /&gt;I am having a problem getting my head around destination NAT..&lt;BR /&gt;&lt;BR /&gt;Problem I have is that I need to NAT all requests from specific IP's going to destination IP 10.aaa.bbb.x to another IP in our VM environment on 10.aaa.ccc.y. This is to assist in the migration of service from 1 server to another.&lt;BR /&gt;&lt;BR /&gt;so was thinking I need an ACL to sort the traffic out, and a destination NAT to change the destination IP so that all requests go to the modified one. only problem being, that I cant do static NAT based on destination...&lt;BR /&gt;&lt;BR /&gt;So, do I need to reverse the process as such so that my inside interface becomes the outside and vice versa?&lt;BR /&gt;&lt;BR /&gt;giving&lt;BR /&gt;&lt;BR /&gt;IP nat outside source 10.aaa.bbb.x 10.aaa.ccc.y (outside int being the one with the new VM host in it)&lt;BR /&gt;&lt;BR /&gt;access-list 100 permit IP host 10.aaa.eee.f 10.aaa.bbb.x (where f,g,h,i are specific individual hosts)&lt;BR /&gt;access-list 100 permit ip host 10.aaa.eee.g 10.aaa.bbb.x&lt;BR /&gt;access-list 100 permit IP host 10.aaa.eee.h 10.aaa.bbb.x&lt;BR /&gt;access-list 100 permit ip host 10.aaa.eee.i 10.aaa.bbb.x&lt;BR /&gt;&lt;BR /&gt;int gi1/0/1 (where this int is the DG for the VM environment where the new host IP resides)&lt;BR /&gt;ip add 10.aaa.ccc.$ xxx.xxx.xxx.xxx&lt;BR /&gt;ip nat outside&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;int gi1/0/6&lt;BR /&gt;ip add 10.aaa.ccc.$ xxx.xxx.xxx.xxx&lt;BR /&gt;ip nat inside (where this is our old host, which we need to keep active until all hosts are migrated over)&lt;BR /&gt;&lt;BR /&gt;route-map NAT permit 10&lt;BR /&gt;match ip address 100&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 04:50:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/destination-nat/m-p/2497712#M234467</guid>
      <dc:creator>NHSmart1n</dc:creator>
      <dc:date>2019-03-12T04:50:45Z</dc:date>
    </item>
    <item>
      <title>Hi,If I had understand your</title>
      <link>https://community.cisco.com/t5/network-security/destination-nat/m-p/2497713#M234469</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If I had understand your problem correctly, you need the following configuration:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface gi1/0/6&lt;BR /&gt;&amp;nbsp;ip address 10.aaa.bbb.$ 255.255.255.0&amp;nbsp; // NOTE: I have changed this address to bbb net&lt;BR /&gt;ip nat inside&lt;/P&gt;&lt;P&gt;interface gi1/0/1&lt;BR /&gt;&amp;nbsp;ip address 10.aaa.ccc.$ 255.255.255.0&lt;BR /&gt;ip nat outside&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ip nat outside source static 10.aaa.ccc.y 10.aaa.bbb.x&amp;nbsp; // Changed the order of addresses&lt;/P&gt;&lt;P&gt;ip route 10.aaa.bbb.x 255.255.255.255 10.aaa.ccc.y&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hosts on bbb network must access server 10.aaa.ccc.y&amp;nbsp; as 10.aaa.bbb.x.&lt;/P&gt;&lt;P&gt;The static route is needed because 10.aaa.bbb.0/24 is associated with gi1/0/6 interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this could help your configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pedro Lereno&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2014 12:39:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/destination-nat/m-p/2497713#M234469</guid>
      <dc:creator>Pedro Lereno</dc:creator>
      <dc:date>2014-10-01T12:39:29Z</dc:date>
    </item>
  </channel>
</rss>

