Access Control
Access Control allows you to assign different access rights for different users. First, you have to divide users into different groups. Users are identified by their IP addresses. You can assign members to Groups 1, 2 and 3. The others are all members of the Default Group. Next, you have to assign the Access Right of each group. Access Right can allow or block users access to specified TCP and UDP ports. For example:
Group | Members | Access Right | Comments | |
Default | - | Allow () | No access right (allow nothing) | |
Group 1 | Allow (25,53,80,110) | Can browse (80), receive (110) | ||
and send (25) email only | ||||
|
|
| ||
Group 2 | Block (21,119) | Cannot read net news (119) and | ||
FTP (21) only | ||||
|
|
| ||
Group 3 | Block () | Full access (block nothing) |