3proxy -> 4g proxy

jorj_dev

Newbie
Joined
Jun 5, 2023
Messages
4
Reaction score
2
Hi,

I am trying to set up a 4g proxy using a Raspberry Pi 4B, the 4GB model running Raspbian, and a Huawei E3372-325 4G USB dongle.
I've managed to follow the steps presented here on the forum and the proxy seems to run.However, i have an issue with it:

-I've tried to send a GET http request to the proxy's IP via postman, on port 3128, on my local network.It is not working, i just get that error:
<html><head><title>407 Proxy Authentication Required</title></head>
<body><h2>407 Proxy Authentication Required</h2><h3>Access to requested resource disallowed by administrator or you need valid username/password to use this resource</h3></body></html>, also even if i'm adding it as a proxy to stand between me and another server, i get : Error: tunneling socket could not be established, statusCode=407.

I've also attached my 3proxy.cfg
 

Attachments

  • Screenshot 2023-07-10 at 14.49.14.png
    Screenshot 2023-07-10 at 14.49.14.png
    117.8 KB · Views: 29
Need to add 'Authorization' to your api request with a token generated out of you username and password. Try regbin for testing it.
 
Back
Top