Groups
Groups
Sign in
Groups
Groups
BeagleBoard
Conversations
Labels
About
Send feedback
Help
Not able to run the website outside the company network
34 views
beaglebone-black
newbies
software
support
Skip to first unread message
Anshul Gupta
unread,
Jun 1, 2016, 11:30:37 AM
6/1/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 AM
6/3/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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