<?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 ASA Help With NAT for Printer in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-help-with-nat-for-printer/m-p/5211248#M1116743</link>
    <description>&lt;P&gt;I have a Guest network for internet access for guests and an Inside network. I would like the Guest network to be able to access a printer on the Inside network.&lt;/P&gt;&lt;P&gt;I have the following configuration:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;object-group network Guest_Network_Printers&lt;BR /&gt;network-object host 10.10.50.55&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;object network Guest_Network_DHCP_Pool&lt;BR /&gt;range 10.20.30.101 10.20.30.254&lt;BR /&gt;&lt;BR /&gt;access-list ACL_Guest extended permit ip object Guest_Network_DHCP_Pool object-group Guest_Network_Printers&lt;BR /&gt;access-list ACL_Guest extended deny ip any 10.10.50.0 255.255.255.0&lt;BR /&gt;access-list ACL_Guest extended permit ip any any&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;access-group ACL_Guest in interface Guest&lt;/P&gt;&lt;P&gt;This works fine. I'm able to ping 10.10.50.55 from the 10.20.30.101-254 range while keeping all other 10.10.50.0 devices restricted.&lt;/P&gt;&lt;P&gt;Now what I would like to do is set up a NAT from 10.20.30.55 to 10.10.50.55 so that this "fake" 10.20.30.55 IP can be used for printing from the Guest network. This will allow Windows to automatically detect the printer -- it currently does not detect it because it's not on the same subnet. I can add it manually, but that's not ideal.&lt;/P&gt;&lt;P&gt;How do I set up this translation?&lt;/P&gt;</description>
    <pubDate>Fri, 18 Oct 2024 17:32:24 GMT</pubDate>
    <dc:creator>rschember1</dc:creator>
    <dc:date>2024-10-18T17:32:24Z</dc:date>
    <item>
      <title>ASA Help With NAT for Printer</title>
      <link>https://community.cisco.com/t5/network-security/asa-help-with-nat-for-printer/m-p/5211248#M1116743</link>
      <description>&lt;P&gt;I have a Guest network for internet access for guests and an Inside network. I would like the Guest network to be able to access a printer on the Inside network.&lt;/P&gt;&lt;P&gt;I have the following configuration:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;object-group network Guest_Network_Printers&lt;BR /&gt;network-object host 10.10.50.55&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;object network Guest_Network_DHCP_Pool&lt;BR /&gt;range 10.20.30.101 10.20.30.254&lt;BR /&gt;&lt;BR /&gt;access-list ACL_Guest extended permit ip object Guest_Network_DHCP_Pool object-group Guest_Network_Printers&lt;BR /&gt;access-list ACL_Guest extended deny ip any 10.10.50.0 255.255.255.0&lt;BR /&gt;access-list ACL_Guest extended permit ip any any&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;access-group ACL_Guest in interface Guest&lt;/P&gt;&lt;P&gt;This works fine. I'm able to ping 10.10.50.55 from the 10.20.30.101-254 range while keeping all other 10.10.50.0 devices restricted.&lt;/P&gt;&lt;P&gt;Now what I would like to do is set up a NAT from 10.20.30.55 to 10.10.50.55 so that this "fake" 10.20.30.55 IP can be used for printing from the Guest network. This will allow Windows to automatically detect the printer -- it currently does not detect it because it's not on the same subnet. I can add it manually, but that's not ideal.&lt;/P&gt;&lt;P&gt;How do I set up this translation?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 17:32:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-help-with-nat-for-printer/m-p/5211248#M1116743</guid>
      <dc:creator>rschember1</dc:creator>
      <dc:date>2024-10-18T17:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: [Delete please]</title>
      <link>https://community.cisco.com/t5/network-security/asa-help-with-nat-for-printer/m-p/5211268#M1116745</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/29039"&gt;@rschember1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Static NAT.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://networklessons.com/cisco/asa-firewall/cisco-asa-static-nat-configuration" target="_blank"&gt;Cisco ASA Static NAT Configuration (networklessons.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 17:21:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-help-with-nat-for-printer/m-p/5211268#M1116745</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2024-10-18T17:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: [Delete please]</title>
      <link>https://community.cisco.com/t5/network-security/asa-help-with-nat-for-printer/m-p/5211269#M1116746</link>
      <description>&lt;P&gt;&lt;SPAN&gt;object-group network Guest_Network_Printers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;network-object host 10.10.50.55&lt;BR /&gt;&amp;nbsp; &amp;nbsp;nat (inside,Guest) static 10.20.30.55&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;This should work. Alternatively you can add a manual static NAT similar to this:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;object-group network Guest_Network_Printers_NAT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;network-object host 10.20.30.55&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;nat (inside,Guest) source static&amp;nbsp;Guest_Network_Printers Guest_Network_Printers_NAT destination static Guest_Network_DHCP_Pool&amp;nbsp;Guest_Network_DHCP_Pool&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I would also recommend denying the whole RFC1918 range for the guest network if possible rather than just the defined internal network 10.10.50.0/24.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 17:23:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-help-with-nat-for-printer/m-p/5211269#M1116746</guid>
      <dc:creator>Aref Alsouqi</dc:creator>
      <dc:date>2024-10-18T17:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: [Delete please]</title>
      <link>https://community.cisco.com/t5/network-security/asa-help-with-nat-for-printer/m-p/5211290#M1116748</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/284594"&gt;@Aref Alsouqi&lt;/a&gt;&amp;nbsp;- This worked perfectly, thank you!&lt;/P&gt;&lt;P&gt;I did have to create a network object for the NAT - I couldn't do it directly in the object group. And thank you for the tip on the RFC1918 range. This is the final working configuration:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;object network obj-10.10.50.55-GuestNAT&lt;BR /&gt;host 10.10.50.55&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;object network obj-10.10.50.55-GuestNAT&lt;BR /&gt;nat (inside,Guest) static 10.20.30.55&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;object-group network Guest_Network_Printers&lt;BR /&gt;network-object object obj-10.10.50.55-GuestNAT&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;object network Guest_Network_DHCP_Pool&lt;BR /&gt;range 10.20.30.101 10.20.30.254&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;access-list ACL_Guest extended permit ip object Guest_Network_DHCP_Pool object-group Guest_Network_Printers&lt;BR /&gt;access-list ACL_Guest extended deny ip any 10.0.0.0 255.0.0.0&lt;BR /&gt;access-list ACL_Guest extended deny ip any 172.16.0.0 255.240.0.0&lt;BR /&gt;access-list ACL_Guest extended deny ip any 192.168.0.0 255.255.0.0&lt;BR /&gt;access-list ACL_Guest extended permit ip any any&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;access-group ACL_Guest in interface Guest&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 18:53:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-help-with-nat-for-printer/m-p/5211290#M1116748</guid>
      <dc:creator>rschember1</dc:creator>
      <dc:date>2024-10-18T18:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: [Delete please]</title>
      <link>https://community.cisco.com/t5/network-security/asa-help-with-nat-for-printer/m-p/5211340#M1116753</link>
      <description>&lt;P&gt;You are very welcome, and you’re right, I should’ve paid more attention when I copied/pasted the config snippet as the NAT statement goes under the network object not the object group as you figured out. Sorry about that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 21:08:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-help-with-nat-for-printer/m-p/5211340#M1116753</guid>
      <dc:creator>Aref Alsouqi</dc:creator>
      <dc:date>2024-10-18T21:08:53Z</dc:date>
    </item>
  </channel>
</rss>

