<?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: Accessing rinter on inside of ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/accessing-rinter-on-inside-of-asa/m-p/1052535#M915959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You were right.  After I add the permission for the xxx.xxx.23.170 (VMS5-BANNER)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit ip host VMS5_BANNER host xxx.xxx.120.103&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Life is good.  It works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jul 2008 14:58:07 GMT</pubDate>
    <dc:creator>michael.m.williams</dc:creator>
    <dc:date>2008-07-30T14:58:07Z</dc:date>
    <item>
      <title>Accessing rinter on inside of ASA</title>
      <link>https://community.cisco.com/t5/network-security/accessing-rinter-on-inside-of-asa/m-p/1052526#M915949</link>
      <description>&lt;P&gt;I have a ASA 5505 with an inside netowk of 10.xx.180.0, and an outside network of xxx.xxx.23.170.  Now the ouside server has to be bale to printer to a printer on the inside for daily reports. &lt;/P&gt;&lt;P&gt;should I just nat the inside IP to the a outside IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be best practise here.  I don't want to comprimise inside network?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some help me out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike Williams&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:20:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-rinter-on-inside-of-asa/m-p/1052526#M915949</guid>
      <dc:creator>michael.m.williams</dc:creator>
      <dc:date>2019-03-11T13:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing rinter on inside of ASA</title>
      <link>https://community.cisco.com/t5/network-security/accessing-rinter-on-inside-of-asa/m-p/1052527#M915951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simply - attach a printer to the server or, bring the server from the outside into the inside!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 22:32:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-rinter-on-inside-of-asa/m-p/1052527#M915951</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2008-07-25T22:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing rinter on inside of ASA</title>
      <link>https://community.cisco.com/t5/network-security/accessing-rinter-on-inside-of-asa/m-p/1052528#M915952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is a newer HP printer, you can use 'Jet-Direct' to connect to the printer using TCP. I think its port 9100.&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;Farrukh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2008 10:11:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-rinter-on-inside-of-asa/m-p/1052528#M915952</guid>
      <dc:creator>Farrukh Haroon</dc:creator>
      <dc:date>2008-07-26T10:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing rinter on inside of ASA</title>
      <link>https://community.cisco.com/t5/network-security/accessing-rinter-on-inside-of-asa/m-p/1052529#M915953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still can't map the printer on the inside interface from the ouside.  I added the following statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) xxx.xxx.120.103 10.xxx.180.103 netmask 255.255.255.255 tcp 1 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I addedd the ouside server to allow enterance on ouside interface but still can not see it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tryied to ping but I alway get denied.  Can you ping from a lower security interface to a higher one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit icmp xxx.xxx.21.0 255.255.255.128 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't get it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 12:02:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-rinter-on-inside-of-asa/m-p/1052529#M915953</guid>
      <dc:creator>michael.m.williams</dc:creator>
      <dc:date>2008-07-29T12:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing rinter on inside of ASA</title>
      <link>https://community.cisco.com/t5/network-security/accessing-rinter-on-inside-of-asa/m-p/1052530#M915954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post your config - sanitised of course.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 13:40:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-rinter-on-inside-of-asa/m-p/1052530#M915954</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2008-07-29T13:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing rinter on inside of ASA</title>
      <link>https://community.cisco.com/t5/network-security/accessing-rinter-on-inside-of-asa/m-p/1052531#M915955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is me config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the security level wrong on my interface?  I have 0 on the outside and 100 on the inside. These were the defaults.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mike&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>Tue, 29 Jul 2008 16:07:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-rinter-on-inside-of-asa/m-p/1052531#M915955</guid>
      <dc:creator>michael.m.williams</dc:creator>
      <dc:date>2008-07-29T16:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing rinter on inside of ASA</title>
      <link>https://community.cisco.com/t5/network-security/accessing-rinter-on-inside-of-asa/m-p/1052532#M915956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot see in the acl "outside_access_in" where you are allowing IP or TCP access from the external server to the internet printer, on the NAT address?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 07:42:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-rinter-on-inside-of-asa/m-p/1052532#M915956</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2008-07-30T07:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing rinter on inside of ASA</title>
      <link>https://community.cisco.com/t5/network-security/accessing-rinter-on-inside-of-asa/m-p/1052533#M915957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The server that needs to access the inside printer is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;xxx.xxx.23.170 VMS5_Banner witch is part of the Allowed_Out Policy group and here is the acl for that (well I thught it was)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit ip object-group Allowed_Out object-group Allowed_Int&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the inside subnet is part of the Allowed_in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did I do it correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 12:04:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-rinter-on-inside-of-asa/m-p/1052533#M915957</guid>
      <dc:creator>michael.m.williams</dc:creator>
      <dc:date>2008-07-30T12:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing rinter on inside of ASA</title>
      <link>https://community.cisco.com/t5/network-security/accessing-rinter-on-inside-of-asa/m-p/1052534#M915958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That looks OK now you have explained the object names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like it should work, as you sure the printer has IP connectivity?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 12:10:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-rinter-on-inside-of-asa/m-p/1052534#M915958</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2008-07-30T12:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing rinter on inside of ASA</title>
      <link>https://community.cisco.com/t5/network-security/accessing-rinter-on-inside-of-asa/m-p/1052535#M915959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You were right.  After I add the permission for the xxx.xxx.23.170 (VMS5-BANNER)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit ip host VMS5_BANNER host xxx.xxx.120.103&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Life is good.  It works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 14:58:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-rinter-on-inside-of-asa/m-p/1052535#M915959</guid>
      <dc:creator>michael.m.williams</dc:creator>
      <dc:date>2008-07-30T14:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing rinter on inside of ASA</title>
      <link>https://community.cisco.com/t5/network-security/accessing-rinter-on-inside-of-asa/m-p/1052536#M915960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;np - glad to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 15:00:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-rinter-on-inside-of-asa/m-p/1052536#M915960</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2008-07-30T15:00:20Z</dc:date>
    </item>
  </channel>
</rss>

