Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Emerge behind proxy fails. I am behind RADIUS proxy.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Fantik
n00b
n00b


Joined: 11 Oct 2002
Posts: 35

PostPosted: Tue Jun 17, 2003 8:13 pm    Post subject: Emerge behind proxy fails. I am behind RADIUS proxy. Reply with quote

I know an IP that gets me past my firewall at work where I'm trying to install Gentoo. I can ping around it, and when I lynx out to websites, I can log into the Radius server and it will let me browse just like on my windows machines.

I have tried adding
Code:

PROXY="157.209.205:8001"

to make.conf and make.globals like it says in the FAQ and from my searches here.

but I still can't emerge. is there another area that I need to set the proxy that I haven't found yet?
Back to top
View user's profile Send private message
laffel
n00b
n00b


Joined: 17 Oct 2002
Posts: 43
Location: Switzerland

PostPosted: Tue Jun 17, 2003 8:24 pm    Post subject: Reply with quote

type this in console before using rsync
Code:

export http_proxy=157.209.205:8001
export ftp_proxy=157.209.205:8001
export RSYNC_PROXY=157.209.205:8001

as it's written in the Installation manual
Back to top
View user's profile Send private message
Fantik
n00b
n00b


Joined: 11 Oct 2002
Posts: 35

PostPosted: Wed Jun 18, 2003 12:33 pm    Post subject: Reply with quote

ok did that and no change. I still can't emerge, and I'm still getting stopped by the authentification server when I try to use Lynx.

what gets edited or changed when
Code:

export

is called, can I manually change one of the profile files or at least verify this?
Back to top
View user's profile Send private message
Fantik
n00b
n00b


Joined: 11 Oct 2002
Posts: 35

PostPosted: Wed Jun 18, 2003 12:44 pm    Post subject: Reply with quote

nevermind... I just did it again but this time did
Code:

export xxx_proxy="proxy"

instead of

export xxx+proxy=proxy

(without quotes)

and it worked.. I didn't know it would matter.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum