![]() |
HowTo.UseProxyServerWithSlugos HistoryHide minor edits - Show changes to markup March 07, 2007, at 10:28 AM
by -- new how to - using proxy with slugos
Changed line 8 from:
<p> to:
\\ March 07, 2007, at 10:27 AM
by -- new how to - using proxy server with slugos
Changed line 8 from:
to:
<p> March 07, 2007, at 10:27 AM
by -- new how to - using proxy server with slugos
Changed lines 5-8 from:
export http_proxy="192.168.1.100:1234"// export ftp_proxy="192.168.1.100:1234"// export RSYNC_PROXY="192.168.1.100"// to:
export http_proxy="192.168.1.100:1234" March 07, 2007, at 10:26 AM
by -- new how to - using proxy server with slugos
Changed lines 5-8 from:
export http_proxy="192.168.1.100:1234" export ftp_proxy="192.168.1.100:1234" export RSYNC_PROXY="192.168.1.100" to:
export http_proxy="192.168.1.100:1234"// export ftp_proxy="192.168.1.100:1234"// export RSYNC_PROXY="192.168.1.100"// March 07, 2007, at 10:25 AM
by -- new how to - using proxy server with slugos
Added lines 1-14:
i have my nslu2 going through a proxy server to access the internet. There are certain settings that must be made so that the nslu2 can connect to the internet as normal. first, edit /etc/profile and place the following at the end, changing the ip address, and port of your proxy server. export http_proxy="192.168.1.100:1234" export ftp_proxy="192.168.1.100:1234" export RSYNC_PROXY="192.168.1.100" to use these settings straight away type the following, or do a restart. source /etc/profile you will now be able to use wget and any other programs that require the internet. Page last modified on March 07, 2007, at 10:28 AM
|