I`m trying to use the raspi from behind a proxy at work (school).
I have followed the following info:
Code: Select all
Proxy support for browsers etc…
sudo nano /etc/environment
export http_proxy=”http://YOU.R.IP.ADR:PORT”
Proxy support for APT…
sudo nano /etc/apt/apt.conf.d/10proxy
Acquire::http::Proxy “http://YOU.R.IP.ADR:PORT”;
Code: Select all
ping 8.8.8.8
I am very much a beginner but is it normal not to get a ping from google or is this likely the issue. How can I solve it?
Any help appreciated.