dear all,

I have my authpf declared on my pf.conf. I have two proxy port, 3129 and
8000.
some users redirected to port 8000, while others to port 3129 when they
start browsing port 80.
Port 3129 on squid, while 8000 on dansguardian.

On the first 2 and 3 users rdr works fine. but after sometime with to many
hits ONLY a single proxy got hit. either 3129 or 8000.

below is my sample of /etc/authpf/users/ley/authpf.rules

*IF_ext="tun0"
IF_int="fxp0"

nat on $IF_ext from <authpf_users> to any -> ($IF_ext)
#rdr on $IF_int inet proto tcp from <authpf_users> to any port 80 ->
127.0.0.1 port 3129
rdr pass on $IF_int proto tcp from <authpf_users> to any port 80 ->
127.0.0.1 port 8000


pass in log quick on $IF_int proto tcp from <authpf_users> to any flags S/SA
modulate state
pass in quick on $IF_int proto udp from <authpf_users> to any keep state
*

I'm waiting for someone to advice :).

Reply via email to