Squid proxy 2.6 with FreeBSD 6.2
- From: "Anwarul Mamun" <mamun@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 11 Sep 2007 17:23:28 +0600
Hi All!
I have a linux gateway server (using iptables on this) where my client hit
first. I want to direct the http traffic to the proxy server based on
FreeBSD ( i mean transparent proxy). I am using FreeBSD 6.2 and Squid proxy
2.6. I have directed the http traffic from my linux gateway server to the
proxy server on FreeBSD as below. But the transparent proxying does not
work. Is there anyone worked with the issues on transparent proxy with
FreeBSD 6.2. who may suggest in this case?
/sbin/iptables -t nat -A PREROUTING -s 192.168.40.0/24 -p tcp --dport 80 -j
DNAT --to 172.16.3.1:8080
/sbin/iptables -t nat -A PREROUTING -s 192.168.40.0/24 -p tcp --dport 8080
-j DNAT --to 172.16.3.1:8080
Regards,
M
_______________________________________________
freebsd-isp@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
To unsubscribe, send any mail to "freebsd-isp-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: Squid proxy 2.6 with FreeBSD 6.2
- From: Tek Bahadur Limbu
- Re: Squid proxy 2.6 with FreeBSD 6.2
- From: Andrew Pantyukhin
- Re: Squid proxy 2.6 with FreeBSD 6.2
- Prev by Date: Appointments & Leads by Telemarketers
- Next by Date: Re: Squid proxy 2.6 with FreeBSD 6.2
- Previous by thread: Appointments & Leads by Telemarketers
- Next by thread: Re: Squid proxy 2.6 with FreeBSD 6.2
- Index(es):
Relevant Pages
|
|