On Wed, Mar 23, 2005 at 10:47:34PM -0800, Kevin wrote: > yet this does not: > rdr on $ext proto tcp from any to <web_servers_ext> port 80 -> \ > <web_servers_int> round-robin sticky-address
There was a bug fixed recently where pf would fail to select a translation when a rule did not have an explicit (or implicit) address family (IPv4/v6). This was backported to 3.6-stable, maybe you have an older kernel. To test the theory, add 'inet' to your rule, which makes the address family explicit. If this is not the problem, describe exactly how 'it is not working'. Daniel
