On Wed, Sep 23, 2009 at 5:59 PM, Matthew Young <myoung24...@gmail.com> wrote:
> Hello,
>
> Ive been trying to do redirection , this time with a very minimal procedure
> as follows.
>
>
> # cat
> /etc/pf.conf
>
> t_externa = "re0"
> server = 208.99.249.95
> rdr on $t_externa proto tcp from any to any port 80 -> $server
>
> # cat
> /etc/sysctl.conf
> net.inet.ip.forwarding=1
> net.inet6.ip6.forwarding=1
>
>
> This is the state log:
>  STATES:   all tcp 208.99.249.95:80 (77.46.79.232:80) <-
> 180.10.98.2:60011
> CLOSED:SYN_SENT
>
>  180.10.98.2 is my IP,  77.46.79.232 is the box with pf.. and 208 is the
box
> iam trying to redirect to. Why would this be failing?
>
> Thank you
>
> --Matt
>

Hello,

>From http://www.openbsd.org/faq/pf/rdr.html :
"NOTE: Translated packets must still pass through the filter engine
and will be blocked or passed based on the filter rules that have been
defined. "

Regards,
Ari Constancio

Reply via email to