<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div id="yui_3_16_0_ym19_1_1463014840150_3164">Steven</div><div id="yui_3_16_0_ym19_1_1463014840150_3262" dir="ltr">  That doesn't work, I get a pf rule set error on reload. This is on 10.3-STABLE and I suspect that FreeBSD, fork doesn't support the new rule form. Anyone know what version pf is branched off for FreeBSD 10.3-STABLE ? Is it 4.6 ?<br></div><div id="yui_3_16_0_ym19_1_1463014840150_3160"><span></span></div><div id="yui_3_16_0_ym19_1_1463014840150_3161"> </div><div id="yui_3_16_0_ym19_1_1463014840150_3162" class="signature">--
 Mark Saad
 mark.saad@ymail.com</div> <div class="qtdSeparateBR"><br><br></div><div style="display: block;" class="yahoo_quoted"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div dir="ltr"><font face="Arial" size="2"> On Wednesday, May 11, 2016 7:13 PM, Steven Kreuzer <skreuzer@exit2shell.com> wrote:<br></font></div> <blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; margin-top: 5px; padding-left: 5px;"> <br><br> <div class="y_msg_container"><div id="yiv5881347989"><div><br class="yiv5881347989" clear="none"><div><blockquote class="yiv5881347989" type="cite"><div class="yiv5881347989yqt6408111096" id="yiv5881347989yqtfd19795"><div class="yiv5881347989">On May 11, 2016, at 6:49 PM, Mark Saad <<a rel="nofollow" shape="rect" class="yiv5881347989" ymailto="mailto:mark.saad@ymail.com" target="_blank" href="mailto:mark.saad@ymail.com">mark.saad@ymail.com</a>> wrote:</div><br class="yiv5881347989Apple-interchange-newline" clear="none"><div class="yiv5881347989"><div class="yiv5881347989">All<br class="yiv5881347989" clear="none">  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></div></blockquote><br class="yiv5881347989" clear="none"></div><div>pf supports traffic redirection with 'rdr'. Check out <a rel="nofollow" shape="rect" class="yiv5881347989" target="_blank" href="http://www.openbsd.org/faq/pf/rdr.html">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="yiv5881347989" clear="none"></div><div><div>rdr pass inet proto tcp from <redirect> to igb0 port 22 -> port 2222</div></div></div></div><br><br></div> </blockquote> </div> </div>  </div></div></body></html>