Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2016 08:12:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-doc@FreeBSD.org
Subject:   [Bug 209479] Incorrect PF NAT rule set in bhyve wiki page
Message-ID:  <bug-209479-9@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209479

            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@FreeBSD.org
          Reporter: fnoyanisi@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=20

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


Correct rule set should be=20

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


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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209479-9>