Hi,
It did not work, I get a blank page on all URL's.
Here's my pf.conf real basic.
ext_if="sis0"
int_if="sis1"
#table <spamd-white> persist
set skip on lo
#scrub in
nat-anchor "ftp-proxy/*"
rdr-anchor "ftp-proxy/*"
#rdr-anchor "relayd/*"
nat on $ext_if from $int_if:network to any -> $ext_if
# rdr pass on $ext_if proto tcp to port 80 -> 192.168.3.106 port 8080
rdr pass on $int_if proto tcp to port ftp -> 127.0.0.1 port 8021
rdr on $ext_if proto tcp from 192.168.2.0/24 to any port 80 -> \
127.0.0.1 port 5000
rdr on $ext_if proto tcp from any to $ext_if -> 192.168.3.106 port 8080
#no rdr on $ext_if proto tcp from <spamd-white> to any port smtp
#rdr pass on $ext_if proto tcp from any to any port smtp \
# -> 127.0.0.1 port spamd
anchor "ftp-proxy/*"
# block all
pass out
Thanks
On Apr 13, 2008, at 1:59 PM, Dorian B|ttner wrote:
Monah Baki schrieb:
rdr on $int_if proto tcp from $int_net to $ext_if port 80 -> \
127.0.0.1 port 5000
unless you host the unwanted sites on $ext_if, you may try "to any"
instead and let us know?
BSD Networking, Microsoft Notworking