How to restrict access to LabCollector to selected IP addresses?
You can improve security by limiting access to LabCollector to a selected IP range or specific IP addresses.
Using LabCollector interface
Restriction to data can be setup based on the IP address used by the users. The super-administrator can create lists of IPs and restrain access to specific groups in Group settings or to an individual user.
If the users are not using the right IP define by the super-administrator, they cannot connect to LabCollector.
Using Apache settings
For this, EDIT Apache settings (httpd.conf) from the server manager and replace:
Allow from all
by
Deny from all Allow from 192.168.1 Allow from 192.168.0.100 Allow from 127
Then restart Apache/LabCollector Server.
In this example, we have limited to IP range from 192.168.1.0 to 192.168.1.255 and specifically to 192.168.0.100 and localhost/127.0.0.1
We use cookies to ensure we give you the best experience on our website. This includes cookies from third parties for analytical purposes and social media sharing. The cookies may be used to track your visits to our websites using AdRoll, Google or third party analytical tools. You can accept or change the settings on your cookies usage at any time. Review our privacy policy.