Index of /public/radius/ascend/Current/AppSrv-960912/AppSrvDS
Name Last modified Size Description
Parent Directory 21-Dec-96 02:00 -
XAS-DS.EXE 12-Sep-96 21:58 28k
Instructions:
This is release V2.0B of DOS AppServer application.
The "AppSrvDS.exe" is a DOS program that allows a user to enter
a password when a remote authentication server demands it. This program
requires an ODI driver for its networking needs. It must be installed in
"autoexec.bat" file immediately after loading the ODI driver.You may need
to edit "startnet.bat" to accomplish this.
This version no longer requires any changes to "net.cfg". If you are upgrading
from an older version of this program, please remove all references to
"pAPP" protocol name.
There are several command line variables that user can enter:
1 - /t allows user to specify a time delay between connection attempts (sec)
2 - /y number of cycle counts before timeout
3 - /m allows user to enter server MAC address (in decimal)
4 - /p allows user to specify a UDP port number
5 - /b specify a UDP port for broadcast message
6 - /f suppresses call to host for connection
7 - /d disconnect call
8 - /c specify a connection profile
8 - /? display help screen
If not specified, the program uses the following default values:
1) Time delay between connection attempts = 20 seconds
2) number of cycles is set to 3 (ie. 3 times 20 seconds)
3) App Server PC MAC address = none (zeros)
4) UPD port to communicate to = 7001
5) Broadcast UDP port is the same as communication UDP port
6) AppSrvDS will force a connection upon execution
7) normally AppSrvDS will attempt to connect unless dictated by this flag
8) no default connection profile
Usage example:
AppSrvDS
this will use all default values discussed above.
AppSrvDS /t20 /p7005
this will assign 20 seconds to time delay and use port 7005 for comm.
AppSrvDS /m00805110C7A44 /p7523 /t65 /b7112 /f
this will assign "00805110C7A44" as the source MAC address and will use
UDP port 7523 for normal communication and, it will delay 65 seconds in
between challenge messages, it will use port 7112 when sending broadcast
message (call), and finally, it will suppress the initial call to connect.
Since connection profile is a requirement, AppSrvDS will prompt the user to
enter one if none is specified on the command line.
The program will display a software version number when the help screen is
displayed. This number will be changed for every release in order to keep
track of various releases in the field.
This release incorporates a BANNER display facility. User may create a
"appsrvr.ini" file in Windows or DOS directory and enter a banner text to be
displayed along with the passowrd prompt when a challenge message is received.
Create an ASCII file (using any text editor) and enter the following text:
(A sample banner file is included with this release).
[BANNER]
line1=Begin entering data
line2=on these line. Any text entered here will be displayed when
line3=password prompt is displayed. There could be upto 5 lines.
line4=The "linex=" will not be displayed.
line5=You may leave any line blank or type less than 5 lines.
Currently the text limit is set to 200 characters (excluding [BANNER], and
"linex=" characters).