From 2129355c30f52c80ab4c122c400eb8b9d486f7e8 Mon Sep 17 00:00:00 2001 From: bluikko <14869000+bluikko@users.noreply.github.com> Date: Tue, 22 Jul 2025 14:59:58 +0700 Subject: [PATCH] Closes #19926: Remove RHEL firewalld note Closes: #19926 --- docs/installation/3-netbox.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/installation/3-netbox.md b/docs/installation/3-netbox.md index 60a118977..a91ce5e9c 100644 --- a/docs/installation/3-netbox.md +++ b/docs/installation/3-netbox.md @@ -302,13 +302,6 @@ Quit the server with CONTROL-C. Next, connect to the name or IP of the server (as defined in `ALLOWED_HOSTS`) on port 8000; for example, . You should be greeted with the NetBox home page. Try logging in using the username and password specified when creating a superuser. -!!! note - By default RHEL based distros will likely block your testing attempts with firewalld. The development server port can be opened with `firewall-cmd` (add `--permanent` if you want the rule to survive server restarts): - - ```no-highlight - firewall-cmd --zone=public --add-port=8000/tcp - ``` - !!! danger "Not for production use" The development server is for development and testing purposes only. It is neither performant nor secure enough for production use. **Do not use it in production.**