managing traffic from localhost with pf

2006-12-20 Thread [LoN]Kamikaze
I'm using pf for NAT and redirecting traffic from my home network into a 
transparent proxy (squid26). I'd also like to send traffic from localhost into 
the proxy, but everyone I ask thinks it's not possible. Direct http and ftp 
access is blocked here, the proxy forwards to an external one, so the whole 
situation is a real pain, because my gateway is the only machine without http 
and ftp access. Even though it's providing that for all other machines on the 
net.

So my question is, is it possible? What would I have to do to make it possible?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: managing traffic from localhost with pf

2006-12-20 Thread Fabian Keil
[LoN]Kamikaze [EMAIL PROTECTED] wrote:

 I'm using pf for NAT and redirecting traffic from my home network into a
 transparent proxy (squid26). I'd also like to send traffic from
 localhost into the proxy, but everyone I ask thinks it's not possible.
 Direct http and ftp access is blocked here, the proxy forwards to an
 external one, so the whole situation is a real pain, because my gateway
 is the only machine without http and ftp access. Even though it's
 providing that for all other machines on the net.
 
 So my question is, is it possible? What would I have to do to make it
 possible?

Use route-to to have the outgoing traffic come in on second loX
interface and redirect from there.

Have a look at:
http://wiki.noreply.org/noreply/TheOnionRouter/TransparentProxy#head-cb42b2ce9d6110e19b5abecf51a9629c5115c3ea-2
for an example.

Fabian
-- 
http://www.fabiankeil.de/


signature.asc
Description: PGP signature


Re: managing traffic from localhost with pf

2006-12-20 Thread [LoN]Kamikaze
Fabian Keil wrote:
 [LoN]Kamikaze [EMAIL PROTECTED] wrote:
 
 I'm using pf for NAT and redirecting traffic from my home network into a
 transparent proxy (squid26). I'd also like to send traffic from
 localhost into the proxy, ...

 So my question is, is it possible? What would I have to do to make it
 possible?
 
 Use route-to to have the outgoing traffic come in on second loX
 interface and redirect from there.
 
 Have a look at:
 http://wiki.noreply.org/noreply/TheOnionRouter/TransparentProxy#head-cb42b2ce9d6110e19b5abecf51a9629c5115c3ea-2
 for an example.
 
 Fabian

Thanks a lot!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]