Related Entries

Quick Ref: SVN command line
Git with Dropbox
Cisco's new urbanism
Portable development links
Wish I had this 10 years ago

« Rethinking Java GUI
» Python escapes classroom

Networking laptop for the road

Switching computers from network to network.

I’ve a 2 weeks old Toshiba Satellite laptop. It is pretty neat and I’m beginning to like it. One of the uses I see for this is to be able to hook up to multiple networks.

Apparently, Windows XP can do this now. It is pretty straight forward in Linux.

Win2K and XP have a utility called netsh.exe. Configure PC to use one network. Then run netsh.exe -c interface dump > nwconfig_1.txt. When you configure another network, dump the configuration to another file. After this, when you want to recall a network setting, it is pretty simple. netsh.exe -f nwconfig_1.txt.

This valuable information comes from is-it-true.org.

  1. Why not try MultiNetwork Manager from GlobeSoft
    an excellent product for hooking up to multiple networks
    works for Win9X/ME/NT/2K/XP

    Posted by: Fredrik Nordstrom on January 22, 2003 02:52 AM
//-->