Create user table entries for the dial in users

Use the following commands to create User A:

add netuser userA password userApw set user userA address 192.77.203.100 set user userA netmask 255.255.255.0 set user userA protocol ppp

set user userA mtu 1500 set user userA routing on

User B will be configured to use CSLIP (Compressed SLIP)

add netuser userB password userBpw set user userB address 192.77.203.101 set user userB netmask 255.255.255.0 set user userB protocol slip

set user userB compression on set user userB mtu 1006

set user userB routing on

Create a user table entry for the dialback user

Only two lines are required for the dialback user table entry. The user table configures dial in connections. The NETServer dials OUT to a dialback user. The first line looks like this:

add netuser userC password callmeback

Dial out connections are configured with the location table. The second line of the user table entry specifies the location to use. Before we can this line to the user table, we must create the location to be used. Note that the location type is manual, since we want the NETServer to dial the user only when it is specifi- cally asked to do so.

add location sales_1

set location sales_1 manual

set location sales_1 destination 192.77.203.102 set location sales_1 netmask 255.255.255.0 set location sales_1 protocol ppp

set location sales_1 mtu 1500 set location sales_1 routing on

set location sales_1 script 1 “atdt5551000\r” ”CONNECT” (To contact UserC, dial 555-1000 and wait for “CONNECT”)

5-12 Network Dial In Access

Page 70
Image 70
USRobotics NETServer/8 Create user table entries for the dial in users, Create a user table entry for the dialback user