Gentoo Archives: gentoo-user

From: "Pettersson
To: gentoo-user@l.g.o
Subject: RE: [gentoo-user] SSH tunnel With Portage
Date: Tue, 15 Jan 2008 01:42:07
Message-Id: A8C5EF7BCB2258438BA82360AFFFF83E020AA2F8@etathbk002.swatchgroup.net
1 If this can help you...
2
3 I have a similar problem (two firewalls) but I solved it using revinetd
4 (tcp/ip gender changer run on Linux and maybe on Wine, I used puppy
5 Linux, all_in_one_quemu on a windows machine)
6
7 Add something like this to your /etc/make.conf
8
9 #to get rid of certificate check in case you run ssl
10 FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --no-check-certificate
11 --limit-rate=200k \${URI} -P \${DISTDIR}"
12 RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --no-check-certificate
13 --limit-rate=200k \${URI} -P \${DISTDIR}"
14 #
15 #to use the port of your choise
16 https_proxy="https://user:password@proxy_server:12345"
17 #
18 #Use ssl to stop timeconsuming antivirus scanning
19 GENTOO_MIRRORS="https://distfiles.gentoo.org/"
20
21 BR
22 Martin
23
24 --
25 gentoo-user@l.g.o mailing list