Jump to content

Recommended Posts

Posted

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

Posted
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

Posted

I've set the /etc/environment with :

export ALL_PROXY="http://proxyip:proxyport/"

same for http, https, ftp  the no_proxy in uppercase and lowercase and still not working.

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

Important Information

Terms of Use - Privacy Policy - Guidelines