4G Mobile proxy rotation IP

SocialMediaNetwork

Regular Member
Joined
Jan 24, 2019
Messages
490
Reaction score
253
Hi!

I need a little bit of help guys! , i'm using my own Proxy's by using dongle with "Vodafone Unlimited Data" when i disconnect and connect back SOMETIMES i get a new ip but SOMETIMES i do get back the same ip is there any trick to keep forcing it to get a new ip? :rolleyes::rolleyes:

I have also tried disconnect time 60 seconds and watch if i get new ip but still getting sometimes same ip back.

Thanks guys!:anyway::anyway:
 
There's no trick, you are always assigned an IP from their pool.

And assuming that your using a consumer plan (not business or commercial), then you won't be able to have any control over what IP you are allocated.
 
"disconnect and connect"
You are disconnecting the "data" or plugging off the dongle?
 
"disconnect and connect"
You are disconnecting the "data" or plugging off the dongle?

My script simulates clicking disconnect and connect back button on the web interface of the dongle


185.69.144.191 started with
85.255.234.63 rotated the ip
85.255.236.108 rotated the ip
85.255.236.108 rotated the ip stays the same
85.255.234.63 rotated the ip but gives one that has been used already before
85.255.233.40 rotated the ip
185.69.144.191 rotated the ip but gives one that has been used already before
185.69.144.191 rotated the ip but gives one that has been used already before


I tried with another sim providor and i don't have this problem so i'm gonna switch :)
 
There's no trick, you are always assigned an IP from their pool.

And assuming that your using a consumer plan (not business or commercial), then you won't be able to have any control over what IP you are allocated.

Yeah consumer plan, thanks for the answer! :D
 
I use USBDeview.exe and bat file utility to disable and enable usb ports. I found it is the easiest way to get new ip everytime.
Bat file example:
echo 10
start C:\Workzone\usb\USBDeview.exe /RunAsAdmin /disable "USB\VID_12D1&PID_14DB\7&27ea960a&0&1"
timeout /t 5 /nobreak > nul
start C:\Workzone\usb\USBDeview.exe /RunAsAdmin /enable "USB\VID_12D1&PID_14DB\7&27ea960a&0&1"

USB\VID_12D1&PID_14DB\7&27ea960a&0&1 is the dong address
 
You can write a bat script to disconnect the dongle and reconnect it and also check if the ip has been used before in a recent session..if used, the bat script can be called again till a fresh ip is identified.
 
Back
Top