Gentoo Archives: gentoo-user

From: Per-Erik Westerberg <per-erik.westerberg@××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] portage/firewall
Date: Sat, 29 Mar 2008 10:03:20
Message-Id: 1206788557.19802.1.camel@calvin
In Reply to: Re: [gentoo-user] portage/firewall by Mick
1 fre 2008-03-28 klockan 09:21 +0000 skrev Mick:
2 > On Thursday 27 March 2008, Neil Bothwick wrote:
3 > > On Thu, 27 Mar 2008 20:33:53 +0200, Uwe Thiem wrote:
4 > > > > I'd say, try http.
5 > > >
6 > > > Jeez. You didn't read the original posting, did you? It's FTP, period.
7 > >
8 > > It's FTP, which is blocked by the firewall, so use only HTTP mirrors
9 > > in /etc/make.conf. There is no requirement to use FTP for downloads. If
10 > > rsync is also blocked, use emerge-webrsync to update the portage tree
11 > > over HTTP.
12 >
13 > export ftp_proxy=XXX.XX.XXX.XX:80 && emerge -uaDv world, should do what
14 > you're after. You can also try export http_proxy of course. It assumes that
15 > you know the LAN IP address of your web gateway/firewall at work - i.e. that
16 > your work's MSWindows configuration allows plain users to view the MSIE
17 > Internet Settings, or your sysadmin will let you know what the address is. If
18 > not, boot a LiveCD on a works computer, mount its MSWindows C:\ drive and
19 > search for "proxy". It should lurk somewhere in the registry settings.
20 > BartsPE CD will also help you find that, as it can search natively the
21 > registry.
22 >
23 > BTW, if this is anything like my work, then only outbound connections to port
24 > 80 are allowed and rsync will not work. Follow the webrsync advice above.
25 >
26 > HTH.
27
28 Hi,
29
30 You should also set RSYNC_PROXY to "hostname:port" in order for "emerge
31 --sync" to work.
32
33 BR / P-E
34
35 --
36 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] portage/firewall Mick <michaelkintzios@×××××.com>