Networking Forums

Networking Forums > Computer Networking > Windows Networking > W2K-Win98 Networking

Reply
Thread Tools Display Modes

W2K-Win98 Networking

 
 
Win2k to Win98 Share--I can't
Guest
Posts: n/a

 
      07-17-2004, 11:15 PM
I have a win98 system hooked up to win2k system and want
to share files and folders. I am logged on as the
administrator on both machines(no password).

When I go into My Network Places on the win2k machine I
have no problem seeing my win98 shares, but when I go into
Network Neighborhood on my win98 system to view my win2k
shares, none of them appear(share permission-Everyone).

I am able to ping either machine from the other.
Connectivity does not appear to be the issue.

Do I need to install an additional networking component?


 
Reply With Quote
 
 
 
 
BobC
Guest
Posts: n/a

 
      07-17-2004, 11:27 PM
On Sat, 17 Jul 2004 16:15:43 -0700, Win2k to Win98 Share--I can't wrote:

> I have a win98 system hooked up to win2k system and want
> to share files and folders. I am logged on as the
> administrator on both machines(no password).
>
> When I go into My Network Places on the win2k machine I
> have no problem seeing my win98 shares, but when I go into
> Network Neighborhood on my win98 system to view my win2k
> shares, none of them appear(share permission-Everyone).
>
> I am able to ping either machine from the other.
> Connectivity does not appear to be the issue.
>
> Do I need to install an additional networking component?


Ctreate an identical account on both computers. Same username and password.
Log into the win98 computer using this account.
 
Reply With Quote
 
Guest
Posts: n/a

 
      07-18-2004, 12:01 AM
Thank you BobC. But why would it be necessary for me to
create an identical account on both machines and log onto
the win98 with that account. My experience has been that
two machines hooked up as a workgroup doesn't require
this? Could you possibly elaborate on why the systems
should need matching accounts for shares to work both
ways?

>-----Original Message-----
>On Sat, 17 Jul 2004 16:15:43 -0700, Win2k to Win98 Share--

I can't wrote:
>
>> I have a win98 system hooked up to win2k system and

want
>> to share files and folders. I am logged on as the
>> administrator on both machines(no password).
>>
>> When I go into My Network Places on the win2k machine I
>> have no problem seeing my win98 shares, but when I go



into
>> Network Neighborhood on my win98 system to view my

win2k
>> shares, none of them appear(share permission-Everyone).
>>
>> I am able to ping either machine from the other.
>> Connectivity does not appear to be the issue.
>>
>> Do I need to install an additional networking component?

>
>Create an identical account on both computers. Same

username and password.
>Log into the win98 computer using this account.
>.
>

 
Reply With Quote
 
BobC
Guest
Posts: n/a

 
      07-18-2004, 12:47 AM
On Sat, 17 Jul 2004 17:01:10 -0700, (E-Mail Removed)
wrote:

> Thank you BobC. But why would it be necessary for me to
> create an identical account on both machines and log onto
> the win98 with that account. My experience has been that
> two machines hooked up as a workgroup doesn't require
> this? Could you possibly elaborate on why the systems
> should need matching accounts for shares to work both
> ways?
>
>>-----Original Message-----
>>On Sat, 17 Jul 2004 16:15:43 -0700, Win2k to Win98 Share--

> I can't wrote:
>>
>>> I have a win98 system hooked up to win2k system and

> want
>>> to share files and folders. I am logged on as the
>>> administrator on both machines(no password).
>>>
>>> When I go into My Network Places on the win2k machine I
>>> have no problem seeing my win98 shares, but when I go

>
>
> into
>>> Network Neighborhood on my win98 system to view my

> win2k
>>> shares, none of them appear(share permission-Everyone).
>>>
>>> I am able to ping either machine from the other.
>>> Connectivity does not appear to be the issue.
>>>
>>> Do I need to install an additional networking component?

>>
>>Create an identical account on both computers. Same

> username and password.
>>Log into the win98 computer using this account.
>>.
>>


Because unlike win98, win2k is a networking operating system and therefore
needs to know the credentials of anyone wanting to connect to it. In a
domain environment the credentials are provided by a server. In a workgroup
environment like you have there is no server managing user accounts. So the
only place the win2k can determine the credentials is from the computer
making the connection to it. These credentials must be present on the win2k
computer.

Alternatively you could enable a guest account. This is not recommended
because guest accounts are not secure.
 
Reply With Quote
 
Thank you BobC
Guest
Posts: n/a

 
      07-18-2004, 01:08 AM
Of course. I wasn't looking at the problem from the
standpoint of security. If, however, I was logged on to
both machines as administrator (no password), wouldn't
that satisfy this requirment?


>-----Original Message-----
>On Sat, 17 Jul 2004 17:01:10 -0700,

(E-Mail Removed)
>wrote:
>
>> Thank you BobC. But why would it be necessary for me

to
>> create an identical account on both machines and log

onto
>> the win98 with that account. My experience has been

that
>> two machines hooked up as a workgroup doesn't require
>> this? Could you possibly elaborate on why the systems
>> should need matching accounts for shares to work both
>> ways?
>>
>>>-----Original Message-----
>>>On Sat, 17 Jul 2004 16:15:43 -0700, Win2k to Win98

Share--
>> I can't wrote:
>>>
>>>> I have a win98 system hooked up to win2k system and

>> want
>>>> to share files and folders. I am logged on as the
>>>> administrator on both machines(no password).
>>>>
>>>> When I go into My Network Places on the win2k machine

I
>>>> have no problem seeing my win98 shares, but when I go

>>
>>
>> into
>>>> Network Neighborhood on my win98 system to view my

>> win2k
>>>> shares, none of them appear(share permission-

Everyone).
>>>>
>>>> I am able to ping either machine from the other.
>>>> Connectivity does not appear to be the issue.
>>>>
>>>> Do I need to install an additional networking

component?
>>>
>>>Create an identical account on both computers. Same

>> username and password.
>>>Log into the win98 computer using this account.
>>>.
>>>

>
>Because unlike win98, win2k is a networking operating

system and therefore
>needs to know the credentials of anyone wanting to

connect to it. In a
>domain environment the credentials are provided by a

server. In a workgroup
>environment like you have there is no server managing

user accounts. So the
>only place the win2k can determine the credentials is

from the computer
>making the connection to it. These credentials must be

present on the win2k
>computer.
>
>Alternatively you could enable a guest account. This is

not recommended
>because guest accounts are not secure.
>.
>

 
Reply With Quote
 
BobC
Guest
Posts: n/a

 
      07-18-2004, 01:23 AM
On Sat, 17 Jul 2004 18:08:05 -0700, Thank you BobC wrote:

> Of course. I wasn't looking at the problem from the
> standpoint of security. If, however, I was logged on to
> both machines as administrator (no password), wouldn't
> that satisfy this requirment?
>
>
>>-----Original Message-----
>>On Sat, 17 Jul 2004 17:01:10 -0700,

> (E-Mail Removed)
>>wrote:
>>
>>> Thank you BobC. But why would it be necessary for me

> to
>>> create an identical account on both machines and log

> onto
>>> the win98 with that account. My experience has been

> that
>>> two machines hooked up as a workgroup doesn't require
>>> this? Could you possibly elaborate on why the systems
>>> should need matching accounts for shares to work both
>>> ways?
>>>
>>>>-----Original Message-----
>>>>On Sat, 17 Jul 2004 16:15:43 -0700, Win2k to Win98

> Share--
>>> I can't wrote:
>>>>
>>>>> I have a win98 system hooked up to win2k system and
>>> want
>>>>> to share files and folders. I am logged on as the
>>>>> administrator on both machines(no password).
>>>>>
>>>>> When I go into My Network Places on the win2k machine

> I
>>>>> have no problem seeing my win98 shares, but when I go
>>>
>>>
>>> into
>>>>> Network Neighborhood on my win98 system to view my
>>> win2k
>>>>> shares, none of them appear(share permission-

> Everyone).
>>>>>
>>>>> I am able to ping either machine from the other.
>>>>> Connectivity does not appear to be the issue.
>>>>>
>>>>> Do I need to install an additional networking

> component?
>>>>
>>>>Create an identical account on both computers. Same
>>> username and password.
>>>>Log into the win98 computer using this account.
>>>>.
>>>>

>>
>>Because unlike win98, win2k is a networking operating

> system and therefore
>>needs to know the credentials of anyone wanting to

> connect to it. In a
>>domain environment the credentials are provided by a

> server. In a workgroup
>>environment like you have there is no server managing

> user accounts. So the
>>only place the win2k can determine the credentials is

> from the computer
>>making the connection to it. These credentials must be

> present on the win2k
>>computer.
>>
>>Alternatively you could enable a guest account. This is

> not recommended
>>because guest accounts are not secure.
>>.
>>


No password does not satify the requirement for a paswword.
 
Reply With Quote
 
Created Acct--Didn't Work--A Question
Guest
Posts: n/a

 
      07-18-2004, 04:10 AM
Shouldn't two machines that are both logged onto with the
administrator account be able to access an Everyone share
on another system?


>-----Original Message-----
>On Sat, 17 Jul 2004 18:08:05 -0700, Thank you BobC wrote:
>
>> Of course. I wasn't looking at the problem from the
>> standpoint of security. If, however, I was logged on

to
>> both machines as administrator (no password), wouldn't
>> that satisfy this requirment?
>>
>>
>>>-----Original Message-----
>>>On Sat, 17 Jul 2004 17:01:10 -0700,

>> (E-Mail Removed)
>>>wrote:
>>>
>>>> Thank you BobC. But why would it be necessary for me

>> to
>>>> create an identical account on both machines and log

>> onto
>>>> the win98 with that account. My experience has been

>> that
>>>> two machines hooked up as a workgroup doesn't require
>>>> this? Could you possibly elaborate on why the

systems
>>>> should need matching accounts for shares to work both
>>>> ways?
>>>>
>>>>>-----Original Message-----
>>>>>On Sat, 17 Jul 2004 16:15:43 -0700, Win2k to Win98

>> Share--
>>>> I can't wrote:
>>>>>
>>>>>> I have a win98 system hooked up to win2k system and
>>>> want
>>>>>> to share files and folders. I am logged on as the
>>>>>> administrator on both machines(no password).
>>>>>>
>>>>>> When I go into My Network Places on the win2k

machine
>> I
>>>>>> have no problem seeing my win98 shares, but when I

go
>>>>
>>>>
>>>> into
>>>>>> Network Neighborhood on my win98 system to view my
>>>> win2k
>>>>>> shares, none of them appear(share permission-

>> Everyone).
>>>>>>
>>>>>> I am able to ping either machine from the other.
>>>>>> Connectivity does not appear to be the issue.
>>>>>>
>>>>>> Do I need to install an additional networking

>> component?
>>>>>
>>>>>Create an identical account on both computers. Same
>>>> username and password.
>>>>>Log into the win98 computer using this account.
>>>>>.
>>>>>
>>>
>>>Because unlike win98, win2k is a networking operating

>> system and therefore
>>>needs to know the credentials of anyone wanting to

>> connect to it. In a
>>>domain environment the credentials are provided by a

>> server. In a workgroup
>>>environment like you have there is no server managing

>> user accounts. So the
>>>only place the win2k can determine the credentials is

>> from the computer
>>>making the connection to it. These credentials must be

>> present on the win2k
>>>computer.
>>>
>>>Alternatively you could enable a guest account. This is

>> not recommended
>>>because guest accounts are not secure.
>>>.
>>>

>
>No password does not satify the requirement for a

paswword.
>.
>

 
Reply With Quote
 
Carey Holzman
Guest
Posts: n/a

 
      07-18-2004, 11:53 AM
You try it and the offered suggestion and let me know what works for ya...

Carey

"Created Acct--Didn't Work--A Question"
<(E-Mail Removed)> wrote in message
news:2ee7a01c46c7d$23770150$(E-Mail Removed)...
> Shouldn't two machines that are both logged onto with the
> administrator account be able to access an Everyone share
> on another system?
>
>
> >-----Original Message-----
> >On Sat, 17 Jul 2004 18:08:05 -0700, Thank you BobC wrote:
> >
> >> Of course. I wasn't looking at the problem from the
> >> standpoint of security. If, however, I was logged on

> to
> >> both machines as administrator (no password), wouldn't
> >> that satisfy this requirment?
> >>
> >>
> >>>-----Original Message-----
> >>>On Sat, 17 Jul 2004 17:01:10 -0700,
> >> (E-Mail Removed)
> >>>wrote:
> >>>
> >>>> Thank you BobC. But why would it be necessary for me
> >> to
> >>>> create an identical account on both machines and log
> >> onto
> >>>> the win98 with that account. My experience has been
> >> that
> >>>> two machines hooked up as a workgroup doesn't require
> >>>> this? Could you possibly elaborate on why the

> systems
> >>>> should need matching accounts for shares to work both
> >>>> ways?
> >>>>
> >>>>>-----Original Message-----
> >>>>>On Sat, 17 Jul 2004 16:15:43 -0700, Win2k to Win98
> >> Share--
> >>>> I can't wrote:
> >>>>>
> >>>>>> I have a win98 system hooked up to win2k system and
> >>>> want
> >>>>>> to share files and folders. I am logged on as the
> >>>>>> administrator on both machines(no password).
> >>>>>>
> >>>>>> When I go into My Network Places on the win2k

> machine
> >> I
> >>>>>> have no problem seeing my win98 shares, but when I

> go
> >>>>
> >>>>
> >>>> into
> >>>>>> Network Neighborhood on my win98 system to view my
> >>>> win2k
> >>>>>> shares, none of them appear(share permission-
> >> Everyone).
> >>>>>>
> >>>>>> I am able to ping either machine from the other.
> >>>>>> Connectivity does not appear to be the issue.
> >>>>>>
> >>>>>> Do I need to install an additional networking
> >> component?
> >>>>>
> >>>>>Create an identical account on both computers. Same
> >>>> username and password.
> >>>>>Log into the win98 computer using this account.
> >>>>>.
> >>>>>
> >>>
> >>>Because unlike win98, win2k is a networking operating
> >> system and therefore
> >>>needs to know the credentials of anyone wanting to
> >> connect to it. In a
> >>>domain environment the credentials are provided by a
> >> server. In a workgroup
> >>>environment like you have there is no server managing
> >> user accounts. So the
> >>>only place the win2k can determine the credentials is
> >> from the computer
> >>>making the connection to it. These credentials must be
> >> present on the win2k
> >>>computer.
> >>>
> >>>Alternatively you could enable a guest account. This is
> >> not recommended
> >>>because guest accounts are not secure.
> >>>.
> >>>

> >
> >No password does not satify the requirement for a

> paswword.
> >.
> >



 
Reply With Quote
 
=?Utf-8?B?Q2hhcmxpZQ==?=
Guest
Posts: n/a

 
      07-20-2004, 12:01 AM
Hi:

I have a Win2000Server-SP2 and almost 30 clients connected using XP, Me, 98 and 95.

I'm facing a problem with Win98 and Win 95 clients. These clients can´t see all folders have been shared by our server.

For example, actually server is sharing a folder called USERS and inside of it, there is 30 folders, and these computers cant see some of them.

Any idea?


"Win2k to Win98 Share--I can't" wrote:

> I have a win98 system hooked up to win2k system and want
> to share files and folders. I am logged on as the
> administrator on both machines(no password).
>
> When I go into My Network Places on the win2k machine I
> have no problem seeing my win98 shares, but when I go into
> Network Neighborhood on my win98 system to view my win2k
> shares, none of them appear(share permission-Everyone).
>
> I am able to ping either machine from the other.
> Connectivity does not appear to be the issue.
>
> Do I need to install an additional networking component?
>
>
>

 
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
Networking Win98 & Win XP Dermott Ryan Windows Networking 2 09-30-2004 06:11 AM
Win98 networking Dana Windows Networking 1 02-17-2004 12:31 AM
XP-Win98 Networking Graham Windows Networking 0 02-16-2004 04:44 AM
Win98 and networking with a hub Gary Windows Networking 3 07-28-2003 08:12 PM
networking using win98 sr Windows Networking 0 07-04-2003 11:54 PM



1 2 3 4 5 6 7 8 9 10 11