Raritan Engineering CC-SG Manuel D’Utilisation

Page de 270
C
HAPTER 
12:
 ADVANCED ADMINISTRATION
 169 
 
 
 
10. In the next screen, typically you want to click My use only in the next screen to make the 
connection available only to yourself.  
11. Click Finish in the last screen to save the connection settings.  
 
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 on the CommandCenter connection and click Properties.  
4.  Click the Security tab. 
 
Figure 205 Specify Dial-up Script  
5.  Click the Show terminal window
6.  Click Run script and 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:"