Updated CentOS guidance for firewalld to perform app test

This commit is contained in:
Paul Beyer 2021-06-18 15:57:46 +01:00
parent 697161beb1
commit 702ed1ee51

View File

@ -249,6 +249,15 @@ Superuser created successfully.
## Test the Application ## Test the Application
!!! note
By default RHEL based distros will likely block your testing attempts with firewalld
=== "CentOS"
```no-highlight
sudo systemctl stop firewalld
```
At this point, we should be able to run NetBox's development server for testing. We can check by starting a development instance: At this point, we should be able to run NetBox's development server for testing. We can check by starting a development instance:
```no-highlight ```no-highlight
@ -279,3 +288,9 @@ Try logging in using the superuser account we just created. Once authenticated,
![NetBox UI as seen by an administrator](../media/installation/netbox_ui_admin.png) ![NetBox UI as seen by an administrator](../media/installation/netbox_ui_admin.png)
Type `Ctrl+c` to stop the development server. Type `Ctrl+c` to stop the development server.
=== "CentOS"
```no-highlight
sudo systemctl start firewalld
```