StarTech.com ECS0016 Server User Manual


 
Instruction Manual
102
cong.portaccess.total
it means you have 0 rules configured. Your
new rule will be the existing total plus 1. So if the previous command gave
you 0, then you start with rule number 1; if you already have 1 rule your
new rule will be number 2 etc.
If you want to restrict access to serial port 5 to computers from a single
C class network 192.168.5.0, you need to issue the following commands
(assuming you have a previous rule in place):
#/bin/cong–-set=cong.portaccess.rule2.address=192.168.5.0
#/bin/cong–-set=cong.portaccess.rule2.netmask=255.255.255.0
#/bin/cong–-set=”cong.portaccess.rule2.description=foobar.”
#/bin/cong–-set=cong.portaccess.rule2.port5=on
#/bin/cong–-set=cong.portaccess.total=2
Please note that this rule becomes live right away.
Event Logging Configuration
Remote Serial Port Log Storage
To setup remote storage of serial port 5 log to a remote Windows share
with the following properties (denoted by bolded text), the following com-
mands must be issued (as denoted by italicized text):
#/bin/cong–-set=cong.eventlog.server.type=cifs
IP Address: 192.168.0.254
#/bin/cong–-set=cong.eventlog.server.address=192.168.0.254
Directory: C:\\ECS0016\logs\
#/bin/cong–-set=cong.eventlog.server.path=/ECS0016/logs
Username: cifs_user
#/bin/cong–-set=cong.eventlog.server.username=cifs_user
Password: secret
#/bin/cong–-set=cong.eventlog.server.password=secret
Logging level: 2 (input/output logging as well as user connections &
disconnections)
#/bin/cong–-set=cong.ports.port5.loglevel=2