Not able to run the website outside the company network

34 views
Skip to first unread message

Anshul Gupta

unread,
Jun 1, 2016, 11:30:37 AM6/1/16
to BeagleBoard
Hi,

How we can set proxy on the beagleBone device to connect to the internet. 

Thanks,
Anshul 

Raul Piper

unread,
Jun 3, 2016, 5:54:03 AM6/3/16
to BeagleBoard
if you are able to login to your BB Device

put this in your ~/.bashrc

export http_proxy="http://username:password@hostname:port"
export https_proxy="https://username:password@hostname:port"
export ftp_proxy="ftp://username:password@hostname:port"
export socks_proxy="socks://username:password@hostname:port"

and put this in your /etc/apt/apt.conf

Acquire::http::proxy "http://username:password@hostname:port/";
Acquire::https::proxy "https://username:password@hostname:port/";
Acquire::ftp::proxy "ftp://username:password@hostname:port/";
Acquire::socks::proxy "socks://username:password@hostname:port/";

 replace the bold items with their actual value
~                                                                                                       
~                                                                                                       
~                                                                             
Reply all
Reply to author
Forward
0 new messages