From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LLN7E-00030L-2x for garchives@archives.gentoo.org; Fri, 09 Jan 2009 19:33:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 047AFE03BE; Fri, 9 Jan 2009 19:33:53 +0000 (UTC) Received: from mail-bw0-f12.google.com (mail-bw0-f12.google.com [209.85.218.12]) by pigeon.gentoo.org (Postfix) with ESMTP id AF037E03BE for ; Fri, 9 Jan 2009 19:33:52 +0000 (UTC) Received: by bwz5 with SMTP id 5so18687084bwz.10 for ; Fri, 09 Jan 2009 11:33:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=U+pgdyZXmiMqH4KRiDZ+RzvLWc2zLh/NrkFXnpfAqqs=; b=E7TLFAY7yzAlHk9KrzNXmya+ilCEy9sUTUR+kPVq1P4JL1g2S59/Z9zv09JUOJkIrB 91I1th5M4tZ+5TPZI9zqL54QEjZmXKSJPY9id5/VSmloH1YGrZCxp3Y1EwWQDcKYbvJY qxRt4cCebzWO+e6tGps9zvXynK2yzOqHRZuwQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=IlI8BcCFPRQasHsKRTq6R4fk/mJef8IugnW/HcyuTC0IKBtRyqGSb6G7qo8tbGKPyz y2VEYg832Zd2PvqEiqk3kphyiqgnu/mmD4hqmZJK7amRnk4tFeY8y6/Ak+JfwXsi6M+u OwLT7jI3ggaCM+C4TFr1rGmy2z6zouHHcLz8A= Received: by 10.181.156.12 with SMTP id i12mr9829358bko.140.1231529535108; Fri, 09 Jan 2009 11:32:15 -0800 (PST) Received: by 10.181.16.3 with HTTP; Fri, 9 Jan 2009 11:32:15 -0800 (PST) Message-ID: <49bf44f10901091132mb738451r930792a24fe7a49a@mail.gmail.com> Date: Fri, 9 Jan 2009 11:32:15 -0800 From: Grant To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Restricting Firefox website access In-Reply-To: <200901092105.21568.alan.mckinnon@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <49bf44f10901071344l3f081b8dmaa6353b41fb59f4@mail.gmail.com> <854dca5c0901081257u25c6dee0j7871901221592a95@mail.gmail.com> <49bf44f10901091040t6c1920c4kbd504920e256ac20@mail.gmail.com> <200901092105.21568.alan.mckinnon@gmail.com> X-Archives-Salt: 3e6456b7-1f78-48a1-8017-a3d47d9d9db2 X-Archives-Hash: 2713cf5fdfb3ec2ec29a6c0cfb9dc506 >> > You could use iptables to block all traffic headed to port 80 with >> > exceptions for the domains you need. >> >> Would that cause problems with fetching packages for emerges? > > If you wget your packages using http, then yes. You could then: > > 1. Put all your mirror sites in the exception list. This can get tedious as > some ebuilds list many mirrors for sources > > or > > 2. wget using ftp > > or > > 3. set up a proxy > > The easiest is #2 by far Does portage use wget over http by default? Can I change a setting to make it use ftp? - Grant