----- Original Message ----- From: "Ryan Rathje " <[EMAIL PROTECTED]> To: <freebsd-net@freebsd.org> Sent: Monday, June 20, 2005 11:40 PM Subject: transparent Squid 2.5Stable10 + FreeBSD 5.3
> ipfw add allow all from any to 192.168.1.2 80 > ipfw add fwd 192.168.1.2 tcp from any to 192.168.1.2 3128 > ipfw add fwd 192.168.1.2,3128 tcp from any to any 80,82,3128 out recv > 192.168.1.2 xmit 129.186.215.57 > > My gut feeling is it has something to do with my ipfw rules, any and ALL help > would get GREATLY appreciated. thanks yup your gut feeling is correct :-> you dont need to enable IPFILTER if you use IPFW... your simple ipfw rule for transparent proxy looks like this: ipfw add fwd 127.0.0.1,3128 tcp from any to any 80 in via <nic2 interface name> fooler. _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"