That's what DHCP's for. If you want to always have the same IP, tell your DHCP server that your laptop should always have the same IP (check the MAC address).
Ok... by that response, I must assume that you don't control one or both networks, so you cannot use DHCP on them. If you must statically assign an IP and DNS for each network, then you're stuck... you must statically assign it when you switch around.KanedA said:hmm... so... there are two possibilities... I don't understand you or you don't understand me.... I want to use this notebook in two networks, but each has different setting (IP DNS and such) and for each network I would like to have separate setting so I won't have to manually change all those specs each time I change network...
No, it doesn't retain this information.KillerShots said:If you could switch one network to DHCP, Windows would probably remember the static IP and DNS info of the other network when you switch off of DHCP (but I cannot guarantee this - I haven't tried it). This would mean that instead of re-typing everything over again, you just hit a radio button to switch between the two.
You can't configure TCP/IP settings through ipconfig in Windows, only view. You'd have to use netsh.exe for that.You could probably also set up a couple of batch files to execute to switch around by configuring via ipconfig (if Win2k uses it). This would negate needing to switch one network to using DHCP.
I see... yes, netsh has the required command-line switches to create two batch files, that looks like your best bet.FLaRe85 said:You can't configure TCP/IP settings through ipconfig in Windows, only view. You'd have to use netsh.exe for that.