portforwarding with pf
Hi..i thought of migrating from my old linux firewall system to a new OpenBsd 3.3.
Well all works fine, but as with the linux box i want to forward all requests for port 80 (www) to a server in my private subnet.
i try this by doing this :
rdr on $Ext proto tcp from any to $Ext port 80 -> 192.168.1.50 port 80
but nothing happens.. all requests to port 80 gets blocked..
anny ideas ?
thanks a lot for anny help
tassilo
EDIT: $Ext is tun0 with me in case thats importand...