Network Router User Manual

GINA V4.0 System Administrator Guide – September 2000 91
Sample configuration file
Druck vom 24. 01.2001 17:00.35 torb-kon
//
// available port addresses.
//
PORTADDRESSES(10111,10126)
//
// host wide MAX statements.
//
MAX("LSSBS","200")
MAX("TASKS","6")
//
// first application of first operating system.
// a1 is the utm known application name.
// buslay is the user friendly name.
// the third parameter is optional for BCAMAPPL
// optimization.
//
TA_APPLICATION("a1",1,1,"buslay")
{
//
// application wide MAX statements
//
MAX("TASKS","5")
}
TA_APPLICATION("a2",1,2,"servlay")
HOST("kotw005")
{
INTERNETADDRESS(192.200.94.4)
KEYVECTOR(5000,5015)
PORTADDRESSES(10114,10135)
TA_APPLICATION("a1",1,3,"nwlay")
TA_APPLICATION("a2",1,4,"nellay")
APPLICATION(1,5,"client1","userid","password")
APPLICATION(1,6,"client2")
APPLICATION(1,7,"client3",REMOTE)
}