StarTech.com CONYX ECS0016 Manuale Utente

Pagina di 140
Instruction Manual
102
    config.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/config –-set=config.portaccess.rule2.address=192.168.5.0
   # /bin/config –-set=config.portaccess.rule2.netmask=255.255.255.0
   # /bin/config –-set=”config.portaccess.rule2.description=foobar.”
   # /bin/config –-set=config.portaccess.rule2.port5=on
   # /bin/config –-set=config.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/config –-set=config.eventlog.server.type=cifs
  IP Address: 192.168.0.254 
  # /bin/config –-set=config.eventlog.server.address=192.168.0.254
  Directory:  C:\\ECS0016\logs\ 
  # /bin/config –-set=config.eventlog.server.path=/ECS0016/logs
  Username:  cifs_user 
  # /bin/config –-set=config.eventlog.server.username=cifs_user
  Password:  secret 
  # /bin/config –-set=config.eventlog.server.password=secret
  Logging level:  2 (input/output logging as well as user connections &  
            disconnections) 
  # /bin/config –-set=config.ports.port5.loglevel=2