Managing multiple network connections?

  • Thread starter Thread starter Tom Skiles
  • Start date Start date
T

Tom Skiles

I've recently started using my laptop for networking. I
have a network connection for my office LAN. I also do a
lot of work outside of the office, with another computer,
which requires me to create a new network connection.
The new network connection overwrites the previous one.
XP Pro will not manage more than one network connection
(ie a default and any other connections), as it seems.
Well, my office network will not auto assign an IP,
subnet mask, etc., so I have to redo all the TCP/IP
settings, too! What a hassle. Anyone have
experience/advice in such issues? ...possibly third
party software to manage more than one network
connection?

In addition, I'll probably be needing to set up a third
ntwrk connection in the future.

Thank you all very much,

Tom
 
Look into the netsh command. It will allow you to save different
configurations and switch back and forth quickly.

hth,
aaron
 
quoted from http://www25.brinkster.com/ChicagoTech
How to switch network settings without reboot

As a network consultant, I work on different network every day and need to
switch network settings such as IP and DNS accordingly. Fortunately, W2K/XP
comes with a useful tool, netsh.exe, that can switch network settings
quickly. To copy abc.com network settings, type command netsh -c interface
dump >c:\abc.txt. The abc.com network settings will be saved at the root of
the C drive. You can create as many network settings as I like. When you
work at abc.com next time, you will load the settings by typing netsh -f
abc.txt command and the abc.com network settings will take effect
immediately.
--
For more and other information, go to
http://www25.brinkster.com/ChicagoTech


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
Windows & Network Support, Tips and FAQs on
http://www25.brinkster.com/ChicagoTech
This posting is provided "AS IS" with no warranties.
 
"Tom Skiles" said:
I've recently started using my laptop for networking. I
have a network connection for my office LAN. I also do a
lot of work outside of the office, with another computer,
which requires me to create a new network connection.
The new network connection overwrites the previous one.
XP Pro will not manage more than one network connection
(ie a default and any other connections), as it seems.
Well, my office network will not auto assign an IP,
subnet mask, etc., so I have to redo all the TCP/IP
settings, too! What a hassle. Anyone have
experience/advice in such issues? ...possibly third
party software to manage more than one network
connection?

In addition, I'll probably be needing to set up a third
ntwrk connection in the future.

Thank you all very much,

Tom

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

--
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
 
In addition to Steve's advice -
If your one location works with dhcp, and other with a fixed ip -
set that as alternate configuration, and dhcp as primary.
Then you will fall back to your fixed ip when dhcp is not available.

--PA
 
Back
Top