CIFS on Ubuntu doesn't work
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2012 01:42 AM
Greetings,
i've installed Alfresco Community 4.0.d on Ubuntu 10.04.LTS
I've configured all the parameters as on Windows Server 2008 (where cifs works), but on Linux I can't make that work.
Are there any special configuration or something to have my attention ?
Thanks !
i've installed Alfresco Community 4.0.d on Ubuntu 10.04.LTS
I've configured all the parameters as on Windows Server 2008 (where cifs works), but on Linux I can't make that work.
Are there any special configuration or something to have my attention ?
Thanks !
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2012 03:19 AM
Ya , You have redirect the samba , CIFS port using IPTABLES
I had refereed, and cut and pasted from http://wiki.alfresco.com/wiki/File_Server_Configuration
Thanks
Joseph John
Notes:- If my posting was useful, please rate me. It encourages me
echo 1 > /proc/sys/net/ipv4/ip_forwardmodprobe iptable_natiptables -Fiptables -t nat -Fiptables -P INPUT ACCEPTiptables -P FORWARD ACCEPTiptables -P OUTPUT ACCEPTiptables -t nat -A PREROUTING -p tcp –dport 445 -j REDIRECT –to-ports 1445iptables -t nat -A PREROUTING -p tcp –dport 139 -j REDIRECT –to-ports 1139iptables -t nat -A PREROUTING -p udp –dport 137 -j REDIRECT –to-ports 1137iptables -t nat -A PREROUTING -p udp –dport 138 -j REDIRECT –to-ports 1138
I had refereed, and cut and pasted from http://wiki.alfresco.com/wiki/File_Server_Configuration
Thanks
Joseph John
Notes:- If my posting was useful, please rate me. It encourages me
