[Bug 209479] Incorrect PF NAT rule set in bhyve wiki page

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 13 08:12:18 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209479

            Bug ID: 209479
           Summary: Incorrect PF NAT rule set in bhyve wiki page
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Documentation
          Assignee: freebsd-doc at FreeBSD.org
          Reporter: fnoyanisi at yahoo.com

Hi,

In the bhyve wiki page[1], the PF rules given to enable NAT on wlan0 should be
updated.

Given rule set in [1] is 

nat on wlan0 from bridge0:network to any -> (bridge0)
pass out all
pass in all


Correct rule set should be 

nat on wlan0 from (bridge0:network) to any -> (bridge0)
pass out all
pass in all


[1] https://wiki.freebsd.org/bhyve

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-doc mailing list