[Q] How do you build your own 4g (mobile) proxy network?

You can link many sim readers to a raspberry pi and configure them with ccproxy. Else there is a hardware voip gateway has multy sim ports i saw them on alibaba website.
Can u give me module name, i talk with 4 suppliers and they say its not working as proxy server
 
just search for "gsm gateway" you will find manyand ask them about if proxy setup is possible on them
Well i am doing so from few days and till now non supporting if you find one plz send me the name of product to contact them directly my partner in china now to check for these companies also but no positive yet from them
 
i don't know how it get recognized on pc but it must have web interface like Hi Link from huawei. not the one that you have to open a .exe file to make it start/work.
Yeah I just install Ubuntu on a laptop to test it and yes It has a web interface. How do you auto connect this ubs doggle. In my country I can have unlimited data plan for 10$ for whole year But just 4Gb high speed per month and then down to low speed. I am trying to make multi 4G proxy.
 
Yeah I just install Ubuntu on a laptop to test it and yes It has a web interface. How do you auto connect this ubs doggle. In my country I can have unlimited data plan for 10$ for whole year But just 4Gb high speed per month and then down to low speed. I am trying to make multi 4G proxy.
If you get info share with me, I am searching too and willing to pay for the info $$$
 
Hi guys. Sort of off topic question, but rather post it here than make a new thread...

So I have this router:
US $109.99 | Huawei B525 4G LTE CPE Industrial Wifi Router with SIM Card Slot B525s-23A
https://s.click.aliexpress.com/e/ch8FgCa4

I assume, Instagram recognizes my IP as mobile. How many accounts can I bot on this IP? I sell services in a small niche. Thus, i think, 1 master and like 15-20 slaves would do the trick for me. At least at the begenning.

I also have an old licence of FollowLiker. Is is still any good or should I switch?
 
Couple of things you need.

1. A modem
2. A Switch
3. A router
4. A USB modem

To increase to more than one 3G/4G proxy you'll need additional router + USB modem. To set them up is really depends on you, there's tons of library out there that is able to do this.

Configuration will depend on you, how fast you wanna rotate your proxies and etc.
 
Couple of things you need.

1. A modem
2. A Switch
3. A router
4. A USB modem

To increase to more than one 3G/4G proxy you'll need additional router + USB modem. To set them up is really depends on you, there's tons of library out there that is able to do this.

Configuration will depend on you, how fast you wanna rotate your proxies and etc.
Hey,@JoshYSH I think you got knowledge about 4g proxy.Could you please explain the process please?I am struggling about using my proxy remotely.Thank you.
 
Hey,@JoshYSH I think you got knowledge about 4g proxy.Could you please explain the process please?I am struggling about using my proxy remotely.Thank you.

Mate, port forward a port to your PCs internal IP from your router/modem. Then get your external ipv4 address from google or some ip website. Connect to your proxy from your external ip + the port you used in the port forwarding. Like: 1.2.3.4:3128
 
2 questions :)

1. In router when i want to use dongles using pc with linux connected to router by lan... should i add port forward for each dongle? if yes... it should be local static ip from dongle a, b, c etc - yes? How to make static ip for dongles under linux? :)

2. Anybody know how to make static config so after restart, reboot i will not have to make setup once again... i see that when i have 2-3 different sim cards (different providers) and when i make ok Modem=/dev/ttyACM..... after restart usually linux choose other id for dongles and config doesn't work. How to make it static?
 
Did anyone come with more infos? I'm interested to build my 4G proxy network
 
My English is weak but you ask me what you don't know.
Raspberry Pi:
install raspbian, config static ip for wifi or ethernet, install wvdial and usb-modeswitch, install 3proxy from github (important - last beta version).
Modem 3g/4g - best option use Huawei, It is helpful to turn off the cd drive in the modem (i can't add links but please use google and "Disable virtual CD-ROM drive with built in software on Huawei"

now - config
example /etc/wvdial.conf

[Dialer P0]
Modem=/dev/ttyUSB0
Phone = *99***1#
Username = "blank"
Password = "blank"
New PPPD = yes
Stupid Mode = 1
Dial Command = ATDT

[Dialer P1]
Modem=/dev/ttyUSB3
Phone = *99***1#
Username = "blank"
Password = "blank"
New PPPD = yes
Stupid Mode = 1
Dial Command = ATDT

[Dialer P2]
Modem=/dev/ttyUSB6
Phone = *99***1#
Username = "blank"
Password = "blank"
New PPPD = yes
Stupid Mode = 1
Dial Command = ATDT

and add dialer for all modems, you need modification this section for your modem and provider.
Next tuch file ppp0 , ppp1, ppp2 etc in /etc/network/interfaces.d/

example ppp0:

auto ppp0
iface ppp0 inet wvdial
provider P0 #this is dialer name from wvdial.conf

example ppp1

auto ppp1
iface ppp1 inet wvdial
provider P1 #this is dialer name from wvdial.conf

Now time to 3proxy.conf, add lines:


proxy -a -i192.168.1.15 -p3128 -Deppp0
proxy -a -i192.168.1.15 -p3129 -Deppp1
proxy -a -i192.168.1.15 -p3130 -Deppp2

-a - anonymous
-i - RPi local ip
-p -proxy port
-De - modem

-good luck-
thanks for the tip! I´ve been using Jarvee (on free Amazon VPS) with residential proxies using Rpi zero w (with raspbian and openvpn, works great! around 30$ for each Rpi zero w
 
I'm actually building something similar as we speak.

What your describing is a simbank (or simbox) which connects to a GSM gateway.

https://en.antrax.mobi/products/simbox/ -- (I have no personal or business links to antrax nor have i used their products but they have a good description).

The Sim bank its self is the easy part the GSM gateways are the hard part (currently there are no 4g gsm gateways (that I'm aware of)) The trick with gsm gateways is you need to have them spread out throughtout the country(pay friends a tenner a month to plug this box into their internet) Basically the more you have the harder it is to get detected by the mobile networks.

In the system I'm designing currently (there is no plans to sell or rent it) will be using LTE cat 6 or 9 boards (Problem being is that in the UK only EE has a CAT9 network and thats only in london)
For Cat 6 boards be prepared to spend $100 per chip or for Cat 9 $200

for each gsm gatewary you will be using 5 - 10 chipsets in each and multiple gsm gateways

This may and well be trully overkill for a few instagram accounts for the ticket brokerage game it makes sence.

https://techship.com/products/category/cellular-modules/
http://simcomm2m.com/En/module/?type=23
https://www.telit.com/m2m-iot-products/cellular-modules/data-cards/
hey how can I contact you ? I would love to pay you for consulting please.
 
hey how can I contact you ? I would love to pay you for consulting please.

A lot of this has been put on hold as I'm currently moving to Cambodia for a few months (flying out Tuesday) I'll try and make a long post about what I've discovered for free on this in the coming few weeks.
 
A lot of this has been put on hold as I'm currently moving to Cambodia for a few months (flying out Tuesday) I'll try and make a long post about what I've discovered for free on this in the coming few weeks.
ok bro thanks,
can you in the meanwhile recommend on a cheap stable dongle please ?
 
Back
Top