Jump to content

Cannot configure any Proxy on Orange pi zero


Alexis

Recommended Posts

Hi,

 

I'm having some trouble with my OrangePi Zero with Armbian running with Armbien. I'm trying to setup a proxy with the IP address and port without any success... I need the proxy to be for everything (http, https, ftp..)

I've tried everything I found on google

- editing  /etc/apt/apt.conf.d/10proxy with Acquire::http::Proxy "http://proxy_server_address:port"; 

- editing /etc/environnement with : export http_proxy="http://proxyipaddress:proxyport" (also https, ftp, no_proxy)

- editing visudo with Defaults env_keep+="http_proxy https_proxy no_proxy"

- uncommenting /etc/wgetrc where the proxy is enabled

- adding in ~/.bashrc the "export ...' lines

but with all this my Orange pi still appears with my regular IP when accessing my server and not the proxy IP... I'm using a random public proxy server running in elite mode and working on my computer for testing.

The proxy is

- 103.106.119.170

- 46988

 

Thanks for helping ! :D

Link to comment
Share on other sites

3 minutes ago, Alexis said:

Hi,

 

I'm having some trouble with my OrangePi Zero with Armbian running with Armbien. I'm trying to setup a proxy with the IP address and port without any success... I need the proxy to be for everything (http, https, ftp..)

I've tried everything I found on google

- editing  /etc/apt/apt.conf.d/10proxy with Acquire::http::Proxy "http://proxy_server_address:port"; 

- editing /etc/environnement with : export http_proxy="http://proxyipaddress:proxyport" (also https, ftp, no_proxy)

- editing visudo with Defaults env_keep+="http_proxy https_proxy no_proxy"

- uncommenting /etc/wgetrc where the proxy is enabled

- adding in ~/.bashrc the "export ...' lines

but with all this my Orange pi still appears with my regular IP when accessing my server and not the proxy IP... I'm using a random public proxy server running in elite mode and working on my computer for testing.

The proxy is

- 103.106.119.170

- 46988

 

Thanks for helping ! :D

 

nto sure wha tall supports the enviornent proxy vars but you may need

 

ALL_PROXY
HTTPS_PROXY

HTTP_PROXY

NO_PROXY=127.0.0.1,localhost

and do lowercase versions as well

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines