Networking Forums

Networking Forums > Computer Networking > Windows Networking > Authenticate between workgroup servers

Reply
Thread Tools Display Modes

Authenticate between workgroup servers

 
 
Dave Clark
Guest
Posts: n/a

 
      08-04-2004, 01:51 PM
I have 2 2003 servers that sit in my DMZ. I want to have
one of those servers be the backup server and backup the
other.

I cannot get access from server 1 to server 2. I am
prompted for authentication, I put in the admin account
and info and get rejected, or locks the account.

However, from server 2 accessing server 1, I am prompted,
put in the admin authentication info and it works.

Why? We do have complex passwords enabled on server 2 (a
requirement), so that password has upper case, lower
case, a number and a special character. Server 1 does
not, and its admin password is just lowercase letters and
numbers. Could this be any part of the problem?

 
Reply With Quote
 
 
 
 
Miha Pihler
Guest
Posts: n/a

 
      08-04-2004, 02:18 PM
Hi Dave,

are username and password same on both servers?

When accessing server 2 from server 1 when you are prompted for username
enter

server2\username

in username box.

Replace server2 with name of your remote server and enter correct username
that is created on server 2.

I hope this helps,

Mike

"Dave Clark" <(E-Mail Removed)> wrote in message
news:c3b201c47a2a$275714d0$(E-Mail Removed)...
> I have 2 2003 servers that sit in my DMZ. I want to have
> one of those servers be the backup server and backup the
> other.
>
> I cannot get access from server 1 to server 2. I am
> prompted for authentication, I put in the admin account
> and info and get rejected, or locks the account.
>
> However, from server 2 accessing server 1, I am prompted,
> put in the admin authentication info and it works.
>
> Why? We do have complex passwords enabled on server 2 (a
> requirement), so that password has upper case, lower
> case, a number and a special character. Server 1 does
> not, and its admin password is just lowercase letters and
> numbers. Could this be any part of the problem?
>



 
Reply With Quote
 
Dave Clark
Guest
Posts: n/a

 
      08-04-2004, 02:24 PM
I did try it that way as a test, and it locks the account
of the same name on the destination server immediately.
>-----Original Message-----
>Hi Dave,
>
>are username and password same on both servers?
>
>When accessing server 2 from server 1 when you are

prompted for username
>enter
>
>server2\username
>
>in username box.
>
>Replace server2 with name of your remote server and

enter correct username
>that is created on server 2.
>
>I hope this helps,
>
>Mike
>
>"Dave Clark" <(E-Mail Removed)> wrote in message
>news:c3b201c47a2a$275714d0$(E-Mail Removed)...
>> I have 2 2003 servers that sit in my DMZ. I want to

have
>> one of those servers be the backup server and backup

the
>> other.
>>
>> I cannot get access from server 1 to server 2. I am
>> prompted for authentication, I put in the admin account
>> and info and get rejected, or locks the account.
>>
>> However, from server 2 accessing server 1, I am

prompted,
>> put in the admin authentication info and it works.
>>
>> Why? We do have complex passwords enabled on server 2

(a
>> requirement), so that password has upper case, lower
>> case, a number and a special character. Server 1 does
>> not, and its admin password is just lowercase letters

and
>> numbers. Could this be any part of the problem?
>>

>
>
>.
>

 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      08-04-2004, 02:37 PM
You're using the wrong credentials. You have to use the credentials that
match the machine asking for them, not for the machine you are comming from.
You could also just make the machines match in both name and password
although that is considered less secure.


--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com

"Dave Clark" <(E-Mail Removed)> wrote in message
news:c3b201c47a2a$275714d0$(E-Mail Removed)...
> I have 2 2003 servers that sit in my DMZ. I want to have
> one of those servers be the backup server and backup the
> other.
>
> I cannot get access from server 1 to server 2. I am
> prompted for authentication, I put in the admin account
> and info and get rejected, or locks the account.
>
> However, from server 2 accessing server 1, I am prompted,
> put in the admin authentication info and it works.
>
> Why? We do have complex passwords enabled on server 2 (a
> requirement), so that password has upper case, lower
> case, a number and a special character. Server 1 does
> not, and its admin password is just lowercase letters and
> numbers. Could this be any part of the problem?
>



 
Reply With Quote
 
Miha Pihler
Guest
Posts: n/a

 
      08-04-2004, 02:51 PM
Make sure you entered the right password. It has to be the password of
account created on server 2!

Mike

"Dave Clark" <(E-Mail Removed)> wrote in message
news:c43301c47a2e$c9d5e8e0$(E-Mail Removed)...
> I did try it that way as a test, and it locks the account
> of the same name on the destination server immediately.
> >-----Original Message-----
> >Hi Dave,
> >
> >are username and password same on both servers?
> >
> >When accessing server 2 from server 1 when you are

> prompted for username
> >enter
> >
> >server2\username
> >
> >in username box.
> >
> >Replace server2 with name of your remote server and

> enter correct username
> >that is created on server 2.
> >
> >I hope this helps,
> >
> >Mike
> >
> >"Dave Clark" <(E-Mail Removed)> wrote in message
> >news:c3b201c47a2a$275714d0$(E-Mail Removed)...
> >> I have 2 2003 servers that sit in my DMZ. I want to

> have
> >> one of those servers be the backup server and backup

> the
> >> other.
> >>
> >> I cannot get access from server 1 to server 2. I am
> >> prompted for authentication, I put in the admin account
> >> and info and get rejected, or locks the account.
> >>
> >> However, from server 2 accessing server 1, I am

> prompted,
> >> put in the admin authentication info and it works.
> >>
> >> Why? We do have complex passwords enabled on server 2

> (a
> >> requirement), so that password has upper case, lower
> >> case, a number and a special character. Server 1 does
> >> not, and its admin password is just lowercase letters

> and
> >> numbers. Could this be any part of the problem?
> >>

> >
> >
> >.
> >



 
Reply With Quote
 
Dave Clark
Guest
Posts: n/a

 
      08-04-2004, 04:06 PM
Problem fixed. Turned out to be a NTLM level problem.
The server I was trying to access had the LAN Manager
Authentication level set to Send NTLMv2 responses
only/refuse LM and NTLM. While server making the request
was set to Send LM & NTLM responses only.

Changed it, and then I could access/authenticate properly.

 
Reply With Quote
 
Miha Pihler
Guest
Posts: n/a

 
      08-04-2004, 04:15 PM
Thanks for posting back the solution. It's good to know ...

:-)

Mike

"Dave Clark" <(E-Mail Removed)> wrote in message
news:c5d001c47a3c$f46f0740$(E-Mail Removed)...
> Problem fixed. Turned out to be a NTLM level problem.
> The server I was trying to access had the LAN Manager
> Authentication level set to Send NTLMv2 responses
> only/refuse LM and NTLM. While server making the request
> was set to Send LM & NTLM responses only.
>
> Changed it, and then I could access/authenticate properly.
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessing workgroup servers whilst logged into domain MiniEggs Windows Networking 2 10-07-2009 04:22 PM
VPN Will authenticate with IP but not Netbios Name Augie Venegas Windows Networking 9 01-12-2009 04:01 AM
can only authenticate with ms-chap v1 Bill Windows Networking 0 05-05-2008 04:13 PM
Cannot Browse from domain populated subnets to remote subnets whichcontain only workgroup servers pag@associateddynamics.com Windows Networking 4 02-14-2008 08:02 PM
No network Connectivity between 2 servers (windows 2003 servers) ImraneA Windows Networking 1 11-26-2004 11:18 AM



1 2 3 4 5 6 7 8 9 10 11