Jails should receive a unique IP to avoid port listening conflicts.
The plan is so to configure an internal NAT on the server.
To create redirect rules, we need a firewall like pf.
Differential D1098
Enable pf where jails are used dereckson on Oct 22 2017, 19:11. Authored by Tags None Referenced Files
Subscribers None
Details
Jails should receive a unique IP to avoid port listening conflicts. The plan is so to configure an internal NAT on the server. To create redirect rules, we need a firewall like pf. Ensure pf kernel module is loaded running kldstat
Diff Detail
Event TimelineComment Actions Ysul $ salt-call --local state.apply roles/paas-jails/network ocal: ---------- ID: pf_rc_ezjail Function: file.managed Name: /etc/rc.conf.d/pf Result: True Comment: File /etc/rc.conf.d/pf updated Started: 19:16:40.888692 Duration: 103.817 ms Changes: ---------- diff: New file mode: 0644 Summary for local ------------ Succeeded: 1 (changed=1) Failed: 0 ------------ Total states run: 1 Total run time: 103.817 ms $ service pf start /etc/rc.d/pf: WARNING: /etc/pf.conf is not readable. |