I use wireless at home and when travelling on my notebook. For some reason
AT&T insist on having fixed IP addresses at home and on the road it's all
dynamic of course. Surely there is an easy way to switch between the 2
profiles in Win XP without having to go and change the actual network setting
every time?
Thanks

Re: Switch easily between DHCP and Fixed IP on Notebook by Robert

Robert
Thu Jun 12 12:38:21 PDT 2008

You can setup TCP/IP using two DHCP and static or you can use net plus batch
to switch between dynamic and static IP. This how to may help.
ipconfig
3) If you get "DHCP server unreachable" while using ipconfig /renew,
you may want to update the network card drive or go to NIC configuration to
change the ...
www.howtonetworking.com/Networking/ipconfig.htm



--
Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on
http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on
http://www.HowToNetworking.com
"RichardR" <RichardR@discussions.microsoft.com> wrote in message
news:D840A9E7-3AE1-4C59-854E-C5DE84CD0D36@microsoft.com...
>I use wireless at home and when travelling on my notebook. For some reason
> AT&T insist on having fixed IP addresses at home and on the road it's all
> dynamic of course. Surely there is an easy way to switch between the 2
> profiles in Win XP without having to go and change the actual network
> setting
> every time?
> Thanks


Re: Switch easily between DHCP and Fixed IP on Notebook by Steve

Steve
Thu Jun 12 12:57:44 PDT 2008

On Thu, 12 Jun 2008 12:26:03 -0700, RichardR
<RichardR@discussions.microsoft.com> wrote:

>I use wireless at home and when travelling on my notebook. For some reason
>AT&T insist on having fixed IP addresses at home and on the road it's all
>dynamic of course. Surely there is an easy way to switch between the 2
>profiles in Win XP without having to go and change the actual network setting
>every time?
>Thanks

Create batch files that use the "netsh" command to change the network
settings. The command syntax is:

Fixed.bat:

netsh interface ip set address <connection> static <ip> <mask>
<gateway> <gateway metric>

DHCP.bat:

netsh interface ip set address <connection> dhcp

Examples of the commands with actual values substituted:

netsh interface ip set address "Wireless Network Connection" static
192.168.0.101 255.255.255.0 192.168.0.1 20

netsh interface ip set address "Wireless Network Connection" dhcp
--
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

Re: Switch easily between DHCP and Fixed IP on Notebook by RichardR

RichardR
Thu Jun 12 14:03:02 PDT 2008

Robert,
OK thanks - I've looked at NETSH but have't tried it yet.
Re "How to setup two IPs on a computer" I don't see in win XP Pro
"Alternative Configuration under the Properties of TCP/IP" ??
Thanks

Re: Switch easily between DHCP and Fixed IP on Notebook by RichardR

RichardR
Thu Jun 12 14:09:00 PDT 2008

Steve,
OK I'll try it - thanks
R

Re: Switch easily between DHCP and Fixed IP on Notebook by Jack

Jack
Thu Jun 12 14:26:57 PDT 2008

Hi
May be this can Help.
How to Configure a Laptop (or any computer) to connect to more than one
Network? http://www.ezlan.net/faq.html#fewtcp-ip
Jack (MVP-Networking).

"RichardR" <RichardR@discussions.microsoft.com> wrote in message
news:D840A9E7-3AE1-4C59-854E-C5DE84CD0D36@microsoft.com...
>I use wireless at home and when travelling on my notebook. For some reason
> AT&T insist on having fixed IP addresses at home and on the road it's all
> dynamic of course. Surely there is an easy way to switch between the 2
> profiles in Win XP without having to go and change the actual network
> setting
> every time?
> Thanks