Support This Project

site addip

Description

Add an IP address to a user account.

Syntax

site addip <user> <ip1> [<ip2> ...]

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

Limitations

If you are a gadmin, you can only change users from your own group.

Examples

site addip toto 127.*

This will allow the user "toto" to connect from any IP address beginning with "127."

site addip toto ident@127.*

To check ident when the user is connecting, just add "ident@" before the IP address.

site addip toto foobar@127.*

This will allow the user "toto" to connect from any IP address beginning with "127." and who has an ident of "foobar".