View Single Post

Old 17.05.08, 23:02   #21 (permalink)
anon
Moderator
anon enjoys a great reputationanon enjoys a great reputation
anon enjoys a great reputationanon enjoys a great reputationanon enjoys a great reputationanon enjoys a great reputation
 
anon's Avatar
 
anon is offline
Activity Longevity
20/20 15/20
Today Posts
5/5 ssss17288
Join Date: 01.02.08
Location: small bandwidth innovation
Posts: 17,288
sorry if this isn't the right place...

if you aren't behind a router (you -> modem -> net) then this "universal ip switch" batch may also work to change your IP

Code:
ipconfig /release
netsh interface IP set address "CONNECTION NAME" static 1.2.3.4 255.0.0.0 1.2.3.5 0
netsh interface IP set address "CONNECTION NAME" dhcp
if you keep on getting the same ip as before, replace 1.2.3.4 and 1.2.3.5 with any unallocated IP range e.g.

netsh interface IP set address "CONNECTION NAME" static 9.8.7.6 255.0.0.0 9.8.7.7 0

also the second invalid ip there has to be different than the first one, and leave 255.0.0.0 untouched, it's the "subnet mask"

i think this works because your comp sends your last valid ip when bootstrapping, therefore that's the one you get when rebooting for example

this changes your ip to 1.2.3.4 (with a subnet mask of 255.0.0.0 so that windows accepts it), then asks for a new one

as "1.2.3.4" isn't within your isp's ip ranges (plus it's invalid) you get a fresh, new ip

* of course replace "CONNECTION NAME" with your conn's name as it appears at "network connections", and keep the quotes!

hope this works for you guys
__________________
[ P2PFire - very lightweight IP range blocker ]
[ RSD English Version - Latest Download ]
[ IP Scripts: Switch | Reclaim ]

[ Categorized Tutorial List ]

No support over PM! Your message will be IGNORED!


Last edited by anon; 24.09.06 at 14:49.

Last edited by anon; 17.05.08 at 23:10.
 
Say 'Thank You!' for this post.
Reply With Quote
Who Said Thanks:
SealLion (10.03.10), Jambina (14.02.10), MacGyver (24.01.10), pimphead07 (12.01.10), jack (13.07.09), mmmmm (07.02.09), Mr.unknown (11.01.09), - (19.06.08), capito (15.06.08), - (25.05.08), hitman (19.05.08)
 
Page generated in 0.76835 seconds with 18 queries