User manual

Network Dial-Out Access 6-
5
To specify a modem group, the data parameter uses this format:
data modem_group=
<group_name>
Note: If any data string value includes a space, enclose it in double
quotations and forward slashes. For example:
data modem_group=\”boston crew\”
See the CLI Reference Guide for more information.
For example, to add the network service "modems", server type
"dialout", that specifies modem group abc, type:
add network service modems server_type dialout data modem_group=abc
Add Dial-Out Users
To create a dial-out user, use the following command:
add user
<name>
password
<password>
type
dial_out
For example:
add user gill password fish type dial_out
Set Global Dial-Out Parameters
Dialout service has two optional and one mandatory global
configuration value to set using the following command:
set dialout
idle_timeout
<minutes>
recovery_timeout
<minutes>
security
no
idle_
timeout
Sets the interval NETServer waits before closing an
inactive dialout connection. Default:
5
minutes
recovery
_timeout
When a connection is terminated by the client, this
setting sets the interval NETServer waits before
closing the session. If a user accidentally disconnects
the LAN link, he can plug it back in without losing
his session with the NETServer. Default:
5
minutes
security
Determines whether to require a user name and
password to dial out. Default:
yes
. Set to
no
and
use
the NCSI Security Login to build a secure link.
For example:
set dial_out idle_timeout 2 recovery_timeout 2 security no