<?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 NAT in IOS static but bypass for direct access in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-in-ios-static-but-bypass-for-direct-access/m-p/1219601#M112584</link>
    <description>&lt;P&gt;my company wants to have it's cake and eat it too.  we are migrating an application from a legacy host system to a new host system.  at a remote site, we want some users to telnet to the legacy ip address (244) and be redirected to the new ip address (144).  we also want some users at the same remote site to be able to telnet directly to the new host system (144).  if i implement a simple ip nat static, the first part (redirection) works fine but the second part (direct connect) fails.  I understand why this is happening, but how do i get around it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;site A - subnet 172.20.14.0/24&lt;/P&gt;&lt;P&gt;host legacy 172.20.14.244&lt;/P&gt;&lt;P&gt;host new 172.20.14.144&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remote site b - subnet 172.20.160.0/24&lt;/P&gt;&lt;P&gt;host joe 172.20.160.21&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2019 12:23:09 GMT</pubDate>
    <dc:creator>cmccready</dc:creator>
    <dc:date>2019-03-04T12:23:09Z</dc:date>
    <item>
      <title>NAT in IOS static but bypass for direct access</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-in-ios-static-but-bypass-for-direct-access/m-p/1219601#M112584</link>
      <description>&lt;P&gt;my company wants to have it's cake and eat it too.  we are migrating an application from a legacy host system to a new host system.  at a remote site, we want some users to telnet to the legacy ip address (244) and be redirected to the new ip address (144).  we also want some users at the same remote site to be able to telnet directly to the new host system (144).  if i implement a simple ip nat static, the first part (redirection) works fine but the second part (direct connect) fails.  I understand why this is happening, but how do i get around it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;site A - subnet 172.20.14.0/24&lt;/P&gt;&lt;P&gt;host legacy 172.20.14.244&lt;/P&gt;&lt;P&gt;host new 172.20.14.144&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remote site b - subnet 172.20.160.0/24&lt;/P&gt;&lt;P&gt;host joe 172.20.160.21&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 12:23:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-in-ios-static-but-bypass-for-direct-access/m-p/1219601#M112584</guid>
      <dc:creator>cmccready</dc:creator>
      <dc:date>2019-03-04T12:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: NAT in IOS static but bypass for direct access</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-in-ios-static-but-bypass-for-direct-access/m-p/1219602#M112585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would putting an deny to those ip you wish to exclude from your nat access-list do the job?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 01:52:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-in-ios-static-but-bypass-for-direct-access/m-p/1219602#M112585</guid>
      <dc:creator>connect2world</dc:creator>
      <dc:date>2009-04-16T01:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: NAT in IOS static but bypass for direct access</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-in-ios-static-but-bypass-for-direct-access/m-p/1219603#M112586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not sure ... I thought that the deny would be implied and that only the 'permit'-d addresses would be nat'd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tested a new set of configs today and was able to get direct traffic to avoid the nat by policy-routing it out another interface.  it's ugly but it works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 23:28:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-in-ios-static-but-bypass-for-direct-access/m-p/1219603#M112586</guid>
      <dc:creator>cmccready</dc:creator>
      <dc:date>2009-04-16T23:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: NAT in IOS static but bypass for direct access</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-in-ios-static-but-bypass-for-direct-access/m-p/1219604#M112587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you are correct.I have not thought of that! You could have assign ip address to those device which need direct connection, out of the nating access-list range. This way I think might also achieve what you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 01:05:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-in-ios-static-but-bypass-for-direct-access/m-p/1219604#M112587</guid>
      <dc:creator>connect2world</dc:creator>
      <dc:date>2009-04-17T01:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: NAT in IOS static but bypass for direct access</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-in-ios-static-but-bypass-for-direct-access/m-p/1219605#M112588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router#         show proce cpu&lt;/P&gt;&lt;P&gt;CPU utilization for five seconds: 2%/0%; one minute: 5%; five minutes: 5%&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 05:53:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-in-ios-static-but-bypass-for-direct-access/m-p/1219605#M112588</guid>
      <dc:creator>daybreak001</dc:creator>
      <dc:date>2009-04-17T05:53:44Z</dc:date>
    </item>
  </channel>
</rss>

