site grpdelip
Description
Deletes an IP address from a group either by IP address (wildcards supported) or via entry order in the group's IP list.
Syntax
site grpdelip <group> <ip1/slot1> [<ip2/slot2> ...]
Detailed information on the options/arguments: <group>, <ip>
Limitations
- You must be a site operator or a group administrator of the specified group to use this command.
- The wildcard character * stops at the next period . in an IP address (127.* does not include 127.0.* or 127.0.0.1).
Examples
site grpdelip public 192.168.0.2
This command will remove the IP 192.168.0.2 from the list of allowed IP addresses for the group public.
site grpdelip public 127.*
This will delete the IP mask 127.* from the list of IPs which users within the public group can login with. If the list also contains 127.0.0.1 then this entry would not be removed.
site grpdelip public 1
This will remove the first IP address listed for the group public.
