Skip to content

Commit 2921baf

Browse files
authored
Merge branch 'main' into librenms_rewording_again
2 parents ad23df4 + 08969e9 commit 2921baf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/guides/network/librenms_monitoring_server.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ The command to use for `firewalld` allow rules are as follows:
323323
firewall-cmd --zone public --add-service http --add-service https
324324
firewall-cmd --permanent --zone public --add-service http --add-service https
325325
```
326-
327326
The author has problems with this simplistic `firewalld` rule set. This rule allows your web services to be open to the world, but is that what you want for a monitoring server?
328327

329328
This is usually **not** the case. If you would like a more granular approach to using `firewalld`, review [this document](../security/firewalld.md) and then make changes to your `firewalld` rules accordingly.
@@ -577,7 +576,6 @@ If you are running a server, then you **are** running a firewall, right? If you
577576
```
578577
firewall-cmd --zone=trusted --add-source=192.168.1.140 --permanent
579578
```
580-
581579
If the "trusted" zone is incorrect for your environment, change this to suite your needs. Consider your rules and their effect before adding them in.
582580

583581
## Adding the devices in Librenms

0 commit comments

Comments
 (0)