<?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: How to allow/deny access to alfresco sites for different IPs? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-allow-deny-access-to-alfresco-sites-for-different-ips/m-p/8580#M3913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think that I like the concept &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;, but that's up to you.&lt;/P&gt;&lt;P&gt;The nodeid is also part of the url if you access a node, so you can add an remote address or ip filter&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://tomcat.apache.org/tomcat-7.0-doc/config/filter.html#Remote_Address_Filter" title="http://tomcat.apache.org/tomcat-7.0-doc/config/filter.html#Remote_Address_Filter" rel="nofollow noopener noreferrer"&gt;Apache Tomcat 7 Configuration Reference (7.0.77) - Container Provided Filters&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and change the url pattern accordingly (or use a reverse proxy and filter with that...)&lt;/P&gt;&lt;P&gt;But maybe you could describe what you want to achieve - isn't a group or user based restriction a better solution?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Apr 2017 09:39:37 GMT</pubDate>
    <dc:creator>mehe</dc:creator>
    <dc:date>2017-04-20T09:39:37Z</dc:date>
    <item>
      <title>How to allow/deny access to alfresco sites for different IPs?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-allow-deny-access-to-alfresco-sites-for-different-ips/m-p/8577#M3910</link>
      <description>Hi all,I&amp;nbsp;want to prevent access to the sites from different IP addresses or grant access for several addresses.Please, give me an advice about best way to implement such feature.&amp;nbsp;Many thanks.</description>
      <pubDate>Wed, 19 Apr 2017 14:36:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-allow-deny-access-to-alfresco-sites-for-different-ips/m-p/8577#M3910</guid>
      <dc:creator>leblexx</dc:creator>
      <dc:date>2017-04-19T14:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to allow/deny access to alfresco sites for different IPs?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-allow-deny-access-to-alfresco-sites-for-different-ips/m-p/8578#M3911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want a global grant/denial of IPs for the whole alfresco site (could be done with a tomcat remote address valve&amp;nbsp;&lt;A class="link-titled" href="https://tomcat.apache.org/tomcat-7.0-doc/config/valve.html#Remote_Address_Filter" title="https://tomcat.apache.org/tomcat-7.0-doc/config/valve.html#Remote_Address_Filter" rel="nofollow noopener noreferrer"&gt;Apache Tomcat 7 Configuration Reference (7.0.77) - The Valve Component&lt;/A&gt;&amp;nbsp;)&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;or an IP based access control for each alfresco share site? (could be done with apache as reverse proxy, because the site name is a part of the url)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;But maybe a more sophisticated Alfresco Admin knows some internal mechanism - I can't see one...&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 15:28:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-allow-deny-access-to-alfresco-sites-for-different-ips/m-p/8578#M3911</guid>
      <dc:creator>mehe</dc:creator>
      <dc:date>2017-04-19T15:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to allow/deny access to alfresco sites for different IPs?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-allow-deny-access-to-alfresco-sites-for-different-ips/m-p/8579#M3912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer, Martin.&lt;/P&gt;&lt;P&gt;I already have IP restrictions for user for whole alfresco site.&lt;/P&gt;&lt;P&gt;Now I want an IP based access for share sites, actually for nodes in that site.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 07:10:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-allow-deny-access-to-alfresco-sites-for-different-ips/m-p/8579#M3912</guid>
      <dc:creator>leblexx</dc:creator>
      <dc:date>2017-04-20T07:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to allow/deny access to alfresco sites for different IPs?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-allow-deny-access-to-alfresco-sites-for-different-ips/m-p/8580#M3913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think that I like the concept &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;, but that's up to you.&lt;/P&gt;&lt;P&gt;The nodeid is also part of the url if you access a node, so you can add an remote address or ip filter&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://tomcat.apache.org/tomcat-7.0-doc/config/filter.html#Remote_Address_Filter" title="http://tomcat.apache.org/tomcat-7.0-doc/config/filter.html#Remote_Address_Filter" rel="nofollow noopener noreferrer"&gt;Apache Tomcat 7 Configuration Reference (7.0.77) - Container Provided Filters&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and change the url pattern accordingly (or use a reverse proxy and filter with that...)&lt;/P&gt;&lt;P&gt;But maybe you could describe what you want to achieve - isn't a group or user based restriction a better solution?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 09:39:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-allow-deny-access-to-alfresco-sites-for-different-ips/m-p/8580#M3913</guid>
      <dc:creator>mehe</dc:creator>
      <dc:date>2017-04-20T09:39:37Z</dc:date>
    </item>
  </channel>
</rss>

