PDA

View Full Version : IP Address



Ron
October 13th, 2002, 12:55 PM
You don't need a batch file just use the execute action.

put this in file: netsh
Step size: interface ip set address "Local Area Connection" dhcp

if you want to put a variable in there add the [varname] stuff as usual.

chrisi
October 13th, 2002, 12:55 PM
Is it possible to read out ond SET the IP?
It would be great if someone can make a plugin ;)

chrisi
October 13th, 2002, 12:55 PM
I use 2 progs.. :D
ipa
http://barnyard.syr.edu/~vefatica/#IPA

clip
http://www.cmdtools.com/clip.zip

command line: "ipa | clip"

maybe someone can check it, to change the IP with a simple tool... :-?

chrisi
October 13th, 2002, 12:55 PM
A better way is this prog.
It has a opption to sart > copy IP > close
http://www.stratton84.freeserve.co.uk/downloads/programs/index.html

But now I released I need to know the Netmask too :roll: :o

chrisi
October 13th, 2002, 12:55 PM
The Solution for changing the IP with a command!!

netsh interface ip set address "Local Area Connection" static ipaddr subnetmask gateway metric

http://support.microsoft.com/default.aspx?scid=kb;EN-US;q257748

Maybe someone can help me now with typing in the numbers with a Remote and generate the batchfile with this numbers in girder?