Office Networks: Overview of Methods
An office network is a group of IP addresses used within an organization's local network. Working with the ranges of IP addresses in the office network is done using the methods from the group timeman.networkrange.*.
Quick Navigation: all methods and events
Get Range
You can find out the current settings of the IP address ranges using the timeman.networkrange.get method. This method returns a list of all configured ranges.
Set Range
The timeman.networkrange.set method creates or updates ranges. You can specify a range as:
- a single IP address. For example,
10.10.0.1 - a block of addresses in the format
start_address-end_address. For example,10.0.0.0-10.255.255.255
Check IP Address
The timeman.networkrange.check method checks whether the specified IP address belongs to the office network ranges. If no address is specified, the system will check the current IP.
Report on Identified Absences contains the IP addresses at the start and end of the employee's day. Using the timeman.networkrange.check method, you can verify whether the person was in the office network at those times.
Overview of Methods
Scope:
timemanWho can perform the method: administrator
|
Method |
Description |
|
Retrieves the network address ranges that are part of the office network |
|
|
Sets the network address ranges that are part of the office network |
|
|
Checks if the IP address is within the network address ranges of the office network |