<?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 Access from other interfaces to inside Zone in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/access-from-other-interfaces-to-inside-zone/m-p/2989946#M148531</link>
    <description>&lt;P&gt;i want to let users from interface 1/3 , 1/4 , 1/5 to access servers in interface inside , how can i do that ?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet1/2&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.1.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/3&lt;BR /&gt; nameif SomenaWireless&lt;BR /&gt; security-level&amp;nbsp;50&lt;BR /&gt; ip address 10.100.1.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/4&lt;BR /&gt; nameif Unifyegypt&lt;BR /&gt; security-level&amp;nbsp;40&lt;BR /&gt; ip address 10.100.2.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/5&lt;BR /&gt; nameif UnifyegyptWireless&lt;BR /&gt; security-level&amp;nbsp;30&lt;BR /&gt; ip address 10.100.3.2 255.255.255.0&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 08:32:19 GMT</pubDate>
    <dc:creator>mohamed.fawzy2012</dc:creator>
    <dc:date>2019-03-12T08:32:19Z</dc:date>
    <item>
      <title>Access from other interfaces to inside Zone</title>
      <link>https://community.cisco.com/t5/network-security/access-from-other-interfaces-to-inside-zone/m-p/2989946#M148531</link>
      <description>&lt;P&gt;i want to let users from interface 1/3 , 1/4 , 1/5 to access servers in interface inside , how can i do that ?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet1/2&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.1.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/3&lt;BR /&gt; nameif SomenaWireless&lt;BR /&gt; security-level&amp;nbsp;50&lt;BR /&gt; ip address 10.100.1.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/4&lt;BR /&gt; nameif Unifyegypt&lt;BR /&gt; security-level&amp;nbsp;40&lt;BR /&gt; ip address 10.100.2.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/5&lt;BR /&gt; nameif UnifyegyptWireless&lt;BR /&gt; security-level&amp;nbsp;30&lt;BR /&gt; ip address 10.100.3.2 255.255.255.0&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:32:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-from-other-interfaces-to-inside-zone/m-p/2989946#M148531</guid>
      <dc:creator>mohamed.fawzy2012</dc:creator>
      <dc:date>2019-03-12T08:32:19Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.cisco.com/t5/network-security/access-from-other-interfaces-to-inside-zone/m-p/2989947#M148532</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;In order to do this, you will have to write down access lists and attach it to the interfaces 1/3 and 1/4, the ASA works with security levels, since interfaces 1/3 and 1/4 have a lower security level (level 50 and 40), they are not allowed to access anything on the inside. To override this behavior you will have to build &amp;nbsp;acls.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;See the following example:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;acess-list&amp;nbsp;&lt;SPAN&gt;SomenaWireless-inside permit ip 10.100.1.0 255.255.255.0 host&amp;nbsp;192.168.1.x --&amp;gt; where 192.168.1.x is the ip address of the server in the insde that you want to reach&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;acess-list&amp;nbsp;&lt;SPAN&gt;SomenaWireless-inside deny ip&amp;nbsp;10.100.1.0 255.255.255.0 192.168.1.0 255.255.255.0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;acess-list&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;SomenaWireless-inside permit ip any ay&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;access-group&amp;nbsp;SomenaWireless-inside in interface SomenaWireless --&amp;gt; this commands attaches the &lt;SPAN&gt;SomenaWireless-inside to the&amp;nbsp;SomenaWireless in the inbound direction&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;You can write an acl for&amp;nbsp;UnifyegyptWireless as the example given above.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Note:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;You can be more specific and write the acl to allow certain ports and protocols, for example if you only need to access a web server on the inside on port 80. it will look like the following:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;acess-list&amp;nbsp;&lt;SPAN&gt;SomenaWireless-inside permit tcp 10.100.1.0 255.255.255.0 host&amp;nbsp;192.168.1.x eq 80 --&amp;gt; this will only allow to acces server 192.168.1.x on port 80 (http)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Kornelia Gutierrez&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 03:30:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-from-other-interfaces-to-inside-zone/m-p/2989947#M148532</guid>
      <dc:creator>Kornelia Gutierrez</dc:creator>
      <dc:date>2016-11-15T03:30:13Z</dc:date>
    </item>
    <item>
      <title>Hello , </title>
      <link>https://community.cisco.com/t5/network-security/access-from-other-interfaces-to-inside-zone/m-p/2989948#M148533</link>
      <description>&lt;P&gt;Hello ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;you are right , but there is something else and that make the above solution couldn't work&lt;/P&gt;
&lt;P&gt;when i am with range 10.100.2.0 or 10.100.1.0 or 10.100.3.0 &amp;nbsp;i m trying to access exchange server&lt;/P&gt;
&lt;P&gt;in inside interface (192.168.1.11) with URL and DNS for this interface is (8.8.8.8) , so i suggest to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;allow also dns (192.168.1.9) in the access-list and let users in other interface to have this DNS&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;is that Right or not ?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 11:26:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-from-other-interfaces-to-inside-zone/m-p/2989948#M148533</guid>
      <dc:creator>mohamed.fawzy2012</dc:creator>
      <dc:date>2016-11-16T11:26:01Z</dc:date>
    </item>
  </channel>
</rss>

