Re: Transparant proxy

2002-02-14 Thread David W. Chapman Jr.
On Thu, Feb 14, 2002 at 09:21:53PM +0700, budsz wrote: > Hi, > > I was try to enable transparant proxy in my FreeBSD box so I have doing > like: > ${fwcmd} add 3001 allow tcp from 192.168.0.88 to any > ${fwcmd} add 3002 fwd 127.0.0.1,7080 tcp from any to any 80 >

Transparant proxy

2002-02-14 Thread budsz
Hi, I was try to enable transparant proxy in my FreeBSD box so I have doing like: ${fwcmd} add 3001 allow tcp from 192.168.0.88 to any ${fwcmd} add 3002 fwd 127.0.0.1,7080 tcp from any to any 80 ${fwcmd} add 3003 fwd 192.168.0.88/32,7080 tcp from any to any 80 in /etc/rc.firewall, but I think