Laptop with multiple environments

  • Thread starter Thread starter Max Bundchen
  • Start date Start date
M

Max Bundchen

We have some laptos with Win XP Pro that's work into our
network (AD with Win Server 2003). However, in some cases,
we need to logon on a client network. How I can do it and
don't lose my original configuration (such as a perfil
network system)?
 
quoted from http://www.ChicagoTech.net
How to access different domain without changing the network settings

To use a laptop to access to different domain without changing the domain
settings, logon local machine (instead of domain) using your domain logon ID
that also are created on your local computer. If it is possible, you may
create the same logon id and password on all domain so that you always are
able to access the domain you are connecting to. Also you may want to create
one batch file like logon.bat with domain logon ID and password to map
network drives.


--
For more and other information, go to http://www.ChicagoTech.net

Don't send e-mail or reply to me except you need consulting services.
Posting on MS newsgroup will benefit all readers and you may get more help.

Robert Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN, Anti-Virus, Tips & Troubleshooting on
http://www.ChicagoTech.net
This posting is provided "AS IS" with no warranties.
 
Hi,

In some cases, I don't have a equal environment in all
clients and in my 'base'. For example, in many clients, I
have a workgroup with a DHCP server, and in others I have
just a workgroup without a DHCP server, in witch all
assingments are manualy.

In realy, i need to setup a perfil network for some
clients, but using a default perfil to our network. May I
do it or another type of internetwork architecture?
 
Hi,

In some cases, I don't have a equal environment in all
clients and in my 'base'. For example, in many clients, I
have a workgroup with a DHCP server, and in others I have
just a workgroup without a DHCP server, in witch all
assingments are manualy.

I manage different config by creating several BAT files which calls NETSH.
For example

@ECHO Ethernet configuration XXXXXX
@NETSH INTERFACE IP SET ADDRESS "YourConnection" DHCP
@NETSH INTERFACE IP SET DNS "YourConnection" DHCP
@IPCONFIG /ALL

or

@ECHO Ethernet configuration for YYYYYY
@NETSH INTERFACE IP SET ADDRESS "YourConnection" STATIC 9.0.0.2
255.255.255.0 9.0.0.1 1
@NETSH INTERFACE IP SET DNS "YourConnection" STATIC NONE
@IPCONFIG /ALL

DdJ
 
"Max Bundchen" said:
We have some laptos with Win XP Pro that's work into our
network (AD with Win Server 2003). However, in some cases,
we need to logon on a client network. How I can do it and
don't lose my original configuration (such as a perfil
network system)?

These programs let you store multiple network configurations and
switch between them easily:

NetSwitcher
http://www.netswitcher.com

MultiNetwork Manager
http://www.globesoft.com/mnm_home.html

Before installing or using them, check with the administrator of your
network and get that person's OK.
--
Best Wishes,
Steve Winograd, MS-MVP (Windows Networking)

Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.

Microsoft Most Valuable Professional Program
http://mvp.support.microsoft.com
 
Back
Top