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

Reply via email to