Recommended Software for easily changing IP address of Laptop

Helliana

Member
Join Date
Nov 2011
Location
Louisiana
Posts
801
Does anyone use any software to easily change the IP address of your computer depending on what machines you are working. For example, you can go from an isolated control LAN's ip range then back to DHCP for your corporate network with a simple click of something when you get back to your office.

I know there is a lot of software around that can do this, just wondering what people on the forum use/recommend.
 
I just have a shortcut (on desktop) to my tcp/ip settings and when I need to change my ip to static I can easily. (or try finding an IP address that is generally free on the DHCP network and have your static IP be that, you can run into IP conflicts though.)
 
We use Free IP switcher a ton. but we have lots of separate networks to switch between. Haven't really had any complaints about it either.
 
Batch file to change to static:
Code:
netsh int ip set address "local area connection" static 192.168.1.99 255.255.255.0
Batch file to change to DHCP:
Code:
netsh int ip set address "local area connection" DHCP
LOL, Bernies link is the exact place I got this earlier today!
 
Last edited:

Similar Topics

Good Afternoon , I'm getting ready to lease a lot of Rockwell Software. I really don't have any desire to go the VM route , just because I'm...
Replies
2
Views
2,015
we are machine builders , any recommended software to track the machine warranty calls and stuff
Replies
3
Views
3,230
Out of interest, I'd like some thoughts on what would be considered best practice with regards to a 2-position turntable control scheme (see...
Replies
17
Views
1,138
Hello all, I have a client that needs to externally control some valves at a small plant, nothing fancy. (for which I just need digital IO)...
Replies
16
Views
3,925
We are going to be using a SIRUS 3RW5545 Soft Start to control a 480V, 150HP fan. Looking for some recommendations for parameters to use with this...
Replies
0
Views
846
Back
Top Bottom