Dynamic and static ips easy way to switch????

Codewiz

Diamond Member
Jan 23, 2002
5,758
0
76
My gf uses her laptop on our home network which is setup for DHCP with a 192.168*.* IP address.

When she takes her laptop to school she has a static IP. They don't even have a DHCP server setup on the network that I know of.

Is there an easy way to either create a new LAN connection that can be enabled and disabled depending where she is Or is there a scipt that could be written to change all the settings? I know with a docking station this is an easy fix but she has no dock.

It would suck to have to change the settings everytime she goes to and from school.
 

mboy

Diamond Member
Jul 29, 2001
3,309
0
0
If she has xp, then you can do it in the OS. If not, you may want to check this out:
Netswitcher
For $15, it should do what you want quite nicely :)
 

dbwillis

Banned
Mar 19, 2001
2,307
0
0
I believe it would be like this:>
in Network Connections window, right click the LAN connection, then highlight TCP/IP and click Properties.
The general tab should indicate "obtain,,....from DHCP server" on the alternate tab, you should be able to specify the IP info for her school.
I used it once or twice and it worked fine.
Good luck!
 

L3Guy

Senior member
Apr 19, 2001
282
0
0
I have found on Win 98, that plugging the PCMCIA NIC into the other slot will be recognized as a different nic, and can have a different address. Or a different NIC type will also be a seperate IP address.

HTH

Doug
 

mobly99

Senior member
Apr 27, 2001
260
0
0
see this old post, I posted a batch file using netsh.exe and some scripts to do this as well.
This works with 2K or XP.

-Dave