[talk] Pf rule

Mark Saad mark.saad at ymail.com
Wed May 11 21:07:46 EDT 2016


Steven  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 ?
 -- Mark Saad mark.saad at ymail.com 

    On Wednesday, May 11, 2016 7:13 PM, Steven Kreuzer <skreuzer at exit2shell.com> wrote:
 
 

 

On May 11, 2016, at 6:49 PM, Mark Saad <mark.saad at ymail.com> wrote:
All
  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.

pf supports traffic redirection with 'rdr'. Check out http://www.openbsd.org/faq/pf/rdr.html 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
rdr pass inet proto tcp from <redirect> to igb0 port 22 -> port 2222

 
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nycbug.org/pipermail/talk/attachments/20160512/4a9ad90b/attachment.html>


More information about the talk mailing list