firewalld: add firewall configuration guide - #104
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new user-facing documentation page describing how to configure and troubleshoot firewalld on NI Linux Real-Time (x64) targets, and links it from the docs index so it’s discoverable alongside other security/networking guides.
Changes:
- Added a new
firewalldguide covering zones, NI service definitions, opening/closing services and ports, runtime vs permanent config, persistence, and troubleshooting. - Wired the new guide into the main documentation toctree.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/source/index.rst | Adds the new firewalld/firewalld page to the Tutorials toctree. |
| docs/source/firewalld/firewalld.rst | Introduces the complete firewalld configuration and troubleshooting guide for NILRT. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Can you update the PR description with an Azdo link? You should confirm, but I don't see firewalld in the published feeds before: Perhaps should add notes to this documentation somewhere stating the first version where firewalld was available as well as the first version including any specific aspects that might have been added more recently. Finally, here is a list of suggested content changes:
|
Add a user-facing guide covering firewalld status checks, the default configuration, NI service definitions, managing the firewall, persistence across reimaging and replication, and troubleshooting. Note that firewalld has been available in the NILRT package feed since the 2025 Q1 release and can be installed with opkg. Wire the page into the Tutorials toctree. Signed-off-by: vairamani muthusamy <vairamani.muthusamy@emerson.com>
0badf91 to
abe756d
Compare
Updated all the corrections, updated PR. Note: More changes are expected to come because of firewalld feature's successor features. |
Summary
Adds a user-facing documentation page for firewalld on NILRT, wired into
the Tutorials section of the docs.
The guide covers:
Notes
firewalld has been available in the NILRT package feed since the 2025 Q1
release and can be installed with
opkgif not already present. This isnoted in the guide.
Testing
Built locally with
make -C docs html— build succeeds with no warnings.Justification
3993987