<?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 Alfresco Community 5.2 cifs sharing in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-cifs-sharing/m-p/110028#M30820</link>
    <description>&lt;P&gt;Hello to everyone,&lt;/P&gt;&lt;P&gt;this is my First question, so please forgive me if this ios not the best section to ask.&lt;/P&gt;&lt;P&gt;I have an Alfresco Community 5.2 with many documents inside which I have to make them visible to a local CentOS file system trough CIFS.&lt;/P&gt;&lt;P&gt;First of all, is this Alfresco Version still compatible with CIFS File Server?&lt;/P&gt;&lt;P&gt;I configured those parameters on alfresco-global.properties, but nothing happens when I try to connect to the share folder trhough smbclient command.&lt;/P&gt;&lt;PRE&gt;cifs.enabled=true
cifs.serverName=AlfrescoCIFS
cifs.hostannounce=true
cifs.sessionTimeout=900

cifs.tcpipSMB.port=1445
cifs.netBIOSSMB.namePort=1137
cifs.netBIOSSMB.datagramPort=1138
cifs.netBIOSSMB.sessionPort=1139&lt;/PRE&gt;&lt;P&gt;Do I miss something? I've followed &lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-hub/file-server-subsystem-4-0/ba-p/289702" target="_self" rel="nofollow noopener noreferrer"&gt;this guide&lt;/A&gt; but without success.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Nov 2019 10:27:02 GMT</pubDate>
    <dc:creator>Fjordo</dc:creator>
    <dc:date>2019-11-04T10:27:02Z</dc:date>
    <item>
      <title>Alfresco Community 5.2 cifs sharing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-cifs-sharing/m-p/110028#M30820</link>
      <description>&lt;P&gt;Hello to everyone,&lt;/P&gt;&lt;P&gt;this is my First question, so please forgive me if this ios not the best section to ask.&lt;/P&gt;&lt;P&gt;I have an Alfresco Community 5.2 with many documents inside which I have to make them visible to a local CentOS file system trough CIFS.&lt;/P&gt;&lt;P&gt;First of all, is this Alfresco Version still compatible with CIFS File Server?&lt;/P&gt;&lt;P&gt;I configured those parameters on alfresco-global.properties, but nothing happens when I try to connect to the share folder trhough smbclient command.&lt;/P&gt;&lt;PRE&gt;cifs.enabled=true
cifs.serverName=AlfrescoCIFS
cifs.hostannounce=true
cifs.sessionTimeout=900

cifs.tcpipSMB.port=1445
cifs.netBIOSSMB.namePort=1137
cifs.netBIOSSMB.datagramPort=1138
cifs.netBIOSSMB.sessionPort=1139&lt;/PRE&gt;&lt;P&gt;Do I miss something? I've followed &lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-hub/file-server-subsystem-4-0/ba-p/289702" target="_self" rel="nofollow noopener noreferrer"&gt;this guide&lt;/A&gt; but without success.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 10:27:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-cifs-sharing/m-p/110028#M30820</guid>
      <dc:creator>Fjordo</dc:creator>
      <dc:date>2019-11-04T10:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 5.2 cifs sharing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-cifs-sharing/m-p/110029#M30821</link>
      <description>&lt;P&gt;Did you use default ports?&lt;/P&gt;
&lt;P&gt;I mean, internal ports can be 1xxx, but to connect using CIFS you'll need to expose them as 445, 137, 138 and 139.&lt;/P&gt;
&lt;P&gt;You can use a firewall for that mapping.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 11:17:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-cifs-sharing/m-p/110029#M30821</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2019-11-04T11:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 5.2 cifs sharing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-cifs-sharing/m-p/110030#M30822</link>
      <description>&lt;P&gt;I've set these rules to the default ports, but without success&lt;/P&gt;&lt;PRE&gt;modprobe iptable_nat
iptables -F
iptables -t nat -F
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT
iptables -t nat -A PREROUTING -p tcp --dport 445 -j DNAT --to-destination :1445
iptables -t nat -A PREROUTING -p tcp --dport 139 -j DNAT --to-destination :1139
iptables -t nat -A PREROUTING -p tcp --dport 137:139 -j DNAT --to-destination :1137-1139
iptables -t nat -A PREROUTING -p udp --dport 137:139 -j DNAT --to-destination :1137-1139&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Nov 2019 11:35:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-cifs-sharing/m-p/110030#M30822</guid>
      <dc:creator>Fjordo</dc:creator>
      <dc:date>2019-11-04T11:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 5.2 cifs sharing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-cifs-sharing/m-p/110031#M30823</link>
      <description>&lt;P&gt;I assume you won't run on 5.2 forever, in which case you might as well move from CIFS to AOS and/or WebDAV now.&lt;/P&gt;
&lt;P&gt;With that said, have you checked to make sure that the server's native SMB hasn't already grabbed one or more of the ports prior to Alfresco starting up?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2019 20:08:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-cifs-sharing/m-p/110031#M30823</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2019-11-15T20:08:18Z</dc:date>
    </item>
  </channel>
</rss>

