Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - rahulbaba

Pages: [1]
1
Installation and Upgrades / Regarding Static Routes
« on: February 27, 2012, 10:58:45 am »
Hi,

How can I achieve this via Zentyal web interface -

Code: [Select]
sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

2
Installation and Upgrades / vsftpd.conf not saving
« on: February 21, 2012, 12:49:39 pm »
I added this "local_root=public_html" in the vsftpd configuration file. However, whenever I am rebooting the server, all the settings which were manually entered in the vsftpd.conf file is getting removed automatically. I do not know what is happening?

3
Whenever I am trying to assign the password to user, I am getting this -

Code: [Select]
serveradmin@openserver:~/LAMP$ sudo passwd salaryuser
passwd: Authentication token manipulation error
passwd: password unchanged

I also tried with this, but no luck

Code: [Select]
serveradmin@openserver:~/LAMP$ sudo mount -n -o remount,rw /
serveradmin@openserver:~/LAMP$ su root
Password:
root@openserver:/home/serveradmin/LAMP# passwd salaryuser
passwd: Authentication token manipulation error
passwd: password unchanged

Any help would be appreciated?

4
Installation and Upgrades / Creating FTP Users
« on: February 14, 2012, 01:20:06 pm »
Hi,

I want to create FTP Users on my server and their home directory will be the Apache Default directory. In my case it is /home/serveradmin/LAMP/. For e.g. I have created one directory demo - /home/serveradmin/LAMP/demo. Now, I want to create one ftp user which is in Apache group and when he connects to server using FTP clients software will be able to see this directory - /home/serveradmin/LAMP/demo, instead of his home directory.
Can anyone help me with this, please? I am trying to find this solution since long. Previously, before using Zentyal, I was able to do this with webmin, but I don't know how can I achieve this with Zentyal.

Pages: [1]