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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "[email protected]"