Loading...
Loading...

HOWTO: NET USE login script

Expand / Collapse


This article applies to:

  • R3000

Question:

  • Tier 1 NET USE login script

Procedure:

Login (or logon) scripts are used by the R3000 server for authenticating users.

 

The following syntax must be entered in the appropriate directory on the authentication server console:

 

The virtual IP address is used by the R3000 to communicate with all users who log on to that server. This address must be in the same subnet as the one used by the management interface of the R3000.

System à Authentication Setting à Virtual IP

 

For testing, user information can be specified on the command line as follows:

NET USE \\virtualip\R3000$ /user:DOMAINNAME\username password

Example: NET USE \\192.168.0.20\R3000$/user:LOG\bsmith xyz123

 

Enter net use syntax in the login script:

NET USE \\virtualip\R3000$

Example: NET USE \\192.168.0.20\R3000$

 

The command to disconnect a session is:

NET USE \\virtualip\R3000$ /delete

Example: NET USE \\192.168.0.20\R3000$ /delete


To contact Trustwave about this article or to request support:


Rate this Article:
     

Add Your Comments


Comment submission is disabled for anonymous users.
Please send feedback to Trustwave Technical Support or the Webmaster
.