[DIY] How To Create Your Own 4G Proxy

"ethX" interfaces refer to your ethernet connections. Your cellular connections should show up as either "usbX" or "wwanX". It appears they are not being recognized for some reason. Are you sure that your modem is supported by your cellular provider (it uses the proper bands)? I think sometimes additional steps need to be taken once it's plugged in, also. Try sending an AT^NDISDUP=1,1 command to the modem.

Code:
$ apt-get install socat
$ socat - /dev/ttyUSB0
> AT^NDISDUP=1,1
Thank you for your help! :)
You are absolutely right, it should show as "usbX" or "wwanX" and it's probably because of my Huawei modem is using hilink mode. I tried an older modem and it was detected as you have previously mentioned - "usbX". However, "Either "to" is duplicate, or "gw1" is garbage" and "Nexthop has invalid gateway" errors still existing. Any ideas on how I should fix them?
 
let's say, I have 5 dongles: 5 proxies
Can I use set them up on fingerprint spoofer software (multilogin, incognito, Kameleo ...)without
any problem or it's better to set each 4G proxy on a single isolated VMWare?
 
let's say, I have 5 dongles: 5 proxies
Can I use set them up on fingerprint spoofer software (multilogin, incognito, Kameleo ...)without
any problem or it's better to set each 4G proxy on a single isolated VMWare?
yes possible without any problem
 
However, "Either "to" is duplicate, or "gw1" is garbage" and "Nexthop has invalid gateway" errors still existing. Any ideas on how I should fix them?

sudo nano startproxy.sh

The line below "sudo echo "Let's setup the routes for the proxy"

is missing table before the gw1 so should be

sudo ip route add 192.168.0.0/24 dev usb0 src 192.168.0.100 table gw1

if you notice the lines below this it says table gw1.


Thanks for the guide, eventually got it all setup with a Raspberry pi 4 I had, a Huawei E3372h-320 dongle and an o2 pay as you go sim!
 
Thank you for this guide.

Question - Your picture shows 8 Raspberry Pis in those clear cases but only one usb modem dongle

Did you add 7 more dongles for that setup, giving you eight proxies?

If you have 8 dongles in 8 raspberry PIs, did you consider using a multi port broadband outside antenna
so that you aren't being zapped 24/7 from those dongles?

Like this

https://www.alibaba.com/product-detail/12-Ports-Low-Band-High-Band_62392771282.html
Broadband transmitters should never be near people, especially if you have more than one.
Those racks that show dozens of cell phones being used as proxies - the people working near them
must be getting ill and suffering from it.

Sincerely,

The Eye
 
謝謝你的指南。

問題 - 您的圖片在那些清晰的情況下顯示了 8 個 Raspberry Pi,但只有一個 USB 調製解調器加密狗

您是否為該設置添加了 7 個加密狗,為您提供了 8 個代理?

如果您在 8 個樹莓派 PI 中有 8 個加密狗,您是否考慮使用多端口寬帶外置天線
這樣你就不會被那些加密狗 24/7 電擊了嗎?

像這樣

https://www.alibaba.com/product-detail/12-Ports-Low-Band-High-Band_62392771282.html
寬帶發射器不應靠近人,尤其是當您有多個發射器時。
那些顯示數十部手機被用作代理的機架 - 在它們附近工作的人
一定是生病了,並因此而痛苦。

真摯地,

眼睛
He is using USB Hub to connect remaining dongle.
 
Bookmarked, curious to try experimenting with making a proxy with this guide, thanks for valuable sharing.
 
Thank you for your help! :)
You are absolutely right, it should show as "usbX" or "wwanX" and it's probably because of my Huawei modem is using hilink mode. I tried an older modem and it was detected as you have previously mentioned - "usbX". However, "Either "to" is duplicate, or "gw1" is garbage" and "Nexthop has invalid gateway" errors still existing. Any ideas on how I should fix them?
Hey, did you got it working with the Huawei or you ended up using an old modem?
 
@SocialMediaNetwork Iv'e done all (with Huawei E8372h - and connection showes as 'eth1') ,when I try to login to proxy I get prompted with username password request, I put the default 'root' to user and 'pass' to password and not connection.
Is the fact I'm getting prompted mean the proxy up and running?
 
1638386402898.png

After putting Username:'root' Password:'pass'
I'm getting "Secure Connection Failed" on Firefox and "Site can't be reached" on Chrome.
Maybe a security issue?
 
@SocialMediaNetwork Iv'e done all (with Huawei E8372h - and connection showes as 'eth1') ,when I try to login to proxy I get prompted with username password request, I put the default 'root' to user and 'pass' to password and not connection.
Is the fact I'm getting prompted mean the proxy up and running?

Try this in the 3proxy.cfg : auth none (it will have no password) to see if it works.

after that if you want password try:
users testusername:CL:passtest1
allow testusername

save and reboot system , remove browser cache to and try see if works.
 
Try this in the 3proxy.cfg : auth none (it will have no password) to see if it works.

after that if you want password try:
users testusername:CL:passtest1
allow testusername

save and reboot system , remove browser cache to and try see if works.
Tnx for the replay mate:)
the line auth none was originally there
1638436345806.png
I've tried deleting the line "users root:CL:pass"
I get "The proxy server is refusing connections" in firefox
and "Site can't be reached" in chrome
 
also gets "The proxy server is refusing connections" when trying to sign in without any username and password
 
Back
Top