What's new

Suggestions: Proxy Server with Authentication

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

lazmo88

Occasional Visitor
Hello

We were planning to run tinyproxy via entware on the AC87U, however the package is outdated (1.8.3) and does not support basicAuth. Releases from 1.10.xx does support basicAuth, yet I have no idea how to start compiling the package on my own.

That said, does anyone have tips how to achieve such proxy setup with AC87U?

Here are few ideas and shortfalls of such:

1. VPS acting as tinyproxy host (running latest package) and routing traffic via VPN tunnel to AC87U, effectively using the WAN IP of AC87U for outgoing traffic. Simple idea, yet question remains is it possible to route tinyproxy traffic to VPN tunnel (OVPN or PPTP)?

1.5. Same as above, but using Squid and tcp_outgoing_address parameter mapped to the VPN tunnel.

2. Finding alternative entware package that supports transparent forwarding proxy (HTTP/HTTPS) with basicAuth. Squid?

Main goal is to proxy traffic so AC87U WAN IP will be used for outgoing traffic.

Thanks in advance
 
Nginx is often used for proxying, might be worth looking into it.
 
Nginx is often used for proxying, might be worth looking into it.

Ah, thanks. Never thought NGINX for this purpose. Tried running the nginx-extras package from entware, but it's a no go. Issue with user / groups and missing pid What am I missing here?

Also, it looks like the nginx-extras is compiled without ngx_http_proxy_connect_module which is required for https forwarding.
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top