Support This Project

site delip

Description

Deletes an IP address from a user account either by IP address (wildcards supported) or via entry order in the user's IP list.

Syntax

site delip <user> <ip1/slot1> [<ip2/slot2> ...]

Detailed information on the options/arguments: <user>, <ip>

Limitations

  • If you are a gadmin, you can only change users from your own group.
  • Wildcard characters are not processed by this command (see first example below).

Examples

site delip toto 192.168.0.2

This command will remove the IP 192.168.0.2 from the list of allowed IP addresses for the user toto.

site delip toto 127.*

This will delete the IP mask 127.* from the list of IPs which the user toto can login with. If the list also contains 127.0.0.1 then this entry would not be removed.

site delip toto 1

This will remove the first IP address listed for the user toto.