View Single Post
Old 05-10-2004, 04:45 PM   #1 (permalink)
nash
Psycho
 
Executing a File When I Detect a Specific Wireless Network

I did a search and didn't find anything pertaining to my question:

In order to switch from DHCP to a static IP address (and vice versa) I have two batch files I run in order to set my TCP/IP settings to either: 1. Detect IP and DNS (DHCP) 2. Set my own static IP, DNS, etc.

So for my home wireless network, I'd like to have a static address, not assigned via DHCP. But for the wireless network at work, I need to have DHCP configure IP, DNS, gateway, etc etc for me. Is there any way I can have my batch files run automatically when I connect to a specific network?

I'm on a Windows laptop, and I can either use the WinXP Zero Config or the Intel Proset utility (it's a Centrino) to connect, although I find the Intel Proset generally more reliable. Any other ideas to accomplish this are welcome.
nash is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73