dear all,
i've got server with one network interface (le0), one public IP address (A.B.C.D) and there is remote proxy (W.X.Y.Z) port 3128. How to redirecting www traffict to use remote proxy using pf ? I use this pf rule but still not work.
rdr on le0 proto tcp from $my_if to any port www -> W.X.Y.Z port 3128
thanks
i've got server with one network interface (le0), one public IP address (A.B.C.D) and there is remote proxy (W.X.Y.Z) port 3128. How to redirecting www traffict to use remote proxy using pf ? I use this pf rule but still not work.
rdr on le0 proto tcp from $my_if to any port www -> W.X.Y.Z port 3128
thanks