StarTech.com ECS0016 Server User Manual


 
Instruction Manual
98
‘115200’, and ‘230400’.
Supported parity values are ‘None’, ‘Odd’, ‘Even’, ‘Mark’ and ‘Space’.
Supported data-bits values are ‘8’, ‘7’, ‘6’ and ‘5’.
Supported stop-bits values are ‘1’, ‘1.5’ and ‘2’.
Supported flow-control values are ‘Hardware’, ‘Software’ and ‘None’.
Services Configuration
You can manually enable or disable network servers from the command
line. For example, if you wanted to guarantee the following server con-
figuration:
HTTP Server: Enabled
HTTPS Server: Disabled
Telnet Server: Disabled
SSH Server: Enabled
SNMP Server: Disabled
Ping Replies (Respond to ICMP echo requests): Disabled
You would need to issue the following commands from the command line
to set system configuration:
#/bin/cong–-set=cong.services.http.enabled=on
#/bin/cong–-del=cong.services.https.enabled
#/bin/cong–-del=cong.services.telnet.enabled
#/bin/cong–-set=cong.services.ssh.enabled=on
#/bin/cong–-del=cong.services.snmp.enabled
#/bin/cong–-del=cong.services.pingreply.enabled
The following command will synchronize the live system with the new
configuration.
#/bin/cong–-run=services