<?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: Restricted access to servers using access list in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/restricted-access-to-servers-using-access-list/m-p/3733478#M1049668</link>
    <description>&lt;P&gt;This is the problem i am facing .. if i am applying ip access-group in or out on the LAN interface nothing happens ? Need help in this regard.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Oct 2018 07:46:23 GMT</pubDate>
    <dc:creator>M Talha</dc:creator>
    <dc:date>2018-10-26T07:46:23Z</dc:date>
    <item>
      <title>Restricted access to servers using access list</title>
      <link>https://community.cisco.com/t5/network-security/restricted-access-to-servers-using-access-list/m-p/3733371#M1049629</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am running some servers in my network which i want to have restricted access. I only want 8-10 specific users to have the access of these machines. i want this ip 192.168.12.30, 192.168.10.11, 192.168.11.15 to have access to the server on 192.168.11.13. Rest of the machines on subnet (192.168.8.0 - 192.168.15.0) should not access the server on 192.168.11.13. So are these statement correct ? Need help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ip access-list extended servers&lt;/P&gt;
&lt;P&gt;permit ip host 192.168.12.30 host 192.168.11.13&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;permit ip host 192.168.10.11 host 192.168.11.13&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;permit ip host 192.168.11.15 host 192.168.11.13&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;deny ip any any&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 16:24:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/restricted-access-to-servers-using-access-list/m-p/3733371#M1049629</guid>
      <dc:creator>M Talha</dc:creator>
      <dc:date>2020-02-21T16:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted access to servers using access list</title>
      <link>https://community.cisco.com/t5/network-security/restricted-access-to-servers-using-access-list/m-p/3733457#M1049647</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;It is looking correct but you must be applied ACL in the correct direction.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Deepak Kumar&lt;/P&gt;</description>
      <pubDate>Fri, 26 Oct 2018 07:27:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/restricted-access-to-servers-using-access-list/m-p/3733457#M1049647</guid>
      <dc:creator>Deepak Kumar</dc:creator>
      <dc:date>2018-10-26T07:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted access to servers using access list</title>
      <link>https://community.cisco.com/t5/network-security/restricted-access-to-servers-using-access-list/m-p/3733478#M1049668</link>
      <description>&lt;P&gt;This is the problem i am facing .. if i am applying ip access-group in or out on the LAN interface nothing happens ? Need help in this regard.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Oct 2018 07:46:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/restricted-access-to-servers-using-access-list/m-p/3733478#M1049668</guid>
      <dc:creator>M Talha</dc:creator>
      <dc:date>2018-10-26T07:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted access to servers using access list</title>
      <link>https://community.cisco.com/t5/network-security/restricted-access-to-servers-using-access-list/m-p/3733524#M1049684</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;This access-list must be configured under the LAN interface (Client Faced) in the direction of IN as below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;!&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;STRONG&gt;interface GigabitEthernet0/0/0&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;STRONG&gt;description Connected to Server&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;ip address 192.168.11.1 255.255.255.0&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;duplex auto&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;speed auto&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;!&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;STRONG&gt;interface GigabitEthernet0/0/1&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;STRONG&gt;description Connected to LAN&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;ip address 192.168.12.1 255.255.255.0&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;ip&lt;STRONG&gt; access-group server in&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;duplex auto&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;speed auto&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;ip&lt;STRONG&gt; access-list extended server&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;STRONG&gt;10 permit &lt;/STRONG&gt;ip&lt;STRONG&gt; host 192.168.12.30 host 192.168.11.13&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;STRONG&gt;20 permit &lt;/STRONG&gt;ip&lt;STRONG&gt; host 192.168.12.11 host 192.168.11.13&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;STRONG&gt;30 permit &lt;/STRONG&gt;ip&lt;STRONG&gt; host 192.168.12.15 host 192.168.11.13&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;STRONG&gt;50 deny ip 192.168.12.0 0.0.0.255 host 192.168.11.13 &lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;STRONG&gt;100 permit &lt;/STRONG&gt;ip&lt;STRONG&gt; any any&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;!&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;Regards,&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;Deepak Kumar&lt;/P&gt;</description>
      <pubDate>Sat, 27 Oct 2018 04:13:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/restricted-access-to-servers-using-access-list/m-p/3733524#M1049684</guid>
      <dc:creator>Deepak Kumar</dc:creator>
      <dc:date>2018-10-27T04:13:28Z</dc:date>
    </item>
  </channel>
</rss>

