Hi Axel, thanks for your reply.
I mean CIFS. sorry for the typo.
From the response, CIFS can be used in WAN as well. Currently My alfresco Server is hosted in an IDC, I access it from office thru Internet.
The environment is: CentOS 6.3 b4bit, Alfresco Community Edition 4.2.e.
My configuration file about CIFS is as below, I am not sure with the following three settings. All the three are for my office PC's setting. Would you please help review? Thanks!
—————————————–
cifs.domain=WORKGROUP
cifs.broadcast=192.168.0.255
cifs.bindto=192.168.0.85
———————————————
### CIFS settings in alfresco-global.properties ###
### File System ###
### CIFS Server Configuration ###
cifs.platforms=linux,solaris,macosx
# The tcpipSMB and netBIOSSMB beans have a platforms property that allow their configuration to be targeted to Alfresco servers running on specific platforms. The property is formatted as a comma-separated list of platform IDs. Valid platform IDs are windows, linux, solaris, macosx and aix.
cifs.enabled=true
cifs.serverName=${localname}A
cifs.domain=WORKGROUP
cifs.broadcast=192.168.0.255
# An empty value indicates bind to all available network adapters
cifs.bindto=192.168.0.85
cifs.ipv6.enabled=true
cifs.hostannounce=true
cifs.pseudoFiles.enabled=false
#controls whether URL shortcuts or desktop actions are displayed on CIFS.
cifs.pseudoFiles.explorerURL.enabled=false
#Is the URL shortcut for alfresco explorer shown ?
#cifs.pseudoFiles.explorerURL.fileName=__Alfresco.url
#Name of Cifs URL for alfresco explorer
#cifs.pseudoFiles.shareURL.enabled=false
# Enable the use of asynchronous sockets/NIO code
cifs.disableNIO=false
# Disable the use of JNI code. Only currently affects Windows
cifs.disableNativeCode=false
# Session timeout, in seconds. Defaults to 15 minutes i.e. 900 seconds, to match the default Windows client setting. Maximum is 3600.
# If no I/O is received within that time the session is closed by the server
cifs.sessionTimeout=3600
cifs.WINS.autoDetectEnabled=true
cifs.sessionDebug=false
# Can be mapped to non-privileged ports, then use firewall rules to forward requests from the standard ports
cifs.tcpipSMB.port=1445
cifs.netBIOSSMB.sessionPort=1139
cifs.netBIOSSMB.namePort=1137
cifs.netBIOSSMB.datagramPort=1138