help!proxy server with open pli
Re: help!proxy server with open pli #2
Posted 20 July 2019 - 23:20
Proxy server for what? To do what?
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: help!proxy server with open pli #3
Re: help!proxy server with open pli #4
Posted 26 July 2019 - 00:44
Afaik that is not supported, but I'm not an Enigma developer...
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: help!proxy server with open pli #5
Re: help!proxy server with open pli #6
Posted 26 July 2019 - 13:16
It shouldn't be to difficult to make:
- use iptables to redirect all traffic for destination ports 80 and 443 (except going to localhost) to localhost:8080
- run a lightweight transparent proxy that listens on 8080 and forwards the requests to the ISP's proxy
The only thing it needs is for someone to pick up this challenge...
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: help!proxy server with open pli #7
Posted 4 August 2019 - 00:14
Hello,
To me, a proxy server is useless as long as the openpli box is not connected directly to the internet and it is not accessed from a third party location, not from local network, if it accessed from local network the proxy service will get the same IP address as direct access, but this depends for what will be used.
If that "proxy" should be accessed from a remote location "to get the home IP address for example" and the box is indeed connected directly to the internet (and have a static IP address or a dyndns client) and the desired result is to change the IP address i think openvpn + iptables should do the trick.
Best regards,
Marc
init 2 && init 3
Re: help!proxy server with open pli #8
Re: help!proxy server with open pli #9
Posted 4 August 2019 - 11:43
A proxy server is to gain access to the internet from the box, not the other way around.
And there are still ISP's that don't use transparent proxies, but require their users to configure a proxy in their browser.
To force a linux system to use a proxy, you could use IP tables with a DNAT rule, rewriting requests to ports 80 and 443 to go to a proxy, but no idea if that will actually work on our stripped down OS.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: help!proxy server with open pli #10
3 user(s) are reading this topic
0 members, 3 guests, 0 anonymous users