From owner-freebsd-questions Sat Jul 24 14:33:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from froggy.anchorage.ptialaska.net (froggy.anchorage.ptialaska.net [208.151.119.238]) by hub.freebsd.org (Postfix) with ESMTP id BED6114D18 for ; Sat, 24 Jul 1999 14:33:26 -0700 (PDT) (envelope-from groggy@iname.com) Received: from froggy.anchorage.ptialaska.net (localhost [127.0.0.1]) by froggy.anchorage.ptialaska.net (8.8.8/8.8.8) with SMTP id NAA01770 for ; Sat, 24 Jul 1999 13:36:18 -0800 (AKDT) (envelope-from groggy@iname.com) Date: Sat, 24 Jul 1999 13:36:18 -0800 (AKDT) From: Steve Howe X-Sender: root@froggy.anchorage.ptialaska.net To: freebsd-questions Subject: ppp/http/squid Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG if i want to force dialup users on a ppp -alias gateway to use squid instead of apache for HTTP and FTP, even if they pull the proxy ports from their browsers. is it just a matter of putting the following: alias port tcp 192.168.0.13:3128 192.168.0.13:20 alias port tcp 192.168.0.13:3128 192.168.0.13:21 alias port tcp 192.168.0.13:3128 192.168.0.13:80 in the dialup ppp labels? i'm not sure about the FTP stuff, but when i tcp/ip log with ppp, HTTP requests just show port 80 was referenced, i don't know how to verify that squid is actually being hit with the port 80 requests ... ? do i assume correctly that FTP@20,21 and HTTP@80 both have to be "allowed" in the filters, even though i am aliasing those ports to 3128? thank you for FreeBSD :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message