cancel
Showing results for 
Search instead for 
Did you mean: 

[Prob] Configuration of cifs / centos

legaulois
Champ on-the-rise
Champ on-the-rise

Hi Sir,

first i'm sorry for my bad English Smiley Happy I speak french.

Ok, so i've installed Alfresco 3.2r2 community on CentOS 5.4 with this guide =>

http://wiki.alfresco.com/wiki/Installing_Alfresco_Community_3.2r_WAR_on_Centos_5.4

I function perfectly. So i can turn on alfresco and go into.

I'm able to use the LDAP-active directory authentication.

But i've a big problem, i'm not able to use the CIFS network share. I have try a lot of configurations but it don't work.

Here you can find my alfresco.global-properties


I don't have anithing in the logs. When i go on a windows computer (Vista) if i will add a mapping to the drive, the system answer that the map is not find.

Can you help me ?

Thx Smiley Happy

2 REPLIES 2

legaulois
Champ on-the-rise
Champ on-the-rise
I add that i don't have Samba-server installed.

I don't know if samba serveur is required to use cifs.

legaulois
Champ on-the-rise
Champ on-the-rise
Oh my fucking god on a small horse with latex ……..

It worksssssssssssss

With the iptables rules

echo 1 > /proc/sys/net/ipv4/ip_forward
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 REDIRECT –to-ports 1445
iptables -t nat -A PREROUTING -p tcp –dport 139 -j REDIRECT –to-ports 1139
iptables -t nat -A PREROUTING -p udp –dport 137 -j REDIRECT –to-ports 1137
iptables -t nat -A PREROUTING -p udp –dport 138 -j REDIRECT –to-ports 1138