Aside from missing pass, you seem to be using network notation on this rule, not sure why..but do this instead:
rdr pass on $ext_if proto tcp to $ext_if port 80 -> 172.15.254.207 Assuming your $ext_if has one IP and you want that IP to go internal. If your $ext_if has multiple addresses, well then just just that IP without the /32: rdr pass on $ext_if proto tcp to 212.175.219.188 port 80 -> 172.15.254.207 On Tuesday 08 January 2008 09:04:03 am Sewan wrote: >i have > >rdr on $ext_if proto tcp to 212.175.219.188/32 port 80 -> 172.15.254.207 > >rule for this operation, if i use same rdr rule with changing destination ip >to an iis web server inside LAN, it works, but when i change to this web >server (2003-apache-php one) it don't work