Hello, I use Samba 3.5.11 from debian. I'm trying to add new Win7Pro to domain, but I still get error: "The specified domain either does not exist or could not be contacted". using wireshark I can see SMB_NETLOGON 279 SAM LOGON request from client SMB_NETLOGON 270 SAM Response - user unknown SMB_NETLOGON 279 SAM LOGON request from client SMB_NETLOGON 270 SAM Response - user unknown SMB_NETLOGON 297 SAM LOGON request from client SMB_NETLOGON 288 Response to SAM LOGON request SMB_NETLOGON 297 SAM LOGON request from client SMB_NETLOGON 288 Response to SAM LOGON request NBNS 92 Name query NB PRINTFLOW<1b> NBNS 92 Name query NB PRINTFLOW<1b> NBNS 92 Name query NB PRINTFLOW<1b> SMB_NETLOGON 279 SAM LOGON request from client SMB_NETLOGON 279 SAM LOGON request from client SMB_NETLOGON 270 SAM Response - user unknown SMB_NETLOGON 270 SAM Response - user unknown NBNS 92 Name query NB PRINTFLOW<1b> NBNS 92 Name query NB PRINTFLOW<1b> NBNS 92 Name query NB PRINTFLOW<1b> I tried http://wiki.samba.org/index.php/Windows7. Can you help me? Anything to test ? -- Oto BREZINA
Is there anybody who can help me ? I'm out of ideas even I read lot of solution - none works for me :( On 2011-09-30 15:01, samba at printflow.eu wrote:> > Hello, > I use Samba 3.5.11 from debian. I'm trying to add new Win7Pro to domain, > but I still get error: "The specified domain either does not exist or > could not be contacted". > > using wireshark I can see > SMB_NETLOGON 279 SAM LOGON request from client > SMB_NETLOGON 270 SAM Response - user unknown > SMB_NETLOGON 279 SAM LOGON request from client > SMB_NETLOGON 270 SAM Response - user unknown > SMB_NETLOGON 297 SAM LOGON request from client > SMB_NETLOGON 288 Response to SAM LOGON request > SMB_NETLOGON 297 SAM LOGON request from client > SMB_NETLOGON 288 Response to SAM LOGON request > NBNS 92 Name query NB PRINTFLOW<1b> > NBNS 92 Name query NB PRINTFLOW<1b> > NBNS 92 Name query NB PRINTFLOW<1b> > SMB_NETLOGON 279 SAM LOGON request from client > SMB_NETLOGON 279 SAM LOGON request from client > SMB_NETLOGON 270 SAM Response - user unknown > SMB_NETLOGON 270 SAM Response - user unknown > NBNS 92 Name query NB PRINTFLOW<1b> > NBNS 92 Name query NB PRINTFLOW<1b> > NBNS 92 Name query NB PRINTFLOW<1b> > > > I tried http://wiki.samba.org/index.php/Windows7. Can you help me? > Anything to test ? >
On 2011-10-03 9:26, Marcel de Reuver wrote:> 2011/10/2 <samba at printflow.eu <mailto:samba at printflow.eu>> > > > On 2011-09-30 15:01, samba at printflow.eu > <mailto:samba at printflow.eu> wrote: > > > Hello, > I use Samba 3.5.11 from debian. I'm trying to add new Win7Pro > to domain, > but I still get error: "The specified domain either does not > exist or > could not be contacted". > > > > I tried http://wiki.samba.org/index.php/Windows7. Can you help me? > Anything to test ? > > > Windows7 needs two tweaks to work with Samba 3: > > Regedit: > HKLM\System\CCS\Services\LanmanWorkstation\Parameters > > Add: DWORD DomainCompatibilityMode = 1 > DWORD DNSNameResolutionRequired = 0 > > Control Panel - Administrative Tools - Local Security Policy: > Security Settings > Local Policies > Security Options > Network security: LAN Manager authentication level > >>Send LM & NTLM - use NTLMv2 session security if negotiated > > Google on Windows7 and Samba for the detailsBoth done, (as I wrote I tried http://wiki.samba.org/index.php/Windows7, where registry changing is mentioned, I also found LM & NTLM settings on web as well as disable 'require 128 bit encryption'. After all this I wrote this email. Is there anything else I may try ?> > BR, Marcel >
> Is there anything else I may try ?Make sure you have your WINS settings in your windows 7 client so that the client can find the PDC. John
On Mon, Oct 3, 2011 at 1:46 PM, <samba at printflow.eu> wrote:> On 2011-10-03 19:40, John Drescher wrote: >>> >>> Is there anything else I may try ? >> >> Make sure you have your WINS settings in your windows 7 client so that >> the client can find the PDC. > > Any hint in this ? In ipconfig I see only WINS proxy disabled. >I usually set the PDC as a WINS server and add that to the windows client. Or make sure your DNS servers have the PDC records so the windows client can find the PDC. http://www.linuxquestions.org/questions/linux-networking-3/does-samba-pdc-need-dns-544436/
On 2011-10-03 19:51, John Drescher wrote:> On Mon, Oct 3, 2011 at 1:46 PM,<samba at printflow.eu> wrote: >> On 2011-10-03 19:40, John Drescher wrote: >>>> Is there anything else I may try ? >>> Make sure you have your WINS settings in your windows 7 client so that >>> the client can find the PDC. >> Any hint in this ? In ipconfig I see only WINS proxy disabled. >> > I usually set the PDC as a WINS server and add that to the windows > client. Or make sure your DNS servers have the PDC records so the > windows client can find the PDC.Is there any command to verify this ? e.g. nslookup for dns. I have DNS not updated with WINS, DNS is running on other machine. I can nslookup for server name but not domain. I think this is logical.. If I would like to WINS where to go ?