SLIP user profiles on the PortMaster (TM) users table

UPDATED: August 27, 1999

SUMMARY:

To add a SLIP dialup user to the PortMaster user table from the prompt do the following. Be aware that the PortMaster user table will only hold about 100 users before memory fills up. If you plan on having more than 100 dialup users, run RADIUS (TM).

BEFORE YOU START:

First, make sure that the ports are configured for network dialup. Look in the PortMaster Configuration Guide for these commands.

ADDING A NETUSER:

add netuser [username] [attribute] [value]
            [attribute] [value]

example:

add netuser testuser password xyzzy address assigned netmask
255.255.255.0 protocol slip mtu 1006

These attributes can be applied to the user individually as well:

add netuser testuser
set user testuser password xyzzy
set user testuser address assigned
set user testuser netmask 255.255.255.0
set user testuser protocol slip
set user testuser mtu 1006

MAINTAINING THE NETUSERS

To view all of your network dial-in users type: 

show table user

To view the configuration for an individual user type:

show user [username]

example: show user testuser


To remove a user from the user table type:

delete user [username]

example: del user testuser