I copied my rulesset verbatim from an exisitng firewall where
everything was working perfectly, and now everything works perfectly
except redirections to other hosts.

the rdr for spamd, squid, and the ftp-proxy all work, but the ones for
vnc do not.
I was playing around with the rules a little that's why the one looks
different, none of them work.  Any ideas?

--Bryan

  ####################
 ##  Start up NAT  ##
####################
nat on $WAN inet from $NATS to any -> ($WAN)

  #############
 ##  Spamd  ##
#############
table <spamd> persist
rdr pass inet proto tcp from <spamd> to any port smtp -> 127.0.0.1 port 8025

  ############################
 ##  Redirections for VNC  ##
############################
rdr on $WAN proto tcp from any to any port vnc -> 192.233.103.252 port vnc
rdr on $WAN proto tcp from any to any port 5901 -> $IBD1 port vnc
rdr on $WAN proto tcp from any to any port 5902 -> $IBD2 port vnc
rdr pass inet proto tcp from any to any port 5904 -> $Chatterbox1 port vnc
rdr on $WAN proto tcp from any to any port 5905 -> $Chatterbox2 port vnc

  #############################
 ##  Redirection for squid  ##
#############################
#rdr on $LANS inet proto tcp from $NATS to ! www.kingcountyjournal.com
port www -> $localhost port 3128

  #################
 ##  FTP Proxy  ##
#################
rdr on $LANS proto tcp from any to ! ftp.kingcountyjournal.com port
ftp -> $localhost port ftp-proxy

Reply via email to