<?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 Where apply static nat in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/where-apply-static-nat/m-p/1990553#M195769</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;you're doing a site-to-site IPSec VPN between these 2 subnets? if so then you don't have to NAT traffic between the 2 subnets( do a deny in an extended access-list used for NAT) an apply nat on inside and outside interfaces for internet traffic.&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;Alain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to rate helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jul 2012 08:47:02 GMT</pubDate>
    <dc:creator>cadet alain</dc:creator>
    <dc:date>2012-07-12T08:47:02Z</dc:date>
    <item>
      <title>Where apply static nat</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/where-apply-static-nat/m-p/1990550#M195766</link>
      <description>&lt;P&gt;Dear boss &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My server ip 192.168.0.14 nating IP 172.30.40.115 and i will access from 10.23.252.0/27.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WAN IP 10.0.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and 10.0.1.1. it is crypto with IPsec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MY conf :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface fe 0/0 &lt;/P&gt;&lt;P&gt;switch port access vlan 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 10 &lt;/P&gt;&lt;P&gt;ip add 10.0.0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 10.23.252.0 255.255.255.224 10.0.1.1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static 192.168.0.14 172.30.40.115 route-map NAT_30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 2002 permit ip 172.30.40.112 0.0.0.15 10.23.252.0 0.0.0.31&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route-map NAT_30 permit 10&lt;/P&gt;&lt;P&gt; match ip address 2002 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally I bind nat with tunnel , but here no tunnel. where i apply nat&amp;nbsp; and how to configure ????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shahid&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 00:56:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/where-apply-static-nat/m-p/1990550#M195766</guid>
      <dc:creator>shahid_duet</dc:creator>
      <dc:date>2019-03-05T00:56:52Z</dc:date>
    </item>
    <item>
      <title>Where apply static nat</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/where-apply-static-nat/m-p/1990551#M195767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please provide your topology layout ???&lt;/P&gt;&lt;P&gt;then I can tell you .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 06:11:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/where-apply-static-nat/m-p/1990551#M195767</guid>
      <dc:creator>Sandeep Choudhary</dc:creator>
      <dc:date>2012-07-12T06:11:35Z</dc:date>
    </item>
    <item>
      <title>Where apply static nat</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/where-apply-static-nat/m-p/1990552#M195768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/2/5/5/95552-NAT_help.jpg" class="jive-image" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally i create a tunnel and bind NAT lie this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tunnel 100&lt;/P&gt;&lt;P&gt;ip add 0.0.0.0 0.0.0.0 &lt;/P&gt;&lt;P&gt;tunnel source 0.0.0.0&lt;/P&gt;&lt;P&gt;tunnel desti 0.0.0.0&lt;/P&gt;&lt;P&gt;ip nat outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here no tunnel so where i bind in avobe configuration ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shahid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 08:38:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/where-apply-static-nat/m-p/1990552#M195768</guid>
      <dc:creator>shahid_duet</dc:creator>
      <dc:date>2012-07-12T08:38:24Z</dc:date>
    </item>
    <item>
      <title>Where apply static nat</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/where-apply-static-nat/m-p/1990553#M195769</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;you're doing a site-to-site IPSec VPN between these 2 subnets? if so then you don't have to NAT traffic between the 2 subnets( do a deny in an extended access-list used for NAT) an apply nat on inside and outside interfaces for internet traffic.&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;Alain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to rate helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 08:47:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/where-apply-static-nat/m-p/1990553#M195769</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2012-07-12T08:47:02Z</dc:date>
    </item>
    <item>
      <title>Where apply static nat</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/where-apply-static-nat/m-p/1990554#M195770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Alain &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Branch have permission on 172.30.40.115 not at 192.168.0.14&amp;nbsp; and it virtual IP. so i need NAT to get 192.168.0.14. Rranch router is configured&amp;nbsp; for forwarding 172.30.40.112/27 and it is ok. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How i get 192.168.0.14 by using NAT from branch ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 09:14:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/where-apply-static-nat/m-p/1990554#M195770</guid>
      <dc:creator>shahid_duet</dc:creator>
      <dc:date>2012-07-12T09:14:25Z</dc:date>
    </item>
    <item>
      <title>Where apply static nat</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/where-apply-static-nat/m-p/1990555#M195771</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;if I got it right, u want ur hosts to send traffic to 172.30.40.115 and ur Server (192.168.0.14) at the other end receives it, and your switch does routing as well, and u need to convert the ip's on ur branch router...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your config on the switch would need a static route to 172.30.40.115 pointing to the branch router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ip route 172.30.40.115 x.x.x.x [router, gateway ip]&lt;/STRONG&gt; .... so that traffic with original ip for server is sent to the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then on the router you do the NAT with the serial interface as OUTSIDE interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;int s0/0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ip nat outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ip nat inside source static 192.168.0.14 172.30.40.115&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;let me know if i got the whole idea wrong, then you may need to shift the config to the other router.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it Helps, &lt;BR /&gt; &lt;BR /&gt;Soroush.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 12:13:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/where-apply-static-nat/m-p/1990555#M195771</guid>
      <dc:creator>smehrnia</dc:creator>
      <dc:date>2012-07-12T12:13:32Z</dc:date>
    </item>
    <item>
      <title>Where apply static nat</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/where-apply-static-nat/m-p/1990556#M195772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Soroushm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The NAT is applicable in Head office router. Take it very simple. Branch IP( 10.23.252.0/27) will ping&amp;nbsp; to 172.30.40.115 and 192.168.0.14 will respond. I did NAT to my head office router and bind to vlan 10 described in avobe configuration. It dose not work.&amp;nbsp; My crypto and routing is ok. but when i create nat and bind it to vlan 10&amp;nbsp; dose not work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another way to work. ?????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shahid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jul 2012 06:14:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/where-apply-static-nat/m-p/1990556#M195772</guid>
      <dc:creator>shahid_duet</dc:creator>
      <dc:date>2012-07-15T06:14:31Z</dc:date>
    </item>
    <item>
      <title>Where apply static nat</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/where-apply-static-nat/m-p/1990557#M195773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;remove the route-map from ur static NAT command, make it simple n make it work, complications... later.&lt;/P&gt;&lt;P&gt;did you set your router's LAN interface as NAT outside?&amp;nbsp; &lt;STRONG&gt;ip nat outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;BR /&gt; &lt;BR /&gt;Soroush.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jul 2012 14:45:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/where-apply-static-nat/m-p/1990557#M195773</guid>
      <dc:creator>smehrnia</dc:creator>
      <dc:date>2012-07-15T14:45:13Z</dc:date>
    </item>
    <item>
      <title>Where apply static nat</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/where-apply-static-nat/m-p/1990558#M195774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Soroushm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U r Right. Its working now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i need to delete some static nat. but can not do ? &lt;/P&gt;&lt;P&gt; I tried to deletet&amp;nbsp; as follows: &lt;/P&gt;&lt;P&gt; router# no ip nat translation *&lt;/P&gt;&lt;P&gt;router(conf)#no ip nat inside source static 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;wr.&lt;/P&gt;&lt;P&gt;Relaod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But can not remove or edit &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to remove single or all nat. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls suggest me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shahid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 04:46:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/where-apply-static-nat/m-p/1990558#M195774</guid>
      <dc:creator>shahid_duet</dc:creator>
      <dc:date>2012-07-16T04:46:33Z</dc:date>
    </item>
    <item>
      <title>Where apply static nat</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/where-apply-static-nat/m-p/1990559#M195775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try removing the &lt;STRONG&gt;ip nat outside / ip nat inside &lt;/STRONG&gt;commands from the interfaces, then go through the steps u did before. and then reconfig.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it Helps, &lt;BR /&gt; &lt;BR /&gt;Soroush.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 16:55:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/where-apply-static-nat/m-p/1990559#M195775</guid>
      <dc:creator>smehrnia</dc:creator>
      <dc:date>2012-07-16T16:55:48Z</dc:date>
    </item>
  </channel>
</rss>

