English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

the software ll be such that it changes an ip address setting in my coputer after a stipulated time....

2007-10-03 04:18:36 · 2 answers · asked by GaryGarfield 1 in Computers & Internet Software

2 answers

You could create a batch script that does the:

ipconfig /renew

command and use an "AT" scheduled job to execute it periodically. The one thing to keep in mind though is that most ISPs and router manufacturers configure their DHCP servers to "lease" an IP for a period of time so you end up with the same address rather than a new address. To get an idea of the expiration for the IP lease, use:

ipconfig /all

and look for the Lease Expires entry. Typically DHCP servers give a week from the last time it was used before an IP expires

2007-10-03 04:24:32 · answer #1 · answered by Jim Maryland 7 · 0 0

I even have the comparable subject. many times I could connect with a particular static IP handle then i'm getting to the workplace and that i could use DHCP. What I even have executed is set up a .bat document on my pc. this is especially elementary to do. Step a million. Create a sparkling text cloth checklist on the pc via suitable-clicking on the pc and choosing new text cloth checklist from the menu. Step 2. Paste between right here into the physique of the text cloth checklist. For DHCP handle enter: netsh interface ip set handle community source=dhcp pause For a static IP handle enter: netsh interface ip set handle community static x.x.x.x n.n.n.n pause. Step 3: save the recent checklist as "call.bat" be conscious: replace x with the IP handle and n with the subnet. you're able to be able to nevertheless could enter a command for the default gateway.

2016-11-07 03:44:00 · answer #2 · answered by scasso 4 · 0 0

fedest.com, questions and answers