Results 1 to 2 of 2
I have joined in a company for the post of system administrator(i am newbie),
we have 14 systems , 13 systems are windows client 1 is linux server(centos5).
how to ...
- 09-23-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 3
windows domain in linux
I have joined in a company for the post of system administrator(i am newbie),
we have 14 systems , 13 systems are windows client 1 is linux server(centos5).
how to bring those windows client under linux server.. I configured DNS,DHCP,SMB in linux server but don't know how to do that..
can any one suggest me.......
thanks in advance.......
- 09-23-2008 #2
You need the samba server to share files between linux and windows.
Once you install samba, if you haven't already edit smb.conf
You will see a line on Global settings that says workgroup. Set a workgroup there and put the same workgroup in the windows PCs.Code:nano /etc/samba/smb.conf
First of all, make sure that the windows PCs can ping the Linux server successfully.


Reply With Quote