Unable to connect Linux Mint to Windows Active Directory

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Parasite

Unable to connect Linux Mint to Windows Active Directory

Post by Parasite »

Hello,

I was trying to connect my Linux Mint box to our Windows Server 2003 domain. I seem to be running into the same error over and over and I don't know what I am doing wrong. I'm not really a pro, so I am assuming I am typing in something wrong when setting up my network settings. I am using Likewise Open 5 to get on the domain.

At the desktop I go to Control Center>Network. This is the information I have filled on each tab.

~General~
Host Name: gps-pc
Domain Name: thorncollc.local

~DNS~
DNS Servers: 192.168.1.14
Search Domain: <none>

~Hosts~
IP Address: 127.0.0.1 Alias: gps-pc.thorncollc.local gps-pc localhost

Every time I try to join the domain using Likewise it gives me the following error.

Lsass Error
Network name not found.. Failure to lookup a domain name ending in ".local" may be the result of configuring the local system's hostname resolution (or equivalent) to use Multi-cast DNS. Please refer to the Likewise manual at http://www.likewise.com/resources/docum ... igNsswitch for more information.

Error code: ERROR_BAD_NET_NAME (0x00000043)

Backtrace:
../domainjoin/domainjoin-gui/gtk/main.c:347
../domainjoin/libdomainjoin/src/djmodule.c:337
../domainjoin/libdomainjoin/src/djauthinfo.c:858
../domainjoin/libdomainjoin/src/djauthinfo.c:1230

I have a feeling it may have something to do with that last tab on control settings>network>hosts

I'm not quite sure what I need to put in there for the IP and the Alias. If anyone could help me set this up, I would greatly appreciate it. I know it is something super simple with the settings that I am missing.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
dcihon

Re: Unable to connect Linux Mint to Windows Active Directory

Post by dcihon »

First question I would ask is what are you trying to get from the domain.
I connect to my file servers and shares to get to files.
I connect to my exchange email with Thunderbird.
I use Remmina to remote into my servers.
I don't log into the domain like you would on a windows computer but I get to everything I need.
Parasite

Re: Unable to connect Linux Mint to Windows Active Directory

Post by Parasite »

Well, this is a computer we have in the copy room and is hooked up to a monitor and displays a website for fleet tracking. I also have a USB plan printer that is hooked up to it and shared so that everyone can print to it. I guess I can probably get around without needing to get on the domain but the windows machine before this one was on the domain, so I figured I should have this replacement box take its' place and be on the domain as well. The tutorials I saw online made it out to be so easy but didn't really give me exact instructions on what to fill in for the different fields.
lsc9x

Re: Unable to connect Linux Mint to Windows Active Directory

Post by lsc9x »

OK, so before anyone flames me for posting a potentially damaging fix for this issue I sould preface this by saying that:

1) I am a Linux noob, with a ton of computer experience and\
2) I do NOT know the overall impact of this fix, but it worked perfectly for me so it's worth posting AND I had to really dig and experiment to find the right answer.

Sorry to resurrect this thread, but I found a decent fix to both the bad packet error AND the Llass error (spelling?)

I had to do 3 things:

1) Edit the network connection IPv4 settings in gnome. This is so your machine can see the domain host. Add the IP of your domain host to the DNS server list (IF your server manages both the domain AND DNS) in the additional DNS section. NOTE: If you have multiple NICs in the machine, make sure you are editing the settings for the correct adapter, the interface managing the host/DNS, or this won't work!

1a) Add your domain name to the host setting directly below the additional DNS setting. This may be redundant, but this is how I set it. For example, mydomain.something.local

Doing these two things should enable your machine to see the host on the network and get rid of the "bad packet, could not locate server" error.

2) Edit the /etc/hosts file and just add the IP address of the DNS server at the top of the file, or directly BEFORE the "127.0.0.1 localhost" line. This will force the system to look to your domain host BEFORE it looks at the the localhost, which will fix the ".localhost" problem.

192.168.1.231
127.0.0.1 localhost

3) Edit the /etc/nsswitch file and make these two lines read as follows:

hosts: files dns
networks: files

I THINK what this does is drops back the hosts/DNS setting to use a very basic DNS setting for searching for the domain host. The one that comes standard with linux uses something like m4dns blah blah etc. etc. For whatever reason Likewise doesn't like that line!

Reboot the machine and try connecting with Likewise again. It should work.

(Remember to back up your original files in case you need to roll it back!!!!)

Hope this helps,

Louis
Locked

Return to “Networking”