I have a raspberry pi setup on our company network. However it can not see the internet.
I have set up the proxy for apt by setting Aquire::http::proxy "http//111.111.111.111:8080/" in /etc/apt/apt.conf.d/80proxy and this works fine for apt.
However I have also set the following in /etc/bash.baschrc
export http_proxy= 172.30.254.21:8080
export ftp_proxy= 172/30/254/21:8080
export https_proxy= 172.30.254.21:8080
This does not work, both chromium and midori both refuse to see the internet.
What am I doing wrong?