Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Re: RAS

Status
Not open for further replies.

eitsup

IS-IT--Management
Jul 15, 2003
2
AU
Hi,

I have set up my Win2000 as a RRAS server. When I dialin using a notebook with XP as OS, I can see all my mapped drives. However, when I dialin from home using a Win98 box, I cannot see any mapped drives or access any resources. This happens with all users using Win98, but the XP guys are OK.

Thanx
Eit
 

are you using a .bat file or a .cmd, needs to be a batch file but im sure you know that already

i actually had this same problem awhile back

you can only go up to M: with win9x, unless you manually set their config.sys to lastdrive=z (m: is lastdrive by default)

this fixed mine as i was tryign to use all letters in the high range. possible you're doing the same?

let me know if that aint it though cuz i need to search for a better resolution for this anyway


are you using the
net use h: \\servername\sharename /persistent:no
or the
net use h: \\servername\sharename /user:domainname\username /persistent:no
command?

try the latter where you're putting in the user information in the script..

hope this helps a bit

BWilson77080
MCSE2000, A+
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top