<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On May 11, 2016, at 6:49 PM, Mark Saad <<a href="mailto:mark.saad@ymail.com" class="">mark.saad@ymail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">All<br class="">  Does anyone know how to create a rule that acts as a simple port forward . For example inbound  traffic on 10.10.5.10:80 and I want to send it to 10.10.5.10:9090 . I suspect pf will not let me do this but I am unsure.</div></div></blockquote><br class=""></div><div>pf supports traffic redirection with 'rdr'. Check out <a href="http://www.openbsd.org/faq/pf/rdr.html" class="">http://www.openbsd.org/faq/pf/rdr.html</a> for all the details but  an example rule which will redirect all IPs in the redirect table that connect to port 22 on igb0 to port 2222 looks something like this</div><div><br class=""></div><div><div>rdr pass inet proto tcp from <redirect> to igb0 port 22 -> port 2222</div></div></body></html>