Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Recently I have been trying to get a workstation running SuSE 10 to join my network at work. Our domain controller is IIS 5 Windows 2000 and we use Active Directory. For the life of me, I cannot get Samba to completely connect to the network. I have full admin rights to add a machine to the domain. In fact, if I logon to our server, I can see the machine name of the Linux machine that I tried to add, but from the Linux machine I cannot access all of the machines on the network. For instance, I can get to the main domain controller and the secondary domain controller, but not our server that hosts the website, which is not a domain controller. After setting up SuSE, I installed apt-get and upgraded Samba, so that should not be issue. I’ve tried to set SuSE up for the domain from the GUI as well as the command line, and have not been successful. The GUI gives me an error with no information. The box is literally blank except for the word "error" at the top. Is there anyone out there that has successfully done this? If so, please paste your config files and perhaps a walkthrough. I would eventually like to set up an Apache webserver to replace IIS, but if I cannot get a SuSE machine on the domain and demonstrate it to my superiors, this could hurt my efforts to get other open source solutions in to production. Any help would be appreciated.
I'm pretty much back to square one with SuSE 10 and Active Directory authentication. I can see my machine from other machines and from my Linux machine on the network. I was able to get my machine, Framboise, to join the domain. I can access my primary domain controller (PDC) and the backup dc, but I cannot access the third server that hosts the website from my SuSE machine. I attempted to set up Kerberos, but it does not seem to be working. I have my default domain as the one I wanted to join, LAW-LIBRARY0. I have the same for the realm. I then have the IP address of the primary domain controller in KDC server address. I do not have AFS support. When I run “kinit” with my username and password for AD, I get the following error: kinit(v5): KDC reply did not match expectations while getting initial credentials
The username and password supplied have full admin rights, so authorization should not be an issue.
Here is my Samba configure (smb.conf) file:
Code:
[global]
security = ads
restrict anonymous = yes
winbind use default domain = yes
domain master = no
preferred master = no
ads server = *IP address of my PDC*
workgroup = LAW-LIBRARY0
realm = LAW-LIBRARY0
max protocol = NT
ldap ssl = No
server signing = Auto
password server = *IP address of my PDC*
I attempted to use paul_mat's scripts above. To be fair, they seemed to work, but it did not resolve the problem. I also read over the other links, but I still do not see what I am doing wrong.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.