PC Review


Reply
Thread Tools Rate Thread

Connnect to XP through network

 
 
Holden
Guest
Posts: n/a
 
      16th Nov 2003
I have 2 computers one with W2K and one with WinXP which share an internet
connection using a home type router and are both set to use dhcp. The IP
addresses are fine, I can ping both computers from the other.

The problem is that when i try to network connect from the 2000 machine to
the XP one it will not let me. It pops up a network password request and
even though i put in a valid login and password combination it won't let me
in. It should also be noted that both machines have 2 valid username and
passwords with administrative access and they are set identically.. So I
don't think i should even get the password popup.. and when i do it won't
let me in anyway. Now from XP to the 2000 machine i can connect with no
problem.

both machines are using dhcp, with addresses in the same subnet, both are
on same workgroup, and both usernames and passwords exist identically on
each machine.

Any ideas how to set this up properly.
 
Reply With Quote
 
 
 
 
Dave Patrick
Guest
Posts: n/a
 
      16th Nov 2003
1.) You may need to turn off the ICF on the XP machine.
2.) You may need to bind NetBIOS to the connection on XP

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]

"Holden" wrote:
> I have 2 computers one with W2K and one with WinXP which share an internet
> connection using a home type router and are both set to use dhcp. The IP
> addresses are fine, I can ping both computers from the other.
>
> The problem is that when i try to network connect from the 2000 machine to
> the XP one it will not let me. It pops up a network password request and
> even though i put in a valid login and password combination it won't let

me
> in. It should also be noted that both machines have 2 valid username and
> passwords with administrative access and they are set identically.. So I
> don't think i should even get the password popup.. and when i do it won't
> let me in anyway. Now from XP to the 2000 machine i can connect with no
> problem.
>
> both machines are using dhcp, with addresses in the same subnet, both are
> on same workgroup, and both usernames and passwords exist identically on
> each machine.
>
> Any ideas how to set this up properly.



 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      16th Nov 2003
I've had this issue at the back of my mind for some time.
Consider these scenarios:

a) Use a Win2000 PC to connect to a WinXP share:
- PC1: Win2000 professional
- PC2: WinXP professional
- Logged on to both machines as "administrator", same password
- Type this command on the Win2000 PC:
net use x: \\WinXP\test ("test" is a share defined on the PC2)
The command executes successfully. This proves that it is possible
to make a connection from PC1 (Win2000) to PC2 (WinXP).

b) On the XP machine, connect to its own administrative share:
- PC2: WinXP professional
- Logged on as "administrator"
- Type this command:
net use x: \\WinXP\c$
The command executes successfully. This demonstrates that
the administrative share c$ exists.

c) Use a Win2000 PC to connect to a WinXP administrative share:
- PC1: Win2000 professional
- PC2: WinXP professional
- Logged on to both machines as "administrator", same password
- Turn off ICF on PC2.
- Type this command on the Win2000 PC:
net use x: \\WinXP\c$
The command prompts for a password, and rejects the administrator's
password.

Conclusion: The Win2000 PC can connect to ordinary shares on the
WinXP PC but not to administrative shares. Any suggestions of how
to resolve this? (other than creating ordinary shares that point at C:\
and D:\)?


"Dave Patrick" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 1.) You may need to turn off the ICF on the XP machine.
> 2.) You may need to bind NetBIOS to the connection on XP
>
> --
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft MVP [Windows NT/2000 Operating Systems]
>
> "Holden" wrote:
> > I have 2 computers one with W2K and one with WinXP which share an

internet
> > connection using a home type router and are both set to use dhcp. The

IP
> > addresses are fine, I can ping both computers from the other.
> >
> > The problem is that when i try to network connect from the 2000 machine

to
> > the XP one it will not let me. It pops up a network password request

and
> > even though i put in a valid login and password combination it won't let

> me
> > in. It should also be noted that both machines have 2 valid username

and
> > passwords with administrative access and they are set identically.. So I
> > don't think i should even get the password popup.. and when i do it

won't
> > let me in anyway. Now from XP to the 2000 machine i can connect with no
> > problem.
> >
> > both machines are using dhcp, with addresses in the same subnet, both

are
> > on same workgroup, and both usernames and passwords exist identically on
> > each machine.
> >
> > Any ideas how to set this up properly.

>
>



 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      16th Nov 2003
a, b, and c are all successful here. I'm using a domain model though which
may be the difference.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]

"Pegasus (MVP)" wrote:
> I've had this issue at the back of my mind for some time.
> Consider these scenarios:
>
> a) Use a Win2000 PC to connect to a WinXP share:
> - PC1: Win2000 professional
> - PC2: WinXP professional
> - Logged on to both machines as "administrator", same password
> - Type this command on the Win2000 PC:
> net use x: \\WinXP\test ("test" is a share defined on the PC2)
> The command executes successfully. This proves that it is possible
> to make a connection from PC1 (Win2000) to PC2 (WinXP).
>
> b) On the XP machine, connect to its own administrative share:
> - PC2: WinXP professional
> - Logged on as "administrator"
> - Type this command:
> net use x: \\WinXP\c$
> The command executes successfully. This demonstrates that
> the administrative share c$ exists.
>
> c) Use a Win2000 PC to connect to a WinXP administrative share:
> - PC1: Win2000 professional
> - PC2: WinXP professional
> - Logged on to both machines as "administrator", same password
> - Turn off ICF on PC2.
> - Type this command on the Win2000 PC:
> net use x: \\WinXP\c$
> The command prompts for a password, and rejects the administrator's
> password.
>
> Conclusion: The Win2000 PC can connect to ordinary shares on the
> WinXP PC but not to administrative shares. Any suggestions of how
> to resolve this? (other than creating ordinary shares that point at C:\
> and D:\)?



 
Reply With Quote
 
Holden
Guest
Posts: n/a
 
      16th Nov 2003
Actually i hadn't thought to mention it, but i am also connecting to the
administrative share.. thats the one thats not working. And its a peer to
peer network so no domain server. your scenarios a and b work fine, and
as you say c does not.


"Pegasus \(MVP\)" <(E-Mail Removed)> wrote in
news:uq1EkQ#(E-Mail Removed):

> I've had this issue at the back of my mind for some time.
> Consider these scenarios:
>
> a) Use a Win2000 PC to connect to a WinXP share:
> - PC1: Win2000 professional
> - PC2: WinXP professional
> - Logged on to both machines as "administrator", same password
> - Type this command on the Win2000 PC:
> net use x: \\WinXP\test ("test" is a share defined on the PC2)
> The command executes successfully. This proves that it is possible
> to make a connection from PC1 (Win2000) to PC2 (WinXP).
>
> b) On the XP machine, connect to its own administrative share:
> - PC2: WinXP professional
> - Logged on as "administrator"
> - Type this command:
> net use x: \\WinXP\c$
> The command executes successfully. This demonstrates that
> the administrative share c$ exists.
>
> c) Use a Win2000 PC to connect to a WinXP administrative share:
> - PC1: Win2000 professional
> - PC2: WinXP professional
> - Logged on to both machines as "administrator", same password
> - Turn off ICF on PC2.
> - Type this command on the Win2000 PC:
> net use x: \\WinXP\c$
> The command prompts for a password, and rejects the administrator's
> password.
>
> Conclusion: The Win2000 PC can connect to ordinary shares on the
> WinXP PC but not to administrative shares. Any suggestions of how
> to resolve this? (other than creating ordinary shares that point at
> C:\ and D:\)?
>
>
> "Dave Patrick" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> 1.) You may need to turn off the ICF on the XP machine.
>> 2.) You may need to bind NetBIOS to the connection on XP
>>
>> --
>> Regards,
>>
>> Dave Patrick ....Please no email replies - reply in newsgroup.
>> Microsoft MVP [Windows NT/2000 Operating Systems]
>>
>> "Holden" wrote:
>> > I have 2 computers one with W2K and one with WinXP which share an

> internet
>> > connection using a home type router and are both set to use dhcp.
>> > The

> IP
>> > addresses are fine, I can ping both computers from the other.
>> >
>> > The problem is that when i try to network connect from the 2000
>> > machine

> to
>> > the XP one it will not let me. It pops up a network password
>> > request

> and
>> > even though i put in a valid login and password combination it
>> > won't let

>> me
>> > in. It should also be noted that both machines have 2 valid
>> > username

> and
>> > passwords with administrative access and they are set identically..
>> > So I don't think i should even get the password popup.. and when i
>> > do it

> won't
>> > let me in anyway. Now from XP to the 2000 machine i can connect
>> > with no problem.
>> >
>> > both machines are using dhcp, with addresses in the same subnet,
>> > both

> are
>> > on same workgroup, and both usernames and passwords exist
>> > identically on each machine.
>> >
>> > Any ideas how to set this up properly.

>>
>>

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Windows XP Pro Sp2 cannot connnect to SQL Server 2005 =?Utf-8?B?S2VudA==?= Windows XP General 4 20th Jun 2006 02:19 AM
Warning: Can't Connnect to the Internet Charles Spyware Discussion 4 13th Sep 2005 10:08 AM
Cannot connnect to XP Oscar Windows XP Accessibility 2 12th Nov 2003 02:44 AM
Unable to connnect to the CCD process Sasha Microsoft Windows 2000 Applications 1 8th Oct 2003 03:19 AM
connnect to another computer rado Windows XP General 0 30th Jul 2003 06:34 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:50 AM.