
























Bastille is an open-source system for automating deployment and management containerized applications on FreeBSD.
This is a minor bug-fix release that improves the reliability of containers when using loopback-based networking. It also adds some safeguards against invalid network configurations and other minor cosmetic improvements.
This introduces a change to the pf.conf firewall configuration. Bastille also
changes the way it manages entries in the firewall to go along with this.
It is important, if upgrading, to update the firewall as follows:
Step 1:
## /etc/pf.conf
+ table <jails> persist
+ nat on $ext_if from <jails> to any -> ($ext_if:0)
- nat on $ext_if from bastille0:network to any -> ($ext_if)
Step 2: Reload the firewall rules:
Step 3: Restart running containers:
All public documentation has been updated to reflect this new method. This avoids a reported issue and ensures firewall state is retained.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。