Access other computers in network, possible?

  • NonbornAdversary
  • Beginner
  • Beginner
  • User avatar
  • Joined: Oct 01, 2003
  • Posts: 51
  • Status: Offline

Post October 1st, 2003, 8:12 pm

Is it possible to access other users' computers that are in the same network as you?
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post October 1st, 2003, 8:12 pm

  • ModernDestroyer
  • Professor
  • Professor
  • User avatar
  • Joined: Sep 18, 2003
  • Posts: 800
  • Loc: California
  • Status: Offline

Post October 1st, 2003, 9:20 pm

Thru which environment? Windows, Linux, DOS ? There is means to travel in all those OS's. Need to be a little more specific about which one your on and the one your tring to access. And if there is a need for you to access data from other computers on the network.
  • NonbornAdversary
  • Beginner
  • Beginner
  • User avatar
  • Joined: Oct 01, 2003
  • Posts: 51
  • Status: Offline

Post October 2nd, 2003, 5:20 am

The OS in a Windows 2000 edition. All of these are connected in a small network of about 25 computers in one room. Ihaven't been able to Telnet the other computers, but common-sense says that I could probably access them directly considering they are in their own Networking Group/Neighborhood. Thanks
  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post October 2nd, 2003, 9:38 am

sounds to me like they're all in a workgroup/peer-topeer environment. If
that's the case, simply find them in Network Neighborhood and open
the computer. Anything set to be shared will show up there.
UNFLUX.FOTO
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23403
  • Loc: Woodbridge VA
  • Status: Offline

Post October 2nd, 2003, 12:15 pm

Yes, that's the key -- the drives, directories, files, printers, etc have to be shared on any or all computers to be visible from one to the next.

Second part to that is that you probably need to be in the same "workgroup" -- if the network is part of an NT domain (or Win2K domain) you need to be part of that domain. All those settings are made in Network Neighborhood properties.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • ModernDestroyer
  • Professor
  • Professor
  • User avatar
  • Joined: Sep 18, 2003
  • Posts: 800
  • Loc: California
  • Status: Offline

Post October 2nd, 2003, 3:37 pm

Also have the shares password protected with something more than a simple password (single letters), it doesn't have to be complex. But network aware viruses will spread across shares if they aren't password protected or it will try simple passwords to gain access to another computer on the network. Trust me this will save you time and money in the long run. Enjoy :D
  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post October 2nd, 2003, 5:04 pm

good point guys -- kinda ran past those parts. hehe :P
UNFLUX.FOTO
  • ModernDestroyer
  • Professor
  • Professor
  • User avatar
  • Joined: Sep 18, 2003
  • Posts: 800
  • Loc: California
  • Status: Offline

Post October 2nd, 2003, 5:10 pm

I only remember because one of our customers had that happen to them, there network was about 20 computers. Spread thru a little complex of about 6 buildings. Me and another guy took about 27 hours to go thru each machine, drop it into safe mode, disconnect it from the network, and run anti virus on them. Once all the PC's were scaned we hooked them all back into the network. Needs less to say they haven't had any problems like that since :( Made a nice little chunk of cash off that one :twisted:
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23403
  • Loc: Woodbridge VA
  • Status: Offline

Post October 3rd, 2003, 7:00 am

If memory servers me correctly, you can also Map a drive to the administrative share, for example
Code: [ Select ]
net use g:\\computername\c$

Where c$ is the administrative share for the C: drive
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post October 3rd, 2003, 8:09 am

net use?! :shock:

don't you mean point-and-click?!?! you old schoolers who type out
everything kill me!! :P :lol:

















just kidding....heheheh I do the same when i can. ;) :D
UNFLUX.FOTO
  • NonbornAdversary
  • Beginner
  • Beginner
  • User avatar
  • Joined: Oct 01, 2003
  • Posts: 51
  • Status: Offline

Post October 4th, 2003, 7:55 pm

If the files/folders have to be enabled for sharing then is there a way for someone to get in the network as the Admin and enable all Drives of he network for sharing?
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23403
  • Loc: Woodbridge VA
  • Status: Offline

Post October 4th, 2003, 8:04 pm

If I understand your question correctly, you have to go to each individual computer and share the drives, directories, files etc that you want shared...from the individual computers. By default, each drive has an "administrative share". That's why I suggested the net use command. You can write a login script for users that would map drives to administrative shares, but that's pretty generic and would allow access to the entire drive, depending on how you set permissions. You need to plan out what you want to do and, unfortunately, you may have to go to several or all computers to get exactly what you want shared correct. Theoretically, that's a task that should be considered and implemented when setting up the workstations from the very start. This would include assigning permissions (assuming they are 2000 or XP workstations)

I'd be curious myself if someone knows an easier method.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post October 7th, 2003, 4:45 pm

the only way I know how to grant share access, is to sit at each machine
and turn it on. You're granting access locally, so that's really where you
need to be to do so.
UNFLUX.FOTO
  • NonbornAdversary
  • Beginner
  • Beginner
  • User avatar
  • Joined: Oct 01, 2003
  • Posts: 51
  • Status: Offline

Post October 14th, 2003, 7:22 am

Sorry for asking (I've never really concentrated that much on a network before now) but how do you set an individual computer to "share" the C:/ in the Network?
  • ModernDestroyer
  • Professor
  • Professor
  • User avatar
  • Joined: Sep 18, 2003
  • Posts: 800
  • Loc: California
  • Status: Offline

Post October 14th, 2003, 7:51 am

Go to My Computer right click on the C:\ drive and then click on sharing. Then an options box will come up, if you are running win2000 or XP there will already be an administrative share. At the bottom of the box there will be a button called "new share" click that one and give it a unique name like "C_mydrive", the reason for the underscore is if there are any win98 computers in the network you have to stick to DOS naming conventions. Also the name length can only be 15 characters long, I think. You can also limit the number of people who access it, with a password in win98, or with permissions in win2000 and XP. Then click apply, and then ok and your done. Enjoy :D
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post October 14th, 2003, 7:51 am

Post Information

  • Total Posts in this topic: 21 posts
  • Users browsing this forum: No registered users and 114 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.