Click to See Complete Forum and Search --> : Rename every Reboot?
mgt46
May 4th, 2001, 08:31 AM
I am running p2p network over Win98 using tcp/ip and netbui, with a cross over cable. My static ip addresses are set correctly. When I loose my conection (everytime I reboot, etc) to the network I have to rename one or both of my PCs to regain access just a simple reboot won't fix it. Whats Up?
Dan Man
May 4th, 2001, 02:48 PM
Hi !
1. Check if your workgroup name is the same in both computer.
(delete it and write it again)
2. create a batch file, (I usually call it LOGIN.BAT)
with the line:
NET USE x: \\server\c /YES
its will remap your sharing drives
x: - name of drive in "My Computer".
server - the remote pc.
c - name of shared drive/folder
dont forget /YES switch ...
silencio
May 5th, 2001, 02:16 AM
Originally posted by DAN MAN:
Hi !
1. Check if your workgroup name is the same in both computer.
(delete it and write it again)
2. create a batch file, (I usually call it LOGIN.BAT)
with the line:
NET USE x: \\server\c /YES
its will remap your sharing drives
x: - name of drive in "My Computer".
server - the remote pc.
c - name of shared drive/folder
dont forget /YES switch ...
That's might do it but, to be on the safe side, create lmhosts files on each machine so that they'll always know who each other is. With two machines on a LAN is real easy to do.
Create a file with the name "lmhosts" and stick it in your windows (or windows\system) directory.
edit the file so it looks like this:
x.x.x.x machinename
where x.x.x.x is your IP. you can place a tab or a space between the IP and machine name.. doesn't matter.
Good Luck
C
Sowulo
May 5th, 2001, 12:21 PM
Duplicate Post: Do Not Post the same question more than once.
see other post here (http://forums.windrivers.com/cgi-bin/forum3/ultimatebb.cgi?ubb=get_topic&f=35&t=000285).
Topic Closed