We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Secure VNET feature requires IPFW to be running and configured to filter ethernet bridges. Manual steps for a minimal configuration are:
sysrc firewall_type=open sysrc firewall_enable=YES service ipfw start sysctl net.link.ether.ipfw=1 sysctl net.link.bridge.ipfw=1 # permanently enable sysctls echo "net.link.ether.ipfw=1" >> /etc/sysctl.conf echo "net.link.bridge.ipfw=1" >> /etc/sysctl.conf
see also https://bsdci.github.io/handbook/features/networking/
When the firewall is not properly configured, a dialog should ask the user to apply the above configuration.
The text was updated successfully, but these errors were encountered:
is that on the host or in the jail?
Sorry, something went wrong.
No branches or pull requests
The Secure VNET feature requires IPFW to be running and configured to filter ethernet bridges. Manual steps for a minimal configuration are:
see also https://bsdci.github.io/handbook/features/networking/
When the firewall is not properly configured, a dialog should ask the user to apply the above configuration.
The text was updated successfully, but these errors were encountered: