<?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: NAT to replace the source address in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-to-replace-the-source-address/m-p/4285213#M346309</link>
    <description>&lt;P&gt;Should I set interface of t&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;he router address 172.23.120.5 to&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; "ip nat enable" ?&lt;BR /&gt;and then&lt;/P&gt;&lt;P&gt;ip nat source static 192.168.0.0/24 &lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;172.23.120.5&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2021 13:40:31 GMT</pubDate>
    <dc:creator>DriverCiscoPL</dc:creator>
    <dc:date>2021-02-03T13:40:31Z</dc:date>
    <item>
      <title>NAT to replace the source address</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-to-replace-the-source-address/m-p/4285105#M346299</link>
      <description>&lt;P&gt;Hello, I don't know how to make NAT for 192.168.0.0/24 network to &lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;replace&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;the source address to the router address 172.23.120.5 for packets going to the network&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; 10.10.21.100/32.&lt;BR /&gt;&lt;BR /&gt;I have working configuration in VyOS system, but how to make it in Cisco 1921 router?&lt;/P&gt;&lt;PRE&gt;rule 01 {
    destination {
        address 10.10.21.100/32
    }
    outbound-interface any
    protocol all
    source {
        address 192.168.0.0/24
    }
    translation {
        address 172.23.120.5
    }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 11:27:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-to-replace-the-source-address/m-p/4285105#M346299</guid>
      <dc:creator>DriverCiscoPL</dc:creator>
      <dc:date>2021-02-03T11:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: NAT to replace the source address</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-to-replace-the-source-address/m-p/4285115#M346300</link>
      <description>&lt;P&gt;Looik at good examples :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/13773-2.html" target="_blank"&gt;https://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/13773-2.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr/command/ipaddr-cr-book/ipaddr-i3.html#wp1284532593" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr/command/ipaddr-cr-book/ipaddr-i3.html#wp1284532593&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 11:44:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-to-replace-the-source-address/m-p/4285115#M346300</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-02-03T11:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: NAT to replace the source address</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-to-replace-the-source-address/m-p/4285213#M346309</link>
      <description>&lt;P&gt;Should I set interface of t&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;he router address 172.23.120.5 to&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; "ip nat enable" ?&lt;BR /&gt;and then&lt;/P&gt;&lt;P&gt;ip nat source static 192.168.0.0/24 &lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;172.23.120.5&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 13:40:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-to-replace-the-source-address/m-p/4285213#M346309</guid>
      <dc:creator>DriverCiscoPL</dc:creator>
      <dc:date>2021-02-03T13:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: NAT to replace the source address</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-to-replace-the-source-address/m-p/4285230#M346310</link>
      <description>&lt;P&gt;that should work, test and advise. if any issue.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 14:04:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-to-replace-the-source-address/m-p/4285230#M346310</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-02-03T14:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: NAT to replace the source address</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-to-replace-the-source-address/m-p/4285467#M346333</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you want the translation only to take place when the source is 192.168.0.0/24 and the destination 10.10.21.100/32, you need a configuration that looks like the one below. Keep in mind that any other destination address will not lead to a translation.&lt;/P&gt;
&lt;P&gt;It doesn't matter whether the translated address 172.23.120.5 is actually configured on an interface (which means the NAT outside interface can have a different IP address).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet0/0&lt;BR /&gt;ip address 192.168.0.1 255.255.255.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;ip address 172.23.120.5 255.255.255.0&lt;BR /&gt;ip nat outside&lt;BR /&gt;!&lt;BR /&gt;ip nat pool DEST 172.23.120.5 172.23.120.5 netmask 255.255.255.0&lt;BR /&gt;ip nat inside source list 101 pool DEST overload&lt;BR /&gt;!&lt;BR /&gt;access-list 101 permit ip 192.168.0.0 0.0.0.255 host 10.10.21.100&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 18:07:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-to-replace-the-source-address/m-p/4285467#M346333</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2021-02-03T18:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: NAT to replace the source address</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-to-replace-the-source-address/m-p/4285722#M346368</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;You dont state if that translation address is actually part of you router egress interface or you want to use that address specifically for that translation and then nat all other traffic to the routers interface&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Example&lt;/U&gt;:&lt;BR /&gt;router wan interface =172.23.120.1&lt;/P&gt;
&lt;P&gt;specific nat address =172.23.120.5 - this can be any routable address reachable via your wan rtr&lt;BR /&gt;access-list 100 permit ip 192.168.0 0 0.0.0.255 host 10.10.21.100&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;access-list 101 deny ip 192.160.0.0 0.0.0.255 host 10.10.21.100&lt;BR /&gt;access-list 101 permit ip 192.168.0.0 0.0.0.255 any&lt;/P&gt;
&lt;P&gt;ip nat pool specific-nat 172.13.120.5 172.13.120.5 netmask 255.255.255.240&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ip nat inside source list 100 pool specific-nat&lt;BR /&gt;ip nat inside source list 101 interface xx (wan interface)&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 00:30:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-to-replace-the-source-address/m-p/4285722#M346368</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2021-02-04T00:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: NAT to replace the source address</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-to-replace-the-source-address/m-p/4286295#M346419</link>
      <description>&lt;P&gt;Thank you, it works, however I've noticed that I have a loop when I try to ping from any host behind GigabitEthernet0/1 to any host which is behind GigabitEthernet0/0&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;ping 192.168.0.30
PING 192.168.0.30 (192.168.0.30) 56(84) bytes of data.
64 bytes from 172.23.120.5: icmp_seq=1 ttl=127 time=1.97 ms
From 172.23.120.4: icmp_seq=2 Redirect Host(New nexthop: 172.23.120.5)
64 bytes from 172.23.120.5: icmp_seq=2 ttl=127 time=0.749 ms
64 bytes from 172.23.120.5: icmp_seq=3 ttl=127 time=0.544 ms
64 bytes from 172.23.120.5: icmp_seq=4 ttl=127 time=0.506 ms&lt;/PRE&gt;&lt;PRE&gt;traceroute 192.168.0.30
traceroute to 192.168.0.30 (192.168.0.30), 30 hops max, 40 byte packets
1 (172.23.120.5) 5.094 ms 5.342 ms 5.905 ms
2 * * *
3 * * *
4 * * *
5 * * *
6 *&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Feb 2021 18:34:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-to-replace-the-source-address/m-p/4286295#M346419</guid>
      <dc:creator>DriverCiscoPL</dc:creator>
      <dc:date>2021-02-04T18:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: NAT to replace the source address</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-to-replace-the-source-address/m-p/4286411#M346426</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it is not a loop. The traffic just gets stuck. The NAT only works when traffic is initiated from the inside.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 21:34:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-to-replace-the-source-address/m-p/4286411#M346426</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2021-02-04T21:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: NAT to replace the source address</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-to-replace-the-source-address/m-p/4286421#M346427</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What can I do to be able to initiate traffic from outside to inside?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe route the packet with&amp;nbsp;172.23.120.5 to null0 ?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 21:56:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-to-replace-the-source-address/m-p/4286421#M346427</guid>
      <dc:creator>DriverCiscoPL</dc:creator>
      <dc:date>2021-02-04T21:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: NAT to replace the source address</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-to-replace-the-source-address/m-p/4286449#M346429</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;FYI - You shouldn’t be able to ping an ip address that resides on the nat inside network from a nat outside ip address?&lt;/P&gt;
&lt;P&gt;The whole idea about nat it to “hide” an network meaning the outside network shouldn’t be aware of the inside lan subnet - hence why the lan is 99% non routable addressing.&lt;/P&gt;
&lt;P&gt;If you want a particular outside host to reach a particular inside ip address then you need to perform static 1-1 nat/pat&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 22:57:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-to-replace-the-source-address/m-p/4286449#M346429</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2021-02-04T22:57:58Z</dc:date>
    </item>
  </channel>
</rss>

