Apologies, the email body was stripped off...

This has happened twice, but still not sure whether it is my email client 
(Android phone / Gmail App) or the freebsd-doc list that causes the issue. 


Anyways, below is the email body for my previous message



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
________________________________
From: Fehmi Noyan Isi via freebsd-doc <freebsd-doc@freebsd.org>
To: freebsd-doc@freebsd.org 
Sent: Saturday, May 14, 2016 10:50 AM
Subject: Incorrect PF NAT rule set in bhyve wiki page - Bug 209479



_______________________________________________
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
_______________________________________________
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Reply via email to