Figure 163 specify dial-up script – Raritan Computer CC-SG User Manual

Page 173

Advertising
background image

C

HAPTER

12:

A

DVANCED

A

DMINISTRATION

159

Configure the Call-back Connection
If the CC-SG uses a call-back connection, you need to use a script file that is described below. To
supply the script file for call-back:

1. On the Start menu, click My Network Places.
2. Click view network connections under Network Tasks.
3. Right-click the CommandCenter connection, and then click Properties.
4. Click the Security tab.

Figure 163 Specify Dial-up Script

5. Click the Show terminal window.
6. Click Run script, and then click Browse to enter the dial-up script, for example, call-

back.scp.

7. Click OK.

Call-back Script File Example:
proc main

delay 1

waitfor "ogin:"

transmit "ccclient^M"

waitfor "client:"

transmit "dest^M"

waitfor "callback."

transmit "ATH^M"

waitfor "RING"

transmit "ATA^M"

waitfor "CONNECT"

waitfor "ogin:"

transmit "ccclient^M"

endproc

Advertising