file: server.htm
desc: CRYPTO-BOX access over networks

HIST:
25OCT2000 RE #0157 covers server ver.1.01.0.1025
31OCT2000 001MJ    converted to html
08MAR2002 001AR    New parameter supported - LogLevel. Server can be run as a service

 

Installation

MARX CBNET Server (MPINET Server) currently is implemented for the following OS families:

Installation under Windows

To install server under Windows – you should:

If server application was launched the proper icon will appear on the system start bar. By doubleclicking on this icon you can activate CBNETSRV dialog to see log file and to start/stop the server. By right mouse click you can start/stop/exit the server

Installation under Netware

To install server under Netware – you should:

Configuring:

Server could be configured in a three ways (they are listed from lowest priority to highest):

The following parameters are supported:

Level 0 – critical errors (default)

Level 1 – warnings

Level 2 – general information

Level 3 – debug information

Level 4 – dump all events

Level 0 – main events and login errors

Level 1 – user logins and errors (default)

Level 2 – log all events

The configuration parameters should be stored in the CBNETSRV.CFG file, such way: ##### - comment sections must be started with "#"

[GROUP1] - #group tags must be started with "["
param1=val1
param2=val2
# params & and values are separated with "="
# it's strictly prohibited to specify more than one (param=val) pair
# in one string
param1=val1 param2= val2
# PROHIBITED !!!!!
# it's strictly prohibited to include comment section in that string
# where (param,value) pair is specified
param1=val1 # description of param,1
# PROHIBITED !!!!!

To set parameters in the command line – do the following:

CBNETSRV.EXE -DebugLevel=3 -TCP_Dta_Port=8000 (for example)

 

Log information

The server log information is saved in two files:

For Win32 the log files are generated in the same directory, where server kernel and launcher files are placed. For Netware these files are generated in SYS:\ETC – directory.

Administering MARX CBNET Server via HTTP:

The server could be remotely administered via HTTP – browser. For this purpose – you should have TCP/IP support on server and client (remote administrator) computer. You can use Internet Explorer or Netscape Communicator (or any other browser) to connect to server.

http://xxx.xxx.xxx.xxx:8756, where xxx.xxx.xxx.xxx – IP address of the server and 8765 – default TCP_Dta_Port.

For administrative login – you should specify login name and password (default – admin:cbnetserver), stored in AdminPassword parameter.

The main administrative functions allow administrator to:

You also can view the server log information, which corresponds to information, output to server console and stored in CBNETSRV.LOG – file.

Now a special Administrative Console is under development. It should provide server administering, using any transport protocol (not only TCP/IP, but also IPX/SPX and NetBIOS)

Current limitations and special notes

There are several limitations, existing in the current version of CBNET server.

NetBIOS support limitations

IPX/SPX support limitations

By now IPX/SPX transport is supported only for Netware server.

Administration support over HTTP

To support administering over HTTP – you should install on server (client) –side TCP/IP.