Rename every Reboot?
Results 1 to 4 of 4

Thread: Rename every Reboot?

  1. #1
    Junior Member
    Join Date
    May 2001
    Location
    Indiana
    Posts
    3

    Angry Rename every Reboot?

    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?

  2. #2
    Registered User
    Join Date
    Apr 2001
    Location
    Europe
    Posts
    32

    Post

    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 ...

  3. #3
    Registered User silencio's Avatar
    Join Date
    Sep 2000
    Location
    Savannah
    Posts
    3,960

    Post

    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

  4. #4
    Registered User
    Join Date
    Oct 1999
    Location
    Clackamas, OR USA
    Posts
    5,422

    Post

    Duplicate Post: Do Not Post the same question more than once.

    see other post here.

    Topic Closed

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •