Sunday, April 22, 2012

Samba server configureation


Server side configuration

1.      Login as root on Linux User
2.      Check VNC packages are installed or not as shown below
Results showing that we have required packages

3.      Now check smb, portmap, xinetd should be made on.(You can select by clicking the spacebar)
             
             
          

4.      Now restart the smb, portmap and  xinetd  service.
5.      To keep the services after reboot
#chkconfig  portmap on   
#chkconfig  xinetd on     
#chkconfig  samba on        
6.      Create a OS User
Ex:dvis
#useradd dvis
#passwd dvis
7.      Open /etc/samba/smb.conf
vi /etc/samba/smb.conf

8.      By default name of the workgroup is MYGROUP  in smb.conf. We can change it with desired name.
9.      Share $XXARG_TOP/forms/US & $AU_TOP/ forms/US  for user dvis – so go in the end of line  add the following

Clinet side configuration


  1. Go to windows system ping the samba server, check the workgroup you given is correct.
  2. If not change & restart the system
3.      After reboot open my network place here you can see samba server, if not go to RUN  enter
             \\ipaddress of samba server.
4.      It will ask for username & password:
dvis
dvis2011


No comments:

Post a Comment