usb 4g dongle, how to restart every 30 mins?

pacocan2

Regular Member
Joined
Oct 28, 2015
Messages
255
Reaction score
45
hello,

i want to use a usb 4g dongle to put a 4g sim card in it to use it as internet/proxy to work on social sites. i want every 30 mins a new ip. you can do that by restarting the dongle manually, but is it possible to get a ip automatic every 30 mins? a dongle which can restart every 30 mins?
 
Sure, it's possible by sending reboot commands to your dongle. I suggest to use huawei dongles as they have web interface and can receive HTTP commands, e.g. - reboot.
 
I never experience with a dongle. But you may try VPN which can auto select IP as per the set duration and country-state.
 
Assuming you are using windows..

One way to do this would be through the registry. E.g., something like this (you have to put this batch into windows scheduler) :

Code:
https://stackoverflow.com/a/13267533/1437261

You could also do it through devcon, but the method will vary on the particular hardware you have.

A far more elegant solution would be to use rotating 4g proxies, but I am not sure who provides that here. Look into the marketplace may be.
 
Last edited:
Back
Top