<?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: Hide a subnet to another subnet - NAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/hide-a-subnet-to-another-subnet-nat/m-p/4258814#M1076671</link>
    <description>Your static default route isn’t on the same subnet as RK-LAN interface. So that would be an issue if there is an effort to communicate outside the network. Also, it looks like part of the nat configuration line is missing in the output you provided but based on the output of show xlate it looks like that part is configured correctly.&lt;BR /&gt;&lt;BR /&gt;If I were you I would test it before sending it out. You would just need two laptops to test it.&lt;BR /&gt;</description>
    <pubDate>Tue, 15 Dec 2020 15:04:21 GMT</pubDate>
    <dc:creator>gbekmezi</dc:creator>
    <dc:date>2020-12-15T15:04:21Z</dc:date>
    <item>
      <title>Hide a subnet to another subnet - NAT</title>
      <link>https://community.cisco.com/t5/network-security/hide-a-subnet-to-another-subnet-nat/m-p/4258560#M1076657</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An easy question for the experienced Cisco Community.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm configuring an ASA5506 for a simple task. Yes, I know - it's old, but that's what I got right now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to isolate an IoT-subnet inside my LAN and I figured that the best way to do it, is to use an ASA. The IoT-subnet is 192.168.1.x/24, but I already have that subnet routed somewhere else in my LAN, so I want to use the ASA to NAT the 192.168.1.x/24 to another subnet that I can accept. I allready tried to convince the provider of the IoT-devices to change the IP's of the IoT-devices to reconfigure to the subnet I can accept, but unfortunately it's too late.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MY LAN --- (outside) ASA5506 (inside) --- 10.150.128.0/24 seen from MY LAN (but really 192.168.1.x/24)&lt;/P&gt;&lt;P&gt;ex. So if I ping 10.150.128.5 from MY LAN, I actually get 192.168.1.5 and so forth.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I do this in CLI?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 08:18:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hide-a-subnet-to-another-subnet-nat/m-p/4258560#M1076657</guid>
      <dc:creator>Ditlev Weinreich</dc:creator>
      <dc:date>2020-12-15T08:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a subnet to another subnet - NAT</title>
      <link>https://community.cisco.com/t5/network-security/hide-a-subnet-to-another-subnet-nat/m-p/4258583#M1076660</link>
      <description>&lt;P&gt;Hi again&lt;/P&gt;&lt;P&gt;I found &lt;A href="https://community.cisco.com/t5/network-security/asa-8-4-nat-of-one-subnet-to-another/td-p/2149054" target="_self"&gt;another discussion&lt;/A&gt; that is very similair to what I am trying to achieve. I'm a bit uncertain if it works. Right now I'm preconfiguring the ASA, before installing it at the location.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you see if I've done it right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet1/1&lt;BR /&gt;nameif RK-LAN&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 10.100.20.20 255.255.252.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/2&lt;BR /&gt;nameif CTS-LAN&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;object network CTS-LAN&lt;BR /&gt;subnet 192.168.1.0 255.255.255.0&lt;BR /&gt;object network CTS-LAN-nat&lt;BR /&gt;subnet 10.150.128.0 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (CTS-LAN,RK-LAN) source static CTS-LAN CTS-LAN-nat&lt;BR /&gt;route RK-LAN 0.0.0.0 0.0.0.0 10.100.1.1 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RK-ASA-CTS# show xlate&lt;BR /&gt;2 in use, 2 most used&lt;BR /&gt;Flags: D - DNS, e - extended, I - identity, i - dynamic, r - portmap,&lt;BR /&gt;s - static, T - twice, N - net-to-net&lt;BR /&gt;NAT from CTS-LAN:192.168.1.0/24 to RK-LAN:10.150.128.0/24&lt;BR /&gt;flags sT idle 0:00:46 timeout 0:00:00&lt;BR /&gt;NAT from RK-LAN:0.0.0.0/0 to CTS-LAN:0.0.0.0/0&lt;BR /&gt;flags sIT idle 0:00:46 timeout 0:00:00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 08:55:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hide-a-subnet-to-another-subnet-nat/m-p/4258583#M1076660</guid>
      <dc:creator>Ditlev Weinreich</dc:creator>
      <dc:date>2020-12-15T08:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a subnet to another subnet - NAT</title>
      <link>https://community.cisco.com/t5/network-security/hide-a-subnet-to-another-subnet-nat/m-p/4258814#M1076671</link>
      <description>Your static default route isn’t on the same subnet as RK-LAN interface. So that would be an issue if there is an effort to communicate outside the network. Also, it looks like part of the nat configuration line is missing in the output you provided but based on the output of show xlate it looks like that part is configured correctly.&lt;BR /&gt;&lt;BR /&gt;If I were you I would test it before sending it out. You would just need two laptops to test it.&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Dec 2020 15:04:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hide-a-subnet-to-another-subnet-nat/m-p/4258814#M1076671</guid>
      <dc:creator>gbekmezi</dc:creator>
      <dc:date>2020-12-15T15:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a subnet to another subnet - NAT</title>
      <link>https://community.cisco.com/t5/network-security/hide-a-subnet-to-another-subnet-nat/m-p/4258890#M1076678</link>
      <description>&lt;P&gt;Hi Gbekmezi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are right about the default route. It was a mistake.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 16:46:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hide-a-subnet-to-another-subnet-nat/m-p/4258890#M1076678</guid>
      <dc:creator>Ditlev Weinreich</dc:creator>
      <dc:date>2020-12-15T16:46:21Z</dc:date>
    </item>
  </channel>
</rss>

