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
>
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