SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
How to join Slackware to Windows domain? I configured my Ethernet card and now I can use intranet and ping another computers in local network. But I need to connect my linux to Windows domain because I have to get access to the shared network directories and internet. Thank you.
For the rest of the file, just make what changes look good (logging, etc). Make sure that your rc.samba script is executable so that samba will start on boot # chmod 755 /etc/rc.d/rc.samba and run that script.
On your Windows domain, add a new computer account with the same name that you set the netbios name. Finally, back on your Linux box, run # net join YOUR_WINDOWS_DOMAIN If all goes well it will respond that you have joined the domain. You can then use mount -t smbfs -o username=YOUR_WINDOWS_USERNAME,workgroup=YOUR_WINDOWS_DOMAIN //SERVER/SHARE /mnt/MOUNTPOINT
to mount a remote share.
If you just want access to your shares on the windows network from slackware you don't need to run the samba service or configure samba. There's a nifty little program called smb4k that works great for accessing windows shares. If you want your windows network to access shares from slackware then you will need samba.
Originally posted by nukey mount -t smbfs -o username=your_username,password=your_password //192.168.x.x/your_share /mnt/your_mountpoint
sometimes this doesn't work for me, because of differences in the kerberos protocol... at least that's what I could understand... stupid Active Directory DNS server
In KDE (3.4.2) I type in the address bar smb://<host_or_ip/
it asks me for the user in the domain and the password and then I can see the shared resources (even those 'hidden' which finish with a $ symbol) and files according to my privileges. I have my computer in the same domain as any other in the network, but... it has slackware muaaajajajajajajaja
When you try to access the machine by hostname it will use kerberos, if you try by IP the system will lower down to NTLM.
I have 1 slackware box and 2 windows boxes over here. Every evening the slackware box mounts a share on those windows boxes and makes a backup of the files in these shares, never fails
Originally posted by raska
sometimes this doesn't work for me, because of differences in the kerberos protocol... at least that's what I could understand... stupid Active Directory DNS server
In KDE (3.4.2) I type in the address bar smb://<host_or_ip/
it asks me for the user in the domain and the password and then I can see the shared resources (even those 'hidden' which finish with a $ symbol) and files according to my privileges. I have my computer in the same domain as any other in the network, but... it has slackware muaaajajajajajajaja
That worked amazingly well. I was running Knoppix and wanted to access shared files on a windows domain. I typed that into Konqueror and I was able to read and write to the windows share.
I tried running lisa and linNeighborhood and I was able to see the computers, but when i mounted the drives, I couldn't see all of the folders...
The only problem is that it can't find some of the folders and filenames that are written in chinese, but i think that's a browser encoding problem.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.