This change introduces a SaltStack state to manage the PF firewall configuration
on routers. As part of T2324, we observed that complector could not access the Internet
because NAT was not configured. This state ensures proper NAT configuration,
allowing Intranought nodes to reach external networks.
Details
Details
- Verify that Complector can access to the Internet through the router
Diff Detail
Diff Detail
- Repository
- rOPS Nasqueron Operations
- Lint
Lint Skipped - Unit
No Test Coverage - Branch
- pf-router
- Build Status
Buildable 6686 Build 6974: arc lint + arc unit
Event Timeline
Comment Actions
We need to use /etc/pf.conf.d as roles/core/pf/files/pf.conf provide tables
Suggested changes:
- In this revisio, provision roles/router/pf/files/pf.conf as /etc/pf.conf.d/router.conf
- In another new revision, provision roles/core/pf/files/pf.conf as /etc/pf.conf.d/tables.conf