Date: Sat, 24 Jul 1999 13:36:18 -0800 (AKDT) From: Steve Howe <groggy@iname.com> To: freebsd-questions <questions@freebsd.org> Subject: ppp/http/squid Message-ID: <Pine.BSF.3.96.990724133353.1755A-100000@froggy.anchorage.ptialaska.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.990724133353.1755A-100000>