View previous topic :: View next topic |
Author |
Message |
fatboyjim Apprentice
Joined: 12 Jul 2004 Posts: 227 Location: UK
|
Posted: Wed Nov 24, 2004 4:24 pm Post subject: Proxy problems - from terminal |
|
|
It was all working fine last week, but this week it doesn't work at all
I set the proxy in Firefox to 172.18.0.31:8080 and it works fine
However, if i type
export http_proxy="http://172.18.0.31:8080"
to try and access the internet from the terminal I can't ping or sync or anything... Although obviously Firefox still works...
All help appreciated
Jim _________________ -----------------------
fatboyjim
Gentoo/AMD64 Arch Tester (Inactive) |
|
Back to top |
|
|
tuxmin l33t
Joined: 24 Apr 2004 Posts: 838 Location: Heidelberg
|
Posted: Wed Nov 24, 2004 4:49 pm Post subject: |
|
|
Ping and rsync are not proxy aware, i.e. you can't tell them to use your http proxy by setting http_proxy.
This variable affects programs that are related to ftp and/or http protocols (wget, lynx and such).
If you are behind a restrictive firewall and want to sync portage set http_proxy and do "emerge-webrsymc".
Hth, Alex!!! _________________ ALT-F4 |
|
Back to top |
|
|
|