mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 03:46:25 -06:00
Updated CentOS guidance for firewalld to perform app test
This commit is contained in:
parent
697161beb1
commit
702ed1ee51
@ -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,
|
|||||||

|

|
||||||
|
|
||||||
Type `Ctrl+c` to stop the development server.
|
Type `Ctrl+c` to stop the development server.
|
||||||
|
|
||||||
|
=== "CentOS"
|
||||||
|
|
||||||
|
```no-highlight
|
||||||
|
sudo systemctl start firewalld
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user