Home › Forums › OS X Server and Client Discussion › Questions and Answers › ipfw port forwarding don’t work on 10.6 like in 10.5
Hello,
I have squid configured in a tranparent proxy and i would like to forward incoming traffic on port 80 to 127.0.0.1 port 3128…
On leopard, i use: ipfw add 002000 fwd 127.0.0.1,3128 tcp from MYLOCALNET to any 80
but in snow leopard (10.6) it does not work…
kernel.log says : ipfw: 150 Forward to 127.0.0.1:3128 TCP 192.168.0.59:50142 209.85.229.113:80 in via en1
but nothing…
Please help.
Here is what works for me on 10.6 server
ipfw add 1020 fwd 72.236.182.178,443 ip from any to 72.236.182.178 4447 in
Comments are closed