Start all over....now what?
budhisetiawan
Mars Hill, NC Member
Ok...i had my home network working fine...i could see my DT from my LT and visaversa....oh and they both used the same printer...
Now i get nothing...a little help here? The XP OS on the DT had a help thing but didint do anything...so now i come to you...
TIA
PS...LT running 2000 while DT running XPpro
Bud
Now i get nothing...a little help here? The XP OS on the DT had a help thing but didint do anything...so now i come to you...
TIA
PS...LT running 2000 while DT running XPpro
Bud
0
Comments
click start -> all programs -> accessories -> command prompt
at the black window, type: ipconfig
what does the "IP address" say for both computers?
LT:
myhome.westell.com
192.168.1.46
255.255.255.0
192.168.1.1
will post DT...when i get upstairs...brb
myhome.westell.com
192.168.1.47
255.255.255.0
192.168.1.1
10.100.1.2 , 255.255.255.0 , 192.168.5.102 for the other
I assume you are going through a router and not just using a crossover cable. Can the machines ping each other, are they both in the same workgroup and do you have file sharing as well as users set-up on both machines to use those shares?
how do i ping them?
How do i know if in the same workgroup....
Yes file sharing is on...
TO ping see above post.
If you can ping the router from each machine (which will be the 192.168.1.1) then try pinging each machine. If you can ping each machine then you can just mount a drive by doing.
net use local drive map \\path\remote drive$ - so as an example to map the c$ of your LT onto an F drive (can be any letter that already isn't assigned to a drive) you'd do this.
net use f: \\192.168.1.46\c$
It will then prompt you for a user name and password on that machine. I'd recomend putting in the admin user/password.
If you had just a folder you want to share do
net use f: \\192.168.1.46\share without the $ and it'll map the same way.
You can also do it from within windows explorer click on 'local area network' first then in the bar put in \\192.168.1.46\c$ (or share) and it'll map but it won't assign a letter to it.
If you can't ping the other machine check your router settings as it's blocking local area traffic.
grrr
WIll be back then...thx all