Connecting With Multiple Credentials
Last Updated: 29 Sep 2000
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*** PLEASE NOTE: Link(s), If Provided, May Be Wrapped ***
Normally, Windows will only accept a single Acct/Pwd pair
for connectivity from machine A to machine B. That is to
say: All of your NET USE statements from LOCALSYS to
REMOTESYS must make use of a single Account and Password.
An "Error 1219" essentially means that you tried to make
a second connection to a resource, but with a different
acct/pwd than the first connection. Type: "NET USE" to
find out what connection you already have established
and break it.
• http://support.microsoft.com/?KBID=98724
• http://support.microsoft.com/?KBID=106211
There is an easily exploited loophole which will allow
you to make up to three (3) different connections to a
single remote system -- all with different credentials.
Various versions of Windows allow you connect to a
remote system in the following ways:
• UNC ...... NET USE \\remotesys
• DNS ...... NET USE \\host.domain.com
• IP ....... NET USE \\xxx.xxx.xxx.xxx
PERSONAL NOTES
• In order to use DNS, be sure to configure your machine
to "Use DNS for Windows Resolution".
• Win9x machines can connect via IP address as Long as
DUN 1.3 or higher is installed.
RELATED SCRIPTS (ALSO IN THIS ARCHIVE)
• http://KB.UltraTech-llc.com/Scripts/?File=DelMapping.BAT
• http://KB.UltraTech-llc.com/Scripts/?File=LocalDrives.BAT
• http://KB.UltraTech-llc.com/Scripts/?File=Logon.BAT
• http://KB.UltraTech-llc.com/Scripts/?File=MapDrive-A.BAT
• http://KB.UltraTech-llc.com/Scripts/?File=MapDrive-B.BAT
• http://KB.UltraTech-llc.com/Scripts/?File=SwapShares.BAT
RELATED TOPICS (ALSO IN THIS ARCHIVE)
• http://KB.UltraTech-llc.com/?File=MapDrive.TXT
• http://KB.UltraTech-llc.com/?File=Scripting.TXT